package_cloud 0.3.02 → 0.3.03

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a53ac5d579105b8fa81aad30b5da73057ebea78e
4
- data.tar.gz: 05def5f60f2367cd5bf1136b93280e6165e18a4c
3
+ metadata.gz: a890c54d35d8e20a13b808479d5d951d986287d9
4
+ data.tar.gz: 3744f208a831a10f4007588f6a0b69776081f405
5
5
  SHA512:
6
- metadata.gz: b0f41df24be0a738ed0cd5c255c6a184449690189357b81ace3a9c7c41edc860db7c7ba13da643822d79be27d0cc122050ce4f6d8fe84fb896738678dce159f6
7
- data.tar.gz: 0b4dc62bfe2f6e13e5f5956a067b065b88966160dd5120d05a07336e9015b72cd110632fc164e1e2a68663856d1b9007e9c4b4e01baeb809874f5737b86a4db1
6
+ metadata.gz: 92842bf3d910bd4afd50305a2168e74a0a176e36c970b411f73e73b88c983d8bcb157a390a7f3bbe498a42eb4c3569406ba3a7c957731fd02be2e19a990b1154
7
+ data.tar.gz: 6b986161cd5e8821a7ff09e3a83416bbe4e6622c42a8e8d98bacbd6a0ea1360e563929c64571211933ee26eab1883d708e033f34d1abbd63868ee71f41e2f5e3
data/README.md CHANGED
@@ -19,7 +19,8 @@ The `package_cloud` command line client allows you to easily:
19
19
  access.
20
20
 
21
21
  This tool is intended to be used on the command line either manually or in an
22
- automated environment (like a build or CI process).
22
+ automated environment (like a build or CI process). See more examples on how to use the command-line
23
+ interface by visiting the [CLI page](https://packagecloud.io/l/cli).
23
24
 
24
25
  ## Installation
25
26
 
@@ -1,7 +1,7 @@
1
1
  module PackageCloud
2
2
  MAJOR_VERSION = "0"
3
3
  MINOR_VERSION = "3"
4
- PATCH_VERSION = "02"
4
+ PATCH_VERSION = "03"
5
5
 
6
6
  VERSION = [MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION].join(".")
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: package_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.02
4
+ version: 0.3.03
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Damato
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-28 00:00:00.000000000 Z
11
+ date: 2018-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.6.13
167
+ rubygems_version: 2.4.8
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: The https://packagecloud.io CLI for uploading Node.js, Debian, RPM, RubyGem,