shiftzilla 0.2.28 → 0.2.29
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 +2 -2
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e15ecea1ada00502bea8b1107236391af40a86c1f18f40441493f60dde160aa
|
4
|
+
data.tar.gz: fced21a636917e3febe3a43de6f628df3a229c4131e98600030877be8a399a34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a869c52fbbc3bcad391895e14808ff8f656bc8b8757b29faad5a0c7888bcb7dc3acbbed63a3f34d8871445e3f81f1c49d2bceb72dfb011b817e019922af46988
|
7
|
+
data.tar.gz: e18b3e1512555d6c15a293658040450ef87857135006f0eec50917708b159cb6a6e66911f649590924baf72906ad1cc7b87574779b9ce103e09396b713d3aa26
|
data/lib/shiftzilla/version.rb
CHANGED
data/shiftzilla.gemspec
CHANGED
@@ -6,8 +6,8 @@ require 'shiftzilla/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "shiftzilla"
|
8
8
|
spec.version = Shiftzilla::VERSION
|
9
|
-
spec.authors = ["N. Harrison Ripps"]
|
10
|
-
spec.email = ["nhr@redhat.com"]
|
9
|
+
spec.authors = ["N. Harrison Ripps","Rory Thrasher"]
|
10
|
+
spec.email = ["nhr@redhat.com","rthrashei@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,10 +1,11 @@
|
|
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.29
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- N. Harrison Ripps
|
8
|
+
- Rory Thrasher
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
@@ -156,6 +157,7 @@ description: Shiftzilla is a tool for providing historical reports based on Bugz
|
|
156
157
|
data
|
157
158
|
email:
|
158
159
|
- nhr@redhat.com
|
160
|
+
- rthrashei@redhat.com
|
159
161
|
executables:
|
160
162
|
- shiftzilla
|
161
163
|
extensions: []
|