buzz 0.0.2 → 0.0.3
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/VERSION +1 -1
- data/bin/buzz +5 -0
- data/buzz.gemspec +3 -1
- metadata +5 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/bin/buzz
ADDED
data/buzz.gemspec
CHANGED
|
@@ -5,13 +5,14 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "buzz"
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["George McIntosh"]
|
|
12
12
|
s.date = "2013-04-19"
|
|
13
13
|
s.description = "A growing suite of tools for doing handy admin tasks etc with Spacewalk"
|
|
14
14
|
s.email = "george@georgemcintosh.com"
|
|
15
|
+
s.executables = ["buzz"]
|
|
15
16
|
s.extra_rdoc_files = [
|
|
16
17
|
"LICENSE.txt",
|
|
17
18
|
"README.md"
|
|
@@ -24,6 +25,7 @@ Gem::Specification.new do |s|
|
|
|
24
25
|
"README.md",
|
|
25
26
|
"Rakefile",
|
|
26
27
|
"VERSION",
|
|
28
|
+
"bin/buzz",
|
|
27
29
|
"buzz",
|
|
28
30
|
"buzz.gemspec",
|
|
29
31
|
"conf/.buzz",
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: buzz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -141,7 +141,8 @@ dependencies:
|
|
|
141
141
|
version: 1.8.4
|
|
142
142
|
description: A growing suite of tools for doing handy admin tasks etc with Spacewalk
|
|
143
143
|
email: george@georgemcintosh.com
|
|
144
|
-
executables:
|
|
144
|
+
executables:
|
|
145
|
+
- buzz
|
|
145
146
|
extensions: []
|
|
146
147
|
extra_rdoc_files:
|
|
147
148
|
- LICENSE.txt
|
|
@@ -154,6 +155,7 @@ files:
|
|
|
154
155
|
- README.md
|
|
155
156
|
- Rakefile
|
|
156
157
|
- VERSION
|
|
158
|
+
- bin/buzz
|
|
157
159
|
- buzz
|
|
158
160
|
- buzz.gemspec
|
|
159
161
|
- conf/.buzz
|
|
@@ -177,7 +179,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
177
179
|
version: '0'
|
|
178
180
|
segments:
|
|
179
181
|
- 0
|
|
180
|
-
hash:
|
|
182
|
+
hash: 146169248666674571
|
|
181
183
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
182
184
|
none: false
|
|
183
185
|
requirements:
|