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 +4 -4
- data/README.md +11 -26
- data/lib/idonethis_cli/version.rb +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: 43f46b8a26d9212610bf42a29f936120d72e9949
|
|
4
|
+
data.tar.gz: b29a7252922b75171baf189d7f422c7fe2e99256
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1444296740ce2abfb68b4bdc980e5db28425ec197ddb29e70533878776c88ab5486f6088380a4d173dce5f792254087943c0a0baf96347eac96085db51a132e8
|
|
7
|
+
data.tar.gz: 788e1dff7ad9ca0851d5b3ee56c778d0926a24b92565d59284d6bab8aa1c1d9104dfb8650f0a458f1631edd73162d2698dad85f1c6e7dc6db7f44e83dda2928a
|
data/README.md
CHANGED
|
@@ -1,34 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
# Official IDoneThis Command Line Interface
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
12
|
-
|
|
13
|
-
```ruby
|
|
14
|
-
gem 'idonethis_cli'
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
And then execute:
|
|
7
|
+
Install it yourself as:
|
|
18
8
|
|
|
19
|
-
$
|
|
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
|
|
30
|
-
idt
|
|
31
|
-
idt
|
|
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/
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2016-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: thor
|