pivotal_tracker_cli 5.0.0 → 5.0.1
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/lib/pivotal_tracker_cli/version.rb +1 -1
- data/pivotal-tracker-cli.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2ba39c0065205bc42f7e354daf5edfc6883b480
|
|
4
|
+
data.tar.gz: 42621a3159d9945cc54c29c1dbcc3307b2de239c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f019e6d3ab38c27e74e19448efe3406f3a8e1e532cd0899c7b590e7afe4ecc3e3855a96624c3189ed5d66689ec6e41c1f0e3ce22ff37736c3bbe84d020002b9
|
|
7
|
+
data.tar.gz: bb7609d0499cd4903976e3baa5439d756c677fc5f89be11178178e76400090b004e3d37944f5bb6de17a8169852c1e83903d27f2f5ad6a702ce05f7883f92c48
|
data/pivotal-tracker-cli.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ['me@jalexhall.com']
|
|
11
11
|
|
|
12
12
|
spec.summary = 'This gem is supposed to be used for dev purposes'
|
|
13
|
-
spec.description = 'Simple integration with pivotal-tracker
|
|
13
|
+
spec.description = 'Simple integration with pivotal-tracker API'
|
|
14
14
|
spec.homepage = 'http://github.com/alex-hall/pivotal_tracker_cli'
|
|
15
15
|
spec.license = 'MIT'
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pivotal_tracker_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.0.
|
|
4
|
+
version: 5.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alex Hall
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
description: Simple integration with pivotal-tracker
|
|
125
|
+
description: Simple integration with pivotal-tracker API
|
|
126
126
|
email:
|
|
127
127
|
- me@jalexhall.com
|
|
128
128
|
executables:
|