aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-02-03 17:29:51 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-02-03 17:29:51 -0800
commit79817aa9e7fa7c207868ca56ca8bbd0ee5303d81 (patch)
tree3a84e1fa7a28c4d20cfdafd20543aec69a28175c /activesupport/activesupport.gemspec
parentddb512c02b81406d10a932a19a365275d3f54849 (diff)
downloadrails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.tar.gz
rails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.tar.bz2
rails-79817aa9e7fa7c207868ca56ca8bbd0ee5303d81.zip
Move to 3.0.0.beta
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 19cdbaa41a..9e0b48278c 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "activesupport"
- s.version = "3.0.pre"
+ s.version = "3.0.0.beta"
s.date = "2009-09-01"
s.summary = "Support and utility classes used by the Rails framework."
s.description = %q{Utility library which carries commonly used classes and goodies from the Rails framework}