aptly_cli 0.1.2 → 0.1.3
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 +8 -8
- data/aptly_cli.gemspec +1 -1
- data/bin/aptly-cli +1 -1
- data/lib/aptly_cli/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NTAwNWRjOTM2ODE3NzZhMDk1NWY1MzhlYTg4MzM4NDZhMThlZmEyMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MjA4MmZlMzg1ZmY1NjBjYWRkZTQ1MDhlOTI3Mzk1MGI1MTEyYjAxMA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OWI1YzExYzYzNGNjOTBhMjM3MzE3MmFmNjdhYTVlOTc3YmM1OWRhYTUwM2Q0
|
|
10
|
+
YmI2ZWJiNWQyYmE1NzI2ZDk3MjFiMGFlZTE5ZDA1MDc4Y2UyNTExMGQxMWU3
|
|
11
|
+
MmFkMDY2MTkyMWUxZGE1NmMwZjNiYzMwYjEzYzY2NTExNTk1MDA=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWJhYmViYTliNTdlMjJlZGFmNzEwZWYzZDVjYjExODMxMGFmYzE1M2M4Y2Rl
|
|
14
|
+
N2ZhOGRhNmZlY2YxZjBhNjJjNWM3NGVjZWQ4MTg3ZDE0MDNkYmZhNjRmOTRk
|
|
15
|
+
NDNlOWRmMjJjN2U4Y2M3NGM0YjE2NTVhNmQ3NzMxNmZhMGZhNjE=
|
data/aptly_cli.gemspec
CHANGED
|
@@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
|
|
|
20
20
|
|
|
21
21
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
22
22
|
spec.bindir = "bin"
|
|
23
|
-
spec.executables = spec.files.grep(%r{^
|
|
23
|
+
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
24
24
|
spec.require_paths = ["lib"]
|
|
25
25
|
|
|
26
26
|
spec.add_development_dependency "bundler"
|
data/bin/aptly-cli
CHANGED
data/lib/aptly_cli/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aptly_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Zane
|
|
@@ -111,7 +111,10 @@ dependencies:
|
|
|
111
111
|
description: Aptly API client
|
|
112
112
|
email:
|
|
113
113
|
- zane.williamson@gmail.com
|
|
114
|
-
executables:
|
|
114
|
+
executables:
|
|
115
|
+
- aptly-cli
|
|
116
|
+
- console
|
|
117
|
+
- setup
|
|
115
118
|
extensions: []
|
|
116
119
|
extra_rdoc_files: []
|
|
117
120
|
files:
|