bunchr 0.1.4 → 0.1.5
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.
- data/README.md +3 -3
- data/lib/bunchr/version.rb +1 -1
- 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
|
-
|
|
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.
|
data/lib/bunchr/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
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
|
-
-
|
|
69
|
-
version: 0.4.
|
|
68
|
+
- 26
|
|
69
|
+
version: 0.4.26
|
|
70
70
|
type: :runtime
|
|
71
71
|
version_requirements: *id004
|
|
72
72
|
description: |
|