idonethis-official-cli 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 335e22bcbd570763eee684b1fbfbdfb46a09c6b0
4
- data.tar.gz: 7546bfd968a32e323697d7d5f65970bffc019e37
3
+ metadata.gz: 43f46b8a26d9212610bf42a29f936120d72e9949
4
+ data.tar.gz: b29a7252922b75171baf189d7f422c7fe2e99256
5
5
  SHA512:
6
- metadata.gz: 2fc4a5b38c1dac1627b62caaa554dd9bc9147964ac3310c8efc69e4186dd321dd20cce880b92e9f9d44d1e8d0e76cc2b2fdd0b05f41fc20985f576345acf107c
7
- data.tar.gz: 22d473fda34163d10e24fa5ced34ac9871502c77a5da94fa955ff92678645b07c931448770c4575246da2312c40107d9f75b41fc8a07d65150fb3f4ae97c8509
6
+ metadata.gz: 1444296740ce2abfb68b4bdc980e5db28425ec197ddb29e70533878776c88ab5486f6088380a4d173dce5f792254087943c0a0baf96347eac96085db51a132e8
7
+ data.tar.gz: 788e1dff7ad9ca0851d5b3ee56c778d0926a24b92565d59284d6bab8aa1c1d9104dfb8650f0a458f1631edd73162d2698dad85f1c6e7dc6db7f44e83dda2928a
data/README.md CHANGED
@@ -1,34 +1,21 @@
1
- TODO: Fill this out!
1
+ # Official IDoneThis Command Line Interface
2
2
 
3
- # IdonethisCli
4
-
5
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/idonethis_cli`. To experiment with that code, run `bin/console` for an interactive prompt.
6
-
7
- TODO: Delete this and the text above, and describe your gem
3
+ The I Done This Command Line Interface for [IDoneThis](https://beta.idonethis.com)
8
4
 
9
5
  ## Installation
10
6
 
11
- Add this line to your application's Gemfile:
12
-
13
- ```ruby
14
- gem 'idonethis_cli'
15
- ```
16
-
17
- And then execute:
7
+ Install it yourself as:
18
8
 
19
- $ bundle
20
-
21
- Or install it yourself as:
22
-
23
- $ gem install idonethis_cli
9
+ $ gem install idonethis-official-cli
24
10
 
25
11
  ## Usage
26
12
 
27
- idt help
28
- idt authorize
29
- idt team set
30
- idt entry new Just setup the iDT CLI
31
- idt entries
13
+ $ idt help
14
+ $ idt authorize
15
+ $ idt team list
16
+ $ idt team set
17
+ $ idt entry new "Just setup the IDoneThis CLI"
18
+ $ idt entry list
32
19
 
33
20
  ## Development
34
21
 
@@ -41,11 +28,9 @@ You'll want to see:
41
28
 
42
29
  ## Contributing
43
30
 
44
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/idonethis_cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
31
+ Bug reports and pull requests are welcome on GitHub at https://github.com/idonethis/idonethis-cli. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
32
 
46
33
 
47
34
  ## License
48
35
 
49
36
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
50
-
51
- # idonethis-cli
@@ -1,3 +1,3 @@
1
1
  module IdonethisCli
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: idonethis-official-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Mingins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-23 00:00:00.000000000 Z
11
+ date: 2016-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor