Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 21, 2011
1 parent b9d56a5 commit 1e0c9ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions active_model_serializers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ Gem::Specification.new do |gem|
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "active_model_serializers"
gem.require_paths = ["lib"]
gem.version = "0.0.1"
gem.version = "0.1.0"

gem.add_dependency 'activemodel', '~> 3.0'

gem.add_development_dependency "rails", "~> 3.0"
end
2 changes: 0 additions & 2 deletions lib/active_model/serializer.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
require "active_support/core_ext/class/attribute"
require "active_support/core_ext/string/inflections"
require "active_support/core_ext/module/anonymous"
require "set"

module ActiveModel
# Active Model Array Serializer
Expand Down
2 changes: 2 additions & 0 deletions lib/active_model_serializers.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "active_support"
require "active_support/core_ext/string/inflections"
require "active_model"
require "active_model/serializer"

Expand Down

0 comments on commit 1e0c9ef

Please sign in to comment.