o2h 0.1.16 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module O2h
2
- VERSION = "0.1.16"
2
+ VERSION = "0.2.0"
3
3
  end
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.1.16
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-04-10 00:00:00.000000000 Z
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:
@@ -1,6 +0,0 @@
1
- require "rvm/capistrano"
2
-
3
- set(:rvm_ruby, "ree")
4
- set(:rvm_type, :system)
5
- set(:rvm_gemset) { fetch(:application) }
6
- set(:rvm_ruby_string) { [fetch(:rvm_ruby), fetch(:rvm_gemset)].compact.join('@') }