o2h 0.1.16 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/o2h/version.rb +1 -1
- metadata +3 -3
- data/lib/o2h/recipes/rvm.rb +0 -6
data/lib/o2h/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: o2h
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
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-
|
12
|
+
date: 2012-05-20 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: newrelic_rpm
|
@@ -107,7 +107,6 @@ files:
|
|
107
107
|
- lib/o2h/recipes/host/passenger.rb
|
108
108
|
- lib/o2h/recipes/host/static.rb
|
109
109
|
- lib/o2h/recipes/host/unicorn.rb
|
110
|
-
- lib/o2h/recipes/rvm.rb
|
111
110
|
- lib/o2h/recipes/sync.rb
|
112
111
|
- lib/o2h/version.rb
|
113
112
|
- o2h.gemspec
|
@@ -154,3 +153,4 @@ test_files:
|
|
154
153
|
- test/Capfile
|
155
154
|
- test/Gemfile
|
156
155
|
- test/config/deploy.rb
|
156
|
+
has_rdoc:
|