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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +5 -3
  3. data/lib/ptt.rb +1 -1
  4. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 177f45ed434f0c9445c126552d97f002dfee98e1
4
- data.tar.gz: 76108946a21a1f3e7dd7382f4758c25eff072d1f
3
+ metadata.gz: 9f914a5499254b17d3735a37ddcc34104c61ef59
4
+ data.tar.gz: 5d5cf6aefb2b97fb92b6d9aafdee63cf371333ce
5
5
  SHA512:
6
- metadata.gz: 350f9a6cab523e8db5debc0b68705870207a1f460f642278292f62b84566f6ec72e9cc402e0191f75a9bb71e422700c70f8faf44a45f0d5110c39705447866fc
7
- data.tar.gz: 8fa115bfebd364f360e07dd0666801abfbae7ba318dbcf844df7a64e05e0d27bf85f05387921b694fdd24cc8d5cbc91ded5c94304ea27abfdf5c975f8356189f
6
+ metadata.gz: 337b762871cdaf12ec32642c2656e2cd267b0c36b20966365a8bcb837400c1efdab23247f5a86a81a4bc64c9361768e477fdcb12ef806f3db7b18c23af68a33c
7
+ data.tar.gz: 70c81a8d0bee4383c99b007f87acaaeea00c01e2f041145d325da4c58875be7c5abe99450b51d646091ba971b4ac06f1f0abe1e1a3c025434533b54e19a86a18
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # ptt (pivotal tracker terminal)
1
+ [![Gem Version](https://badge.fury.io/rb/ptt.svg)](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
- You can [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).
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 (current maintainer of ptt)
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
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
 
3
3
  module PTT
4
4
  class InputError < StandardError; end
5
- VERSION = '1.0.1'
5
+ VERSION = '1.0.2'
6
6
  end
7
7
 
8
8
  require 'tracker_api'
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.1
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: Minimalist, opinionated client to manage your Pivotal Tracker tasks from
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.5.1
156
+ rubygems_version: 2.6.8
158
157
  signing_key:
159
158
  specification_version: 4
160
159
  summary: Pivotal Tracker CLI (API v5)