producer-core 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Producer
2
2
  module Core
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Producer::Core::VERSION
8
8
  s.summary = "producer-core-#{Producer::Core::VERSION}"
9
9
  s.description = <<-eoh.gsub(/^ +/, '')
10
- blah
10
+ Software provisioning tool, including a DSL to write "recipes".
11
11
  eoh
12
12
  s.homepage = 'https://rubygems.org/gems/producer-core'
13
13
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: producer-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,7 @@ dependencies:
91
91
  - - ! '>='
92
92
  - !ruby/object:Gem::Version
93
93
  version: '0'
94
- description: ! 'blah
94
+ description: ! 'Software provisioning tool, including a DSL to write "recipes".
95
95
 
96
96
  '
97
97
  email: tj@a13.fr
@@ -187,7 +187,7 @@ rubyforge_project:
187
187
  rubygems_version: 1.8.23
188
188
  signing_key:
189
189
  specification_version: 3
190
- summary: producer-core-0.1.0
190
+ summary: producer-core-0.1.1
191
191
  test_files:
192
192
  - features/actions/echo.feature
193
193
  - features/actions/sh.feature