activesupport 4.0.7 → 4.0.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c426dbc9b304e842a8211db17fd27515febc9a69
4
- data.tar.gz: a7edf238005025159d5678b819bcf7eb6dd95792
3
+ metadata.gz: bd151b5848a7a71669e4e53067157009f807a964
4
+ data.tar.gz: f6802f04663853759b8107fe3b42756adcd58362
5
5
  SHA512:
6
- metadata.gz: 04e0d5710642d66b2755ba2920cc2cd709fb6081ad672e76c03a0298f8435fdb3896c115d6c2c260f9c65270134c43d74649de96cfa69243e59bae536656fef3
7
- data.tar.gz: c20b8fc066520159d4fa15063dba3831ecc6083c0ae18f26065ee48a2963d4b6b4d3633b3e505df78197c253937d25299bdeb821c51bcd07ee4e2586c84bcaee
6
+ metadata.gz: cec4778add7d40b1025a6601d7579c852ddce96b0689c906227c622ef42a74b301e92840a6ab43561a3ec51edf76a154e1648c70c0980ff8450c836d0dc42b99
7
+ data.tar.gz: f47dbd6568317a50bcc2459e917e8b9b08ab6eb6e534b042eeedf074989c889730b018ef27aea9de82f9018ba7659063ce2dc58d620550956aed9c0e873dd9a5
@@ -1,3 +1,8 @@
1
+ ## Rails 4.0.8 (July 2, 2014) ##
2
+
3
+ *No changes*
4
+
5
+
1
6
  ## Rails 4.0.7 (July 2, 2014) ##
2
7
 
3
8
  *No changes*
@@ -1,7 +1,7 @@
1
1
  module ActiveSupport
2
2
  # Returns the version of the currently loaded ActiveSupport as a Gem::Version
3
3
  def self.version
4
- Gem::Version.new "4.0.7"
4
+ Gem::Version.new "4.0.8"
5
5
  end
6
6
 
7
7
  module VERSION #:nodoc:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activesupport
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.7
4
+ version: 4.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson