File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
lib/active_model_serializers Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1+ language : ruby
2+ rvm :
3+ - 1.9.3
4+ - 2.0.0
5+ - 2.1.1
6+ - jruby-19mode
7+ - rbx-2
8+ - ruby-head
9+ env :
10+ - " RAILS_VERSION=3.2"
11+ - " RAILS_VERSION=4.0"
12+ - " RAILS_VERSION=4.1"
13+ - " RAILS_VERSION=master"
14+ matrix :
15+ allow_failures :
16+ - rvm : ruby-head
17+ - env : " RAILS_VERSION=master"
18+
Original file line number Diff line number Diff line change 11require "bundler/gem_tasks"
22
3+ task :default
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
88 spec . version = ActiveModelSerializers ::VERSION
99 spec . authors = [ "Steve Klabnik" ]
1010 spec . email = [ "steve@steveklabnik.com" ]
11- spec . summary = %q{TODO: Write a short summary. Required .}
12- spec . description = %q{TODO: Write a longer description. Optional .}
13- spec . homepage = ""
11+ spec . summary = %q{Conventions-based JSON generation for Rails .}
12+ spec . description = %q{ActiveModel::Serializers allows you to generate your JSON in an object-oriented and convention-driven manner .}
13+ spec . homepage = "https://github.com/rails-api/active_model_serializers "
1414 spec . license = "MIT"
1515
1616 spec . files = `git ls-files -z` . split ( "\x0 " )
Original file line number Diff line number Diff line change 11module ActiveModelSerializers
2- VERSION = "0.0.1 "
2+ VERSION = "0.9.0 "
33end
You can’t perform that action at this time.
0 commit comments