railties 3.1.4 → 3.1.5.rc1

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/rails/version.rb +2 -2
  2. metadata +24 -16
@@ -2,8 +2,8 @@ module Rails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 1
5
- TINY = 4
6
- PRE = nil
5
+ TINY = 5
6
+ PRE = "rc1"
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
9
9
  end
metadata CHANGED
@@ -1,13 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railties
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease:
4
+ hash: 1029279493
5
+ prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 4
10
- version: 3.1.4
9
+ - 5
10
+ - rc
11
+ - 1
12
+ version: 3.1.5.rc1
11
13
  platform: ruby
12
14
  authors:
13
15
  - David Heinemeier Hansson
@@ -15,7 +17,7 @@ autorequire:
15
17
  bindir: bin
16
18
  cert_chain: []
17
19
 
18
- date: 2012-03-01 00:00:00 Z
20
+ date: 2012-05-28 00:00:00 Z
19
21
  dependencies:
20
22
  - !ruby/object:Gem::Dependency
21
23
  name: rake
@@ -88,12 +90,14 @@ dependencies:
88
90
  requirements:
89
91
  - - "="
90
92
  - !ruby/object:Gem::Version
91
- hash: 11
93
+ hash: 1029279493
92
94
  segments:
93
95
  - 3
94
96
  - 1
95
- - 4
96
- version: 3.1.4
97
+ - 5
98
+ - rc
99
+ - 1
100
+ version: 3.1.5.rc1
97
101
  type: :runtime
98
102
  version_requirements: *id005
99
103
  - !ruby/object:Gem::Dependency
@@ -104,12 +108,14 @@ dependencies:
104
108
  requirements:
105
109
  - - "="
106
110
  - !ruby/object:Gem::Version
107
- hash: 11
111
+ hash: 1029279493
108
112
  segments:
109
113
  - 3
110
114
  - 1
111
- - 4
112
- version: 3.1.4
115
+ - 5
116
+ - rc
117
+ - 1
118
+ version: 3.1.5.rc1
113
119
  type: :runtime
114
120
  version_requirements: *id006
115
121
  description: "Rails internals: application bootup, plugins, generators, and rake tasks."
@@ -548,16 +554,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
548
554
  required_rubygems_version: !ruby/object:Gem::Requirement
549
555
  none: false
550
556
  requirements:
551
- - - ">="
557
+ - - ">"
552
558
  - !ruby/object:Gem::Version
553
- hash: 3
559
+ hash: 25
554
560
  segments:
555
- - 0
556
- version: "0"
561
+ - 1
562
+ - 3
563
+ - 1
564
+ version: 1.3.1
557
565
  requirements: []
558
566
 
559
567
  rubyforge_project:
560
- rubygems_version: 1.8.16
568
+ rubygems_version: 1.8.22
561
569
  signing_key:
562
570
  specification_version: 3
563
571
  summary: Tools for creating, working with, and running Rails applications.