ptt 1.0.1 → 1.0.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/README.md +5 -3
- data/lib/ptt.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f914a5499254b17d3735a37ddcc34104c61ef59
|
|
4
|
+
data.tar.gz: 5d5cf6aefb2b97fb92b6d9aafdee63cf371333ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 337b762871cdaf12ec32642c2656e2cd267b0c36b20966365a8bcb837400c1efdab23247f5a86a81a4bc64c9361768e477fdcb12ef806f3db7b18c23af68a33c
|
|
7
|
+
data.tar.gz: 70c81a8d0bee4383c99b007f87acaaeea00c01e2f041145d325da4c58875be7c5abe99450b51d646091ba971b4ac06f1f0abe1e1a3c025434533b54e19a86a18
|
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://badge.fury.io/rb/ptt)
|
|
2
|
+
|
|
3
|
+
# ptt ( pivotal tracker terminal )
|
|
2
4
|
|
|
3
5
|
Minimal client to use Pivotal Tracker API v5 from the command line (forked from pt
|
|
4
6
|
|
|
@@ -64,10 +66,10 @@ Run `ptt` from the root folder of your project.
|
|
|
64
66
|
|
|
65
67
|
## Problems?
|
|
66
68
|
|
|
67
|
-
|
|
69
|
+
[Open a new issue](https://github.com/raul/ptt/issues/new). It can be helpful to include a trace of the requests and responses you're getting from Pivotal Tracker: you can get it by adding the `--debug` parameter while invoking `ptt` (remember to remove all sensible data though).
|
|
68
70
|
|
|
69
71
|
# Contributors
|
|
70
|
-
- Slamet Kristanto (
|
|
72
|
+
- Slamet Kristanto (Current maintainer of ptt)
|
|
71
73
|
- [orta therox](http://orta.github.com) (Current maintainer of pt)
|
|
72
74
|
- [Raul Murciano](http://raul.murciano.net) (Original author)
|
|
73
75
|
- [Anthony Crumley](https://github.com/craftycode)
|
data/lib/ptt.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ptt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Slamet Kristanto
|
|
@@ -109,8 +109,7 @@ dependencies:
|
|
|
109
109
|
- - ">="
|
|
110
110
|
- !ruby/object:Gem::Version
|
|
111
111
|
version: '0'
|
|
112
|
-
description:
|
|
113
|
-
the command line.(forked from pt)
|
|
112
|
+
description: Pivotal Tracker Command Line Interface (forked from pt)
|
|
114
113
|
email:
|
|
115
114
|
- cakmet14@gmail.com
|
|
116
115
|
- raul@murciano.net
|
|
@@ -154,7 +153,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
153
|
version: '0'
|
|
155
154
|
requirements: []
|
|
156
155
|
rubyforge_project: ptt
|
|
157
|
-
rubygems_version: 2.
|
|
156
|
+
rubygems_version: 2.6.8
|
|
158
157
|
signing_key:
|
|
159
158
|
specification_version: 4
|
|
160
159
|
summary: Pivotal Tracker CLI (API v5)
|