activesupport 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of activesupport might be problematic. Click here for more details.

data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ *Rails 3.0.1 (October 15, 2010)*
2
+
3
+ * No Changes, just a version bump.
4
+
1
5
  *Rails 3.0.0 (August 29, 2010)*
2
6
 
3
7
  * Implemented String#strip_heredoc. [fxn]
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 0
5
+ TINY = 1
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
5
4
  prerelease: false
6
5
  segments:
7
6
  - 3
8
7
  - 0
9
- - 0
10
- version: 3.0.0
8
+ - 1
9
+ version: 3.0.1
11
10
  platform: ruby
12
11
  authors:
13
12
  - David Heinemeier Hansson
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-08-29 00:00:00 -05:00
17
+ date: 2010-10-15 00:00:00 +13:00
19
18
  default_executable:
20
19
  dependencies: []
21
20
 
@@ -247,29 +246,25 @@ rdoc_options: []
247
246
  require_paths:
248
247
  - lib
249
248
  required_ruby_version: !ruby/object:Gem::Requirement
250
- none: false
251
249
  requirements:
252
250
  - - ">="
253
251
  - !ruby/object:Gem::Version
254
- hash: 57
255
252
  segments:
256
253
  - 1
257
254
  - 8
258
255
  - 7
259
256
  version: 1.8.7
260
257
  required_rubygems_version: !ruby/object:Gem::Requirement
261
- none: false
262
258
  requirements:
263
259
  - - ">="
264
260
  - !ruby/object:Gem::Version
265
- hash: 3
266
261
  segments:
267
262
  - 0
268
263
  version: "0"
269
264
  requirements: []
270
265
 
271
266
  rubyforge_project: activesupport
272
- rubygems_version: 1.3.7
267
+ rubygems_version: 1.3.6
273
268
  signing_key:
274
269
  specification_version: 3
275
270
  summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.