deprec 3.1.0.rc7 → 3.1.0.rc8
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -1
- data/lib/deprec/recipes/{rails.rb → rails.rb-disabled} +0 -0
- data/lib/deprec/version.rb +1 -1
- metadata +2 -2
data/CHANGELOG
CHANGED
File without changes
|
data/lib/deprec/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: deprec
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 3.1.0.
|
5
|
+
version: 3.1.0.rc8
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Mike Bailey
|
@@ -77,6 +77,7 @@ files:
|
|
77
77
|
- lib/deprec/recipes/deprecated.rb
|
78
78
|
- lib/deprec/recipes/example.rb
|
79
79
|
- lib/deprec/recipes/collectd.rb
|
80
|
+
- lib/deprec/recipes/rails.rb-disabled
|
80
81
|
- lib/deprec/recipes/nrpe.rb
|
81
82
|
- lib/deprec/recipes/db.rake
|
82
83
|
- lib/deprec/recipes/ntp.rb
|
@@ -96,7 +97,6 @@ files:
|
|
96
97
|
- lib/deprec/recipes/nagios3.rb
|
97
98
|
- lib/deprec/recipes/sqlite.rb
|
98
99
|
- lib/deprec/recipes/deploy.rb
|
99
|
-
- lib/deprec/recipes/rails.rb
|
100
100
|
- lib/deprec/recipes/xen.rb
|
101
101
|
- lib/deprec/recipes/ubuntu.rb
|
102
102
|
- lib/deprec/recipes/ree.rb
|