railties 3.0.16 → 3.0.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +4 -0
  2. data/lib/rails/version.rb +1 -1
  3. metadata +10 -7
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ ## Rails 3.0.17 (Aug 9, 2012)
2
+
3
+ * No changes.
4
+
1
5
  ## Rails 3.0.16 (Jul 26, 2012)
2
6
 
3
7
  * No changes.
data/lib/rails/version.rb CHANGED
@@ -2,7 +2,7 @@ module Rails
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 16
5
+ TINY = 17
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: railties
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.16
4
+ version: 3.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-26 00:00:00.000000000 Z
12
+ date: 2012-08-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -66,7 +66,7 @@ dependencies:
66
66
  requirements:
67
67
  - - '='
68
68
  - !ruby/object:Gem::Version
69
- version: 3.0.16
69
+ version: 3.0.17
70
70
  type: :runtime
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -74,7 +74,7 @@ dependencies:
74
74
  requirements:
75
75
  - - '='
76
76
  - !ruby/object:Gem::Version
77
- version: 3.0.16
77
+ version: 3.0.17
78
78
  - !ruby/object:Gem::Dependency
79
79
  name: actionpack
80
80
  requirement: !ruby/object:Gem::Requirement
@@ -82,7 +82,7 @@ dependencies:
82
82
  requirements:
83
83
  - - '='
84
84
  - !ruby/object:Gem::Version
85
- version: 3.0.16
85
+ version: 3.0.17
86
86
  type: :runtime
87
87
  prerelease: false
88
88
  version_requirements: !ruby/object:Gem::Requirement
@@ -90,7 +90,7 @@ dependencies:
90
90
  requirements:
91
91
  - - '='
92
92
  - !ruby/object:Gem::Version
93
- version: 3.0.16
93
+ version: 3.0.17
94
94
  description: ! 'Rails internals: application bootup, plugins, generators, and rake
95
95
  tasks.'
96
96
  email: david@loudthinking.com
@@ -488,9 +488,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
488
488
  - - ! '>='
489
489
  - !ruby/object:Gem::Version
490
490
  version: '0'
491
+ segments:
492
+ - 0
493
+ hash: 348170013317843349
491
494
  requirements: []
492
495
  rubyforge_project: rails
493
- rubygems_version: 1.8.23
496
+ rubygems_version: 1.8.24
494
497
  signing_key:
495
498
  specification_version: 3
496
499
  summary: Tools for creating, working with, and running Rails applications.