activesupport 3.0.15 → 3.0.16

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.

Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/active_support/version.rb +1 -1
  3. metadata +22 -41
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ## Rails 3.0.16 (Jul 26, 2012)
2
+
3
+ * No changes.
4
+
1
5
  ## Rails 3.0.14 (Jun 12, 2012)
2
6
 
3
7
  * No changes.
@@ -2,7 +2,7 @@ module ActiveSupport
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 15
5
+ TINY = 16
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,32 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
- version: !ruby/object:Gem::Version
4
- hash: 25
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.0.16
5
5
  prerelease:
6
- segments:
7
- - 3
8
- - 0
9
- - 15
10
- version: 3.0.15
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - David Heinemeier Hansson
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-06-13 00:00:00 Z
12
+ date: 2012-07-26 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
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.
14
+ description: A toolkit of support libraries and Ruby core extensions extracted from
15
+ the Rails framework. Rich support for multibyte strings, internationalization, time
16
+ zones, and testing.
22
17
  email: david@loudthinking.com
23
18
  executables: []
24
-
25
19
  extensions: []
26
-
27
20
  extra_rdoc_files: []
28
-
29
- files:
21
+ files:
30
22
  - CHANGELOG
31
23
  - README.rdoc
32
24
  - lib/active_support/all.rb
@@ -238,38 +230,27 @@ files:
238
230
  - lib/active_support.rb
239
231
  homepage: http://www.rubyonrails.org
240
232
  licenses: []
241
-
242
233
  post_install_message:
243
234
  rdoc_options: []
244
-
245
- require_paths:
235
+ require_paths:
246
236
  - lib
247
- required_ruby_version: !ruby/object:Gem::Requirement
237
+ required_ruby_version: !ruby/object:Gem::Requirement
248
238
  none: false
249
- requirements:
250
- - - ">="
251
- - !ruby/object:Gem::Version
252
- hash: 57
253
- segments:
254
- - 1
255
- - 8
256
- - 7
239
+ requirements:
240
+ - - ! '>='
241
+ - !ruby/object:Gem::Version
257
242
  version: 1.8.7
258
- required_rubygems_version: !ruby/object:Gem::Requirement
243
+ required_rubygems_version: !ruby/object:Gem::Requirement
259
244
  none: false
260
- requirements:
261
- - - ">="
262
- - !ruby/object:Gem::Version
263
- hash: 3
264
- segments:
265
- - 0
266
- version: "0"
245
+ requirements:
246
+ - - ! '>='
247
+ - !ruby/object:Gem::Version
248
+ version: '0'
267
249
  requirements: []
268
-
269
250
  rubyforge_project: activesupport
270
- rubygems_version: 1.8.22
251
+ rubygems_version: 1.8.23
271
252
  signing_key:
272
253
  specification_version: 3
273
- summary: A toolkit of support libraries and Ruby core extensions extracted from the Rails framework.
254
+ summary: A toolkit of support libraries and Ruby core extensions extracted from the
255
+ Rails framework.
274
256
  test_files: []
275
-