dust-deploy 0.12.2 → 0.13.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 Dust
2
- VERSION = "0.12.2"
2
+ VERSION = "0.13.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dust-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.2
4
+ version: 0.13.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-05-21 00:00:00.000000000 Z
12
+ date: 2012-05-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -164,6 +164,7 @@ files:
164
164
  - lib/dust/examples/templates/postgres/pacemaker.sh.erb
165
165
  - lib/dust/examples/templates/ssh_authorized_keys/users.yaml
166
166
  - lib/dust/helper.rb
167
+ - lib/dust/messaging.rb
167
168
  - lib/dust/print_status.rb
168
169
  - lib/dust/recipe.rb
169
170
  - lib/dust/recipes/aliases.rb
@@ -178,6 +179,7 @@ files:
178
179
  - lib/dust/recipes/limits.rb
179
180
  - lib/dust/recipes/locale.rb
180
181
  - lib/dust/recipes/logrotate.rb
182
+ - lib/dust/recipes/make.rb
181
183
  - lib/dust/recipes/motd.rb
182
184
  - lib/dust/recipes/mysql.rb
183
185
  - lib/dust/recipes/newrelic.rb