aptly_cli 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +1 -0
- data/aptly_cli.gemspec +1 -1
- data/bin/aptly-cli +1 -1
- data/lib/aptly_cli/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
OGQwZjdiMTFiYjY5NjNmOTAwNjBhNThlYzE5MmI3N2ViODU4ZDVmNw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YmUzOGRjNWJjMzMwMmRjMWI2YmNjN2UxOGQ2ZDBkNDM2ZjViNjEyYg==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NmQ5OTRhYzY2YjhlZDZmODM2NjQwOGNlZDMyNTVkZGRhNWUzZjYyNjU2MDU4
|
10
|
+
ZjlhZGUwMzIxODNlMzA5OTBlZDU4NzdlNTVhNjI3YzdlNWUwNTM3NmE2YWVj
|
11
|
+
NmUxMzU2MTM1NGYzMzBkOWFkM2UwYWQ4MDVjOTU0M2RiNWEyMmY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
OTNhNDNjMzEyMWU3ZjIxODdhYmJmNTI5NWMyYzIxYzQ2ODRlZDBlNWJjNzgy
|
14
|
+
ZDM1ODBkYjU4Yzk0MDAyNmI3YjUzMTVmMGM4MmQ0OTVlODA1YmZmMTk5Nzkz
|
15
|
+
MWZhYTJmNGY5ZjE4Y2VmMDc5ZTQzZTk3ZTZkY2UyNzgzM2ExMjE=
|
data/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# AptlyCli
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/sepulworld/aptly_cli.svg)](https://travis-ci.org/sepulworld/aptly_cli)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/aptly_cli.svg)](http://badge.fury.io/rb/aptly_cli)
|
4
5
|
|
5
6
|
A command line interace to execute Aptly commands againts remote Aptly API servers. Aptly-cli will allow you to interact with the file, repo, snapshot, publish, packages, graph and version API endpoints of your Aptly server.
|
6
7
|
|
data/aptly_cli.gemspec
CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
19
19
|
spec.license = "MIT"
|
20
20
|
|
21
21
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
22
|
-
spec.bindir = "
|
22
|
+
spec.bindir = "bin"
|
23
23
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
24
24
|
spec.require_paths = ["lib"]
|
25
25
|
|
data/bin/aptly-cli
CHANGED
data/lib/aptly_cli/version.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
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.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zane
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2015-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|