pivotoolz 0.1.1 → 0.1.2
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/pivotoolz/version.rb +1 -1
- data/pivotoolz.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 154afb500a7422493379239c32acb245eb80ebe9
|
4
|
+
data.tar.gz: aca7544f1cfc9f5f6c431ae9baa4aa3547a6a11b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6a9ae25cad5a8adc865a341862fa2f00f4de7b4dcef1c5c2feab19688437479f1fb150db38ee9557132fcadf37fb6cf7aea174b2620be4444234ea8a45145dad
|
7
|
+
data.tar.gz: f186cbaffebf5c12e6fdc099e86e4a8788f0c25036ed65bc359246c80b8a167569eca5e32cdc9ecf10ee3d0944281ef7b295d61cefdabaf768a3ab7149bb8edf
|
data/Gemfile.lock
CHANGED
data/lib/pivotoolz/version.rb
CHANGED
data/pivotoolz.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["sufyan@sealmail.net"]
|
11
11
|
|
12
12
|
spec.summary = %q{Tools to save you time when working with Pivotal Tracker stories}
|
13
|
-
spec.description = %q{Auto-deliver your finished stories upon successful deployment, find out which stories went out in the last deployment}
|
13
|
+
spec.description = %q{Auto-deliver your finished stories upon successful deployment, find out which stories went out in the last deployment, get a list of pivotal tracker story ids that went out in the last deployment.}
|
14
14
|
spec.homepage = "https://github.com/sufyanadam/pivotoolz"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pivotoolz
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sufyan Adam
|
@@ -67,7 +67,8 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '3.0'
|
69
69
|
description: Auto-deliver your finished stories upon successful deployment, find out
|
70
|
-
which stories went out in the last deployment
|
70
|
+
which stories went out in the last deployment, get a list of pivotal tracker story
|
71
|
+
ids that went out in the last deployment.
|
71
72
|
email:
|
72
73
|
- sufyan@sealmail.net
|
73
74
|
executables:
|