aptly_cli 0.1.7 → 0.1.8

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
- MGE5MTc5ZDZjYWY5NWViNjFiNTYwZWY4YzNhZmZjOTQxM2VmMmI3Mw==
4
+ YTU4MWFjYWUwMmM2N2YyOTAwYjVmYzcyOTBjNDU3NzhjODRlODQ3Mw==
5
5
  data.tar.gz: !binary |-
6
- Y2FjODYyYTMyN2ViMmE2NTljM2RmNGE3OWIzMzNiNjFlYzVhMTAzZQ==
6
+ MGRhZjZlNzUzMWQ1Yzc5MzEzNTFmYjY4OWE2ZWZjYWNkNDUxMjdhNg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDZlNzI2OTQ1MzdhNzVkY2VlNGY0ZGUzMTA4ZDIwYTIzMmI0NjgyMjc3OGI1
10
- YjNlMzFjZDk1NjUxMjhlN2NhYWI5Y2I1MDNmODc4ZWQyYjEzNDZiMzMxNzgy
11
- NzAxNmYxNjRlYjgzODgyMGE3ODNjZjRjM2IyM2Q3YWE4OTY5YWQ=
9
+ NzdkZTliNTRiZDI0NGYxOGQzMmRlMmIyZjQxNzJmZjNiNGY3MzgzYjA3NmNi
10
+ MDdiY2FhNDM2OGVlYmFiNDY2NzNjMTM4YTNmNDIwYjc3MjZlNzkxNTRhOGE5
11
+ NDRhZGI2MTkwNTU1NzI2MDU4OTQ4OTRjMzBiYWMzNTZkYjNhNTY=
12
12
  data.tar.gz: !binary |-
13
- MWQzNjZkYWYyZTI0NjJiODgwZjYyOTY5NjhhZDFhYTMyNjYxMWUxZjQzMTY5
14
- MTIwM2I0MzZlY2RiZjk3Y2U2MzU5YTc1Mjk1NDRlYmY0NjMwNTk1MjJiODM4
15
- NDA3ZTA4NWFjNDhlM2Y2NGU3OTVkMTcyMjE1MDJjNWFmNmU4MTc=
13
+ NzE4M2E3NGJhNmE2NWNmM2MwNWZiYWVkMjIxNTlhOTk5ZGQwZjI1YjBhYzNk
14
+ Y2M4YTQzZmIyNzQ0ZmE0YTE1ZGVjN2I3MGQ3OTFkNjI5NmFmZmQ2ODI5MTFl
15
+ YTYyNGJkOTY5MDk0MjRkNDg3Y2NkYWQ0NWNhZTc5YWUzOTg0ZmE=
data/aptly_cli.gemspec CHANGED
@@ -13,15 +13,16 @@ Gem::Specification.new do |spec|
13
13
  spec.metadata['allowed_push_host'] = "https://rubygems.org"
14
14
  end
15
15
 
16
- spec.summary = %q{Command line client to interact with Aptly package management system}
17
- spec.description = %q{Aptly API client}
18
- spec.homepage = "https://github.com/sepulworld/aptly_cli"
19
- spec.license = "MIT"
16
+ spec.summary = %q{Command line client to interact with Aptly package management system}
17
+ spec.description = %q{Aptly API client}
18
+ spec.homepage = "https://github.com/sepulworld/aptly_cli"
19
+ spec.license = "MIT"
20
20
 
21
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
- spec.bindir = "bin"
23
- spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
24
- spec.require_paths = ["lib"]
21
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
22
+ spec.bindir = "bin"
23
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
24
+ spec.require_paths = ["lib"]
25
+ spec.required_ruby_version = '>= 1.9.3'
25
26
 
26
27
  spec.add_development_dependency "bundler"
27
28
  spec.add_development_dependency "rake", "~> 10.0"
data/bin/aptly-cli CHANGED
@@ -5,7 +5,7 @@ require 'rubygems'
5
5
  require 'commander/import'
6
6
  require 'aptly_cli'
7
7
 
8
- program :version, '0.1.7'
8
+ program :version, AptlyCli::VERSION
9
9
  program :description, 'Aptly repository API client'
10
10
 
11
11
  command :file_list do |c|
@@ -1,3 +1,3 @@
1
1
  module AptlyCli
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
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.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zane
@@ -151,7 +151,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
151
151
  requirements:
152
152
  - - ! '>='
153
153
  - !ruby/object:Gem::Version
154
- version: '0'
154
+ version: 1.9.3
155
155
  required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  requirements:
157
157
  - - ! '>='