o2h 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
File without changes
|
data/lib/o2h/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: o2h
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Michal Cichra
|
@@ -64,12 +64,12 @@ files:
|
|
64
64
|
- Rakefile
|
65
65
|
- lib/o2h.rb
|
66
66
|
- lib/o2h/recipes.rb
|
67
|
-
- lib/o2h/recipes/bluepill.rb
|
68
67
|
- lib/o2h/recipes/bundler.rb
|
69
68
|
- lib/o2h/recipes/config.rb
|
70
69
|
- lib/o2h/recipes/database.rb
|
71
70
|
- lib/o2h/recipes/deploy.rb
|
72
71
|
- lib/o2h/recipes/git.rb
|
72
|
+
- lib/o2h/recipes/host/bluepill.rb
|
73
73
|
- lib/o2h/recipes/host/passenger.rb
|
74
74
|
- lib/o2h/recipes/host/static.rb
|
75
75
|
- lib/o2h/recipes/rvm.rb
|