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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56f266589322ef96d40237c0e55372228faf4e228196aa27c75f7982041e234f
4
- data.tar.gz: 3dff610f59c918d39dc3ccdca5b4f3261c66c4ff1f31dfa3595a156882a22b06
3
+ metadata.gz: 4e15ecea1ada00502bea8b1107236391af40a86c1f18f40441493f60dde160aa
4
+ data.tar.gz: fced21a636917e3febe3a43de6f628df3a229c4131e98600030877be8a399a34
5
5
  SHA512:
6
- metadata.gz: 39951d877c9e252396229c0f9cd08ecfdc72aaf1045393a2b4b96faac9065bcf7b21db8d41d2adae36a9c945d5cb5cff5e0c8744a8f592bd6e46dad161f3a96a
7
- data.tar.gz: a4241ab5f9b78cec206b8b758a57b2c33bbf1bd5f03ea70e85cc6463a656d1f628d52f1be93b4c25545ddfc601e9b3ab07980701349f4067f1a823ad0fe0fcdb
6
+ metadata.gz: a869c52fbbc3bcad391895e14808ff8f656bc8b8757b29faad5a0c7888bcb7dc3acbbed63a3f34d8871445e3f81f1c49d2bceb72dfb011b817e019922af46988
7
+ data.tar.gz: e18b3e1512555d6c15a293658040450ef87857135006f0eec50917708b159cb6a6e66911f649590924baf72906ad1cc7b87574779b9ce103e09396b713d3aa26
@@ -1,3 +1,3 @@
1
1
  module Shiftzilla
2
- VERSION = "0.2.28"
2
+ VERSION = "0.2.29"
3
3
  end
@@ -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.28
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: []