ccli 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/ccli.gemspec +5 -1
  4. metadata +6 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b51dfcdf9a76d67d7bb633b23527d834e1eefeed029b4d8cce842ce1d114126c
4
- data.tar.gz: e4aaff7ebd82de60040209ee625b7e4b479d84ffff1f2eeed3f9d919ea48ac83
3
+ metadata.gz: a20c067bb37955bc5db9f0977498c65038f57707e9f9a84cd39a229748daa283
4
+ data.tar.gz: 888934204b52a9017f4aa8c9d1deea23513c07ca5b08c48831610c2320ed6128
5
5
  SHA512:
6
- metadata.gz: c325b131a7eacbee13c0c6caa99288876958ee5a1424a7a14cbff80d13fdc3d8f7886f4f46d57b483fa6ee47c2e019497e72a75d223360698079c59d6db8e138
7
- data.tar.gz: ec80bdf42056d9101b64a7eb99ec991b7aef7a7007a9481ab714253455e260c777af1d42b26765c250c3e9343f84a716b86c860c4c6f677fa9682a5a0e198eb3
6
+ metadata.gz: 6152b10e88db00f0e7c0c7e9d2baedf9a7446b2695b5aa806b8f195a275c1410d4628df5bac7b8bebcd86390f01e4c9581cf971f7b90e7335326d4433bf21843
7
+ data.tar.gz: 0f2761c2c6a7059f2ded3ebb3a853d0a2d99bc31e793655519a75696ac15c0c9c3b3156654de094794bf0840387a2f4f9912bf6200d214c8f69f2fb3df15068b
data/README.md CHANGED
@@ -4,7 +4,7 @@ Cryptopus Command Line Client
4
4
 
5
5
  ## Installation
6
6
 
7
- `sudo gem install ccli`
7
+ `gem install ccli`
8
8
 
9
9
  This will install the `cry` command including its dependencies
10
10
 
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = 'ccli'
8
- s.version = '0.1.0'
8
+ s.version = '0.1.1'
9
9
  s.summary = 'Command line client for the opensource password manager Cryptopus'
10
10
  s.authors = ['Nils Rauch']
11
11
  s.email = 'rauch@puzzle.ch'
@@ -16,6 +16,10 @@ Gem::Specification.new do |s|
16
16
  s.bindir = 'bin'
17
17
  s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
18
  s.required_ruby_version = Gem::Requirement.new('>= 2.0')
19
+ s.metadata = {
20
+ "source_code_uri" => "https://www.github.com/puzzle/ccli"
21
+ }
22
+ s.license = 'MIT'
19
23
 
20
24
  s.add_runtime_dependency 'commander', '~> 4.5', '>= 4.5.2'
21
25
  s.add_runtime_dependency 'tty-command'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ccli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nils Rauch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-16 00:00:00.000000000 Z
11
+ date: 2020-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: commander
@@ -104,8 +104,10 @@ files:
104
104
  - lib/serializers/ose_secret_serializer.rb
105
105
  - lib/serializers/team_serializer.rb
106
106
  homepage:
107
- licenses: []
108
- metadata: {}
107
+ licenses:
108
+ - MIT
109
+ metadata:
110
+ source_code_uri: https://www.github.com/puzzle/ccli
109
111
  post_install_message:
110
112
  rdoc_options: []
111
113
  require_paths: