shiftzilla 0.2.29 → 0.2.30
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/shiftzilla/version.rb +1 -1
- data/shiftzilla.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 984ab4e2d18746aec6f05682be91d9ea27351d55387225f1556b4144644ce82f
|
4
|
+
data.tar.gz: 2c80a8591161baa4c25ed9c5a6b7e433e9063bb89243dc6fd0513ea3e1421c08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4670f0e251af5beefa9ff3407d0c011665d776cfe3e70c3d4bf29bd9ad2281345a7968a5b482bebe7b704fd1530171fbe26c9ae91d56c14806a5be774d0cefb1
|
7
|
+
data.tar.gz: 714aabd8a0cc15c49191323cd75a78ff70d8c9d309bd593785b9c5e067379353de2d86292581ca8925dd8f792cd506524ab09234637d01de7150b79ca5b550d6
|
data/lib/shiftzilla/version.rb
CHANGED
data/shiftzilla.gemspec
CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
7
7
|
spec.name = "shiftzilla"
|
8
8
|
spec.version = Shiftzilla::VERSION
|
9
9
|
spec.authors = ["N. Harrison Ripps","Rory Thrasher"]
|
10
|
-
spec.email = ["nhr@redhat.com","
|
10
|
+
spec.email = ["nhr@redhat.com","rthrashe@redhat.com"]
|
11
11
|
spec.summary = %q{Shiftzilla is a tool for providing historical reports based on Bugzilla data}
|
12
12
|
spec.description = spec.summary
|
13
13
|
spec.homepage = "http://github.com/nhr/shiftzilla"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shiftzilla
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N. Harrison Ripps
|
@@ -157,7 +157,7 @@ description: Shiftzilla is a tool for providing historical reports based on Bugz
|
|
157
157
|
data
|
158
158
|
email:
|
159
159
|
- nhr@redhat.com
|
160
|
-
-
|
160
|
+
- rthrashe@redhat.com
|
161
161
|
executables:
|
162
162
|
- shiftzilla
|
163
163
|
extensions: []
|