activesupport 3.0.9.rc5 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/active_support/version.rb +1 -1
  2. metadata +8 -12
@@ -3,7 +3,7 @@ module ActiveSupport
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
5
  TINY = 9
6
- PRE = "rc5"
6
+ PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15424055
5
- prerelease: 6
4
+ hash: 21
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
9
  - 9
10
- - rc
11
- - 5
12
- version: 3.0.9.rc5
10
+ version: 3.0.9
13
11
  platform: ruby
14
12
  authors:
15
13
  - David Heinemeier Hansson
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2011-06-12 00:00:00 Z
18
+ date: 2011-06-16 00:00:00 Z
21
19
  dependencies: []
22
20
 
23
21
  description: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework. Rich support for multibyte strings, internationalization, time zones, and testing.
@@ -260,14 +258,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
260
258
  required_rubygems_version: !ruby/object:Gem::Requirement
261
259
  none: false
262
260
  requirements:
263
- - - ">"
261
+ - - ">="
264
262
  - !ruby/object:Gem::Version
265
- hash: 25
263
+ hash: 3
266
264
  segments:
267
- - 1
268
- - 3
269
- - 1
270
- version: 1.3.1
265
+ - 0
266
+ version: "0"
271
267
  requirements: []
272
268
 
273
269
  rubyforge_project: activesupport