railties 3.1.9 → 3.1.10
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 +4 -4
- data/lib/rails/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33abd618bbadac2ef3873423c771d5316595493b
|
|
4
|
+
data.tar.gz: 8f36974c21b3f5e560dd7ab107af636d5b00ffc1
|
|
5
5
|
!binary "U0hBNTEy":
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06860831b230db373a765951120d245fdffeb4d2dc821632666ab696a367775508d218cc63890fa35435e0b50430b0f494555c467fd9b03593fef0ecbdd47b82
|
|
7
|
+
data.tar.gz: aa90d712889a8508338457665896295990718f1243175f17e3ccfc9baf0bf616e468a909b9e392909a7e784e961d83d07827447a15a3f9b361be7011ee088288
|
data/lib/rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railties
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.1.
|
|
4
|
+
version: 3.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Heinemeier Hansson
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2013-01-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -72,28 +72,28 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 3.1.
|
|
75
|
+
version: 3.1.10
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 3.1.
|
|
82
|
+
version: 3.1.10
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: actionpack
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
86
86
|
requirements:
|
|
87
87
|
- - '='
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
|
-
version: 3.1.
|
|
89
|
+
version: 3.1.10
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
94
|
- - '='
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
|
-
version: 3.1.
|
|
96
|
+
version: 3.1.10
|
|
97
97
|
description: ! 'Rails internals: application bootup, plugins, generators, and rake
|
|
98
98
|
tasks.'
|
|
99
99
|
email: david@loudthinking.com
|
|
@@ -516,7 +516,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
516
516
|
version: '0'
|
|
517
517
|
requirements: []
|
|
518
518
|
rubyforge_project:
|
|
519
|
-
rubygems_version: 2.0.0.
|
|
519
|
+
rubygems_version: 2.0.0.preview3
|
|
520
520
|
signing_key:
|
|
521
521
|
specification_version: 4
|
|
522
522
|
summary: Tools for creating, working with, and running Rails applications.
|