package_cloud 0.2.1 → 0.2.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.
- data/lib/package_cloud/cli/entry.rb +6 -0
- data/lib/package_cloud/version.rb +1 -1
- metadata +2 -2
|
@@ -61,6 +61,12 @@ module PackageCloud
|
|
|
61
61
|
end
|
|
62
62
|
end
|
|
63
63
|
|
|
64
|
+
desc "version",
|
|
65
|
+
"print version information"
|
|
66
|
+
def version
|
|
67
|
+
puts "package_cloud CLI #{VERSION}\nSee https://packagecloud.io/docs#cli for more details."
|
|
68
|
+
end
|
|
69
|
+
|
|
64
70
|
private
|
|
65
71
|
def get_valid(prompt)
|
|
66
72
|
selection = ""
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: package_cloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- James Golick
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2014-04-
|
|
13
|
+
date: 2014-04-20 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: thor
|