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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e15ecea1ada00502bea8b1107236391af40a86c1f18f40441493f60dde160aa
4
- data.tar.gz: fced21a636917e3febe3a43de6f628df3a229c4131e98600030877be8a399a34
3
+ metadata.gz: 984ab4e2d18746aec6f05682be91d9ea27351d55387225f1556b4144644ce82f
4
+ data.tar.gz: 2c80a8591161baa4c25ed9c5a6b7e433e9063bb89243dc6fd0513ea3e1421c08
5
5
  SHA512:
6
- metadata.gz: a869c52fbbc3bcad391895e14808ff8f656bc8b8757b29faad5a0c7888bcb7dc3acbbed63a3f34d8871445e3f81f1c49d2bceb72dfb011b817e019922af46988
7
- data.tar.gz: e18b3e1512555d6c15a293658040450ef87857135006f0eec50917708b159cb6a6e66911f649590924baf72906ad1cc7b87574779b9ce103e09396b713d3aa26
6
+ metadata.gz: 4670f0e251af5beefa9ff3407d0c011665d776cfe3e70c3d4bf29bd9ad2281345a7968a5b482bebe7b704fd1530171fbe26c9ae91d56c14806a5be774d0cefb1
7
+ data.tar.gz: 714aabd8a0cc15c49191323cd75a78ff70d8c9d309bd593785b9c5e067379353de2d86292581ca8925dd8f792cd506524ab09234637d01de7150b79ca5b550d6
@@ -1,3 +1,3 @@
1
1
  module Shiftzilla
2
- VERSION = "0.2.29"
2
+ VERSION = "0.2.30"
3
3
  end
@@ -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","rthrashei@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.29
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
- - rthrashei@redhat.com
160
+ - rthrashe@redhat.com
161
161
  executables:
162
162
  - shiftzilla
163
163
  extensions: []