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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cbb63936f56c57d56b447a05480a58f3b7b94d49
4
- data.tar.gz: 9d155f364ab7c5310a285ac1867dbee64b90ae04
3
+ metadata.gz: 0ac872bcd47cc72bc1cc35fdb471dca636bdff1e
4
+ data.tar.gz: c0ddb6b1af1fdde6ec7be22bae833428bec7c99f
5
5
  SHA512:
6
- metadata.gz: a3e629bd6b99a9fd751028dd612e3cf6b1ff30c3653735e345cfa8a0e35cc15c2e8900d70543c0a671584bbd7e2d3215c02b6e2b979bae59f9cf0b85bb8202aa
7
- data.tar.gz: 45404fe4d5b9d164c8668e46d4bcc34a64901331e56066f2cf04e01356712a93477a1af7a48a42434da10c912070d98d03c80afb00b168d145decd9e473da288
6
+ metadata.gz: cc21ad37f445c71498ab232fcb9c9e5ef1cb8015072b30a64ec8767943eae7fd84aaf70f2426d2c4c0ac7df85bde06bfc59bf489f1fb43936dea499ea94ea868
7
+ data.tar.gz: 729fc51950a698c56b7dab5e85391a58bdb81f0c22c5bd3302ae2ccaa1c3b5ab05075091b1e1bc10f6a9c422ef15522f3638dd41e1149e26e663604fad021090
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- papercallio (0.1.0)
4
+ papercallio (0.2.0)
5
5
  gli (= 2.16.0)
6
6
  httparty (~> 0.15)
7
7
 
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
@@ -1,3 +1,3 @@
1
1
  module Papercallio
2
- VERSION = '0.1.1'
2
+ VERSION = '0.2.0'
3
3
  end
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.1.1
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-26 00:00:00.000000000 Z
11
+ date: 2017-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake