diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2010-02-05 09:24:12 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2010-02-05 09:24:12 -0800 |
commit | c548e213658386f3a5b00097bc5b30bf3736e6b4 (patch) | |
tree | 79341a49f60d333cf0c09c404918b44c0f8bcc77 /activesupport/activesupport.gemspec | |
parent | a81a2a29ab7d14a265364a9cd8889261c896b827 (diff) | |
download | rails-c548e213658386f3a5b00097bc5b30bf3736e6b4.tar.gz rails-c548e213658386f3a5b00097bc5b30bf3736e6b4.tar.bz2 rails-c548e213658386f3a5b00097bc5b30bf3736e6b4.zip |
Bump git versions to 3.0.0.beta1 since we've released
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index c366ccfa8e..d169392dfc 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.0.beta' + s.version = '3.0.0.beta1' s.summary = 'Support and utility classes used by the Rails framework.' s.description = 'Support and utility classes used by the Rails framework.' |