papercallio 0.1.1 → 0.2.0
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/Gemfile.lock +1 -1
- data/bin/papercallio +1 -0
- data/lib/papercallio/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: 0ac872bcd47cc72bc1cc35fdb471dca636bdff1e
|
|
4
|
+
data.tar.gz: c0ddb6b1af1fdde6ec7be22bae833428bec7c99f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc21ad37f445c71498ab232fcb9c9e5ef1cb8015072b30a64ec8767943eae7fd84aaf70f2426d2c4c0ac7df85bde06bfc59bf489f1fb43936dea499ea94ea868
|
|
7
|
+
data.tar.gz: 729fc51950a698c56b7dab5e85391a58bdb81f0c22c5bd3302ae2ccaa1c3b5ab05075091b1e1bc10f6a9c422ef15522f3638dd41e1149e26e663604fad021090
|
data/Gemfile.lock
CHANGED
data/bin/papercallio
CHANGED
|
@@ -20,6 +20,7 @@ program_desc %(Command line interface for the papercall.io API
|
|
|
20
20
|
version Papercallio::VERSION
|
|
21
21
|
|
|
22
22
|
api_token = ENV['PAPERCALL_API_TOKEN']
|
|
23
|
+
raise 'must set `export PAPERCALL_API_TOKEN=abcdefghijklmnopqrstuvwxyz1234567890` to call the API. See help.' if api_token.nil?
|
|
23
24
|
|
|
24
25
|
subcommand_option_handling :normal
|
|
25
26
|
arguments :strict
|
data/lib/papercallio/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: papercallio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- aaronblythe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-06-
|
|
11
|
+
date: 2017-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|