Skip to content

Commit

Permalink
bumping to 1.0.1, fixing gem dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Aug 29, 2010
1 parent d305dc8 commit bd89d4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arel.gemspec
Expand Up @@ -28,5 +28,5 @@ and query generation.
# circular dependency chain. The solution is for ActiveRecord to release
# the connection adapters which Arel uses in a separate gem
# s.add_dependency "activerecord", ">= 3.0.pre"
s.add_dependency "activesupport", ">= 3.0.0.beta"
s.add_dependency "activesupport", "~> 3.0.0"
end
2 changes: 1 addition & 1 deletion lib/arel/version.rb
@@ -1,3 +1,3 @@
module Arel
VERSION = "1.0.0" unless defined?(Arel::VERSION)
VERSION = "1.0.1" unless defined?(Arel::VERSION)
end

0 comments on commit bd89d4b

Please sign in to comment.