bunchr 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +3 -3
  2. data/lib/bunchr/version.rb +1 -1
  3. metadata +5 -5
data/README.md CHANGED
@@ -15,8 +15,8 @@ packaging as well.
15
15
  It is typically intended to be used in conjunction with [Vagrant](http://vagrantup.com)
16
16
  but can be used without Vagrant as well.
17
17
 
18
- History
19
- -------
18
+ Motivation
19
+ ----------
20
20
 
21
21
  Bunchr was conceived as a tool to help the [Sensu](https://github.com/sensu)
22
22
  monitoring project find a better way to create packages that would be as
@@ -352,4 +352,4 @@ License
352
352
  distributed under the License is distributed on an "AS IS" BASIS,
353
353
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
354
354
  See the License for the specific language governing permissions and
355
- limitations under the License.
355
+ limitations under the License.
@@ -1,3 +1,3 @@
1
1
  module Bunchr
2
- VERSION = '0.1.4'
2
+ VERSION = '0.1.5'
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Joe Miller
@@ -60,13 +60,13 @@ dependencies:
60
60
  prerelease: false
61
61
  requirement: &id004 !ruby/object:Gem::Requirement
62
62
  requirements:
63
- - - ~>
63
+ - - "="
64
64
  - !ruby/object:Gem::Version
65
65
  segments:
66
66
  - 0
67
67
  - 4
68
- - 6
69
- version: 0.4.6
68
+ - 26
69
+ version: 0.4.26
70
70
  type: :runtime
71
71
  version_requirements: *id004
72
72
  description: |