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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGQwZjdiMTFiYjY5NjNmOTAwNjBhNThlYzE5MmI3N2ViODU4ZDVmNw==
4
+ NTAwNWRjOTM2ODE3NzZhMDk1NWY1MzhlYTg4MzM4NDZhMThlZmEyMw==
5
5
  data.tar.gz: !binary |-
6
- YmUzOGRjNWJjMzMwMmRjMWI2YmNjN2UxOGQ2ZDBkNDM2ZjViNjEyYg==
6
+ MjA4MmZlMzg1ZmY1NjBjYWRkZTQ1MDhlOTI3Mzk1MGI1MTEyYjAxMA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NmQ5OTRhYzY2YjhlZDZmODM2NjQwOGNlZDMyNTVkZGRhNWUzZjYyNjU2MDU4
10
- ZjlhZGUwMzIxODNlMzA5OTBlZDU4NzdlNTVhNjI3YzdlNWUwNTM3NmE2YWVj
11
- NmUxMzU2MTM1NGYzMzBkOWFkM2UwYWQ4MDVjOTU0M2RiNWEyMmY=
9
+ OWI1YzExYzYzNGNjOTBhMjM3MzE3MmFmNjdhYTVlOTc3YmM1OWRhYTUwM2Q0
10
+ YmI2ZWJiNWQyYmE1NzI2ZDk3MjFiMGFlZTE5ZDA1MDc4Y2UyNTExMGQxMWU3
11
+ MmFkMDY2MTkyMWUxZGE1NmMwZjNiYzMwYjEzYzY2NTExNTk1MDA=
12
12
  data.tar.gz: !binary |-
13
- OTNhNDNjMzEyMWU3ZjIxODdhYmJmNTI5NWMyYzIxYzQ2ODRlZDBlNWJjNzgy
14
- ZDM1ODBkYjU4Yzk0MDAyNmI3YjUzMTVmMGM4MmQ0OTVlODA1YmZmMTk5Nzkz
15
- MWZhYTJmNGY5ZjE4Y2VmMDc5ZTQzZTk3ZTZkY2UyNzgzM2ExMjE=
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{^exe/}) { |f| File.basename(f) }
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
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'commander/import'
5
5
  require 'aptly_cli'
6
6
 
7
- program :version, '0.1.2'
7
+ program :version, '0.1.3'
8
8
  program :description, 'Aptly repository API client'
9
9
 
10
10
  command :file_list do |c|
@@ -1,3 +1,3 @@
1
1
  module AptlyCli
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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: