diff options
Diffstat (limited to 'activeresource/activeresource.gemspec')
-rw-r--r-- | activeresource/activeresource.gemspec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/activeresource/activeresource.gemspec b/activeresource/activeresource.gemspec index ad2031c9e7..b7555228cd 100644 --- a/activeresource/activeresource.gemspec +++ b/activeresource/activeresource.gemspec @@ -1,14 +1,14 @@ Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = 'activeresource' - s.version = '3.0.pre' + s.version = '3.0.0.beta' s.summary = "Think Active Record for web resources." s.description = %q{Wraps web resources in model classes that can be manipulated through XML over REST.} s.files = Dir['CHANGELOG', 'README', 'examples/**/*', 'lib/**/*'] - s.add_dependency('activesupport', '= 3.0.pre') - s.add_dependency('activemodel', '= 3.0.pre') + s.add_dependency('activesupport', '= 3.0.0.beta') + s.add_dependency('activemodel', '= 3.0.0.beta') s.require_path = 'lib' s.autorequire = 'active_resource' |