conjur-asset-key-pair-api 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2052062f06fa09c0995a209df87bf04337d74f49
4
+ data.tar.gz: 6c8237b5d92bc502dfb5f94ee993f2f78057c178
5
+ SHA512:
6
+ metadata.gz: 1ac56175a29ccc9e1ad3392a4cf1750e3363f94b03684ce44af3207175bebb1dc5ab7e4c6ea273e88b0e28f4dc93ed22b62e99e5d3cc68bc33558918acaf6b35
7
+ data.tar.gz: 2e0f7e8f0f5afaf7e09aae0c5cf317917969d15aa8b4bd853d2024a87e2db7cdbf824cfaa91eb573a313474930e46cc73cd4af29950b29f32099dd491ef8f69a
@@ -0,0 +1,8 @@
1
+ coverage
2
+ .bundle/
3
+ log/*.log
4
+ pkg/
5
+ spec/dummy/db/*.sqlite3
6
+ spec/dummy/log/*.log
7
+ spec/dummy/tmp/
8
+ spec/dummy/.sass-cache
data/Gemfile ADDED
@@ -0,0 +1,16 @@
1
+ source "http://rubygems.org"
2
+
3
+ # Declare your gem's dependencies in conjur-asset-service-gateway.gemspec.
4
+ # Bundler will treat runtime dependencies like base dependencies, and
5
+ # development dependencies will be added by default to the :development group.
6
+ gemspec
7
+
8
+ gem 'rails-api'
9
+ gem 'webmock'
10
+ gem 'rspec-rails'
11
+ gem 'selenium-webdriver'
12
+
13
+ gem 'authable', git: 'https://inscitiv-ops-dev:Me5aswes@github.com/inscitiv/authable.git', branch: 'master'
14
+ gem 'conjur-api', git: 'https://github.com/inscitiv/api-ruby.git', branch: 'master'
15
+ gem 'slosilo'
16
+ gem 'sequel-rails', git: 'git://github.com/dividedmind/sequel-rails.git', branch: 'max-connections'
@@ -0,0 +1,214 @@
1
+ GIT
2
+ remote: git://github.com/dividedmind/sequel-rails.git
3
+ revision: a5c7454d239cba14993a9ff95fee0ab1556864d6
4
+ branch: max-connections
5
+ specs:
6
+ sequel-rails (0.4.3)
7
+ railties (>= 3.2.0)
8
+ sequel (~> 3.28)
9
+
10
+ GIT
11
+ remote: https://github.com/inscitiv/api-ruby.git
12
+ revision: 90dcd6174deb3369e9c4680f9fc4721a6e19394a
13
+ branch: master
14
+ specs:
15
+ conjur-api (2.4.0)
16
+ activesupport
17
+ rest-client
18
+
19
+ GIT
20
+ remote: https://inscitiv-ops-dev:Me5aswes@github.com/inscitiv/authable.git
21
+ revision: 3f3680aa5f966e2d7f7bafcb1d25012174cc73a5
22
+ branch: master
23
+ specs:
24
+ authable (0.2.0)
25
+ activesupport
26
+ conjur-api
27
+ slosilo
28
+
29
+ PATH
30
+ remote: .
31
+ specs:
32
+ conjur-asset-key-pair-api (0.2.1)
33
+ conjur-api
34
+
35
+ GEM
36
+ remote: http://rubygems.org/
37
+ specs:
38
+ actionmailer (3.2.13)
39
+ actionpack (= 3.2.13)
40
+ mail (~> 2.5.3)
41
+ actionpack (3.2.13)
42
+ activemodel (= 3.2.13)
43
+ activesupport (= 3.2.13)
44
+ builder (~> 3.0.0)
45
+ erubis (~> 2.7.0)
46
+ journey (~> 1.0.4)
47
+ rack (~> 1.4.5)
48
+ rack-cache (~> 1.2)
49
+ rack-test (~> 0.6.1)
50
+ sprockets (~> 2.2.1)
51
+ activemodel (3.2.13)
52
+ activesupport (= 3.2.13)
53
+ builder (~> 3.0.0)
54
+ activerecord (3.2.13)
55
+ activemodel (= 3.2.13)
56
+ activesupport (= 3.2.13)
57
+ arel (~> 3.0.2)
58
+ tzinfo (~> 0.3.29)
59
+ activeresource (3.2.13)
60
+ activemodel (= 3.2.13)
61
+ activesupport (= 3.2.13)
62
+ activesupport (3.2.13)
63
+ i18n (= 0.6.1)
64
+ multi_json (~> 1.0)
65
+ addressable (2.3.5)
66
+ arel (3.0.2)
67
+ builder (3.0.4)
68
+ capybara (2.1.0)
69
+ mime-types (>= 1.16)
70
+ nokogiri (>= 1.3.3)
71
+ rack (>= 1.0.0)
72
+ rack-test (>= 0.5.4)
73
+ xpath (~> 2.0)
74
+ childprocess (0.3.9)
75
+ ffi (~> 1.0, >= 1.0.11)
76
+ ci_reporter (1.8.4)
77
+ builder (>= 2.1.2)
78
+ crack (0.4.0)
79
+ safe_yaml (~> 0.9.0)
80
+ cucumber (1.3.2)
81
+ builder (>= 2.1.2)
82
+ diff-lcs (>= 1.1.3)
83
+ gherkin (~> 2.12.0)
84
+ multi_json (~> 1.3)
85
+ cucumber-rails (1.3.1)
86
+ capybara (>= 1.1.2)
87
+ cucumber (>= 1.2.0)
88
+ nokogiri (>= 1.5.0)
89
+ rails (~> 3.0)
90
+ diff-lcs (1.2.4)
91
+ erubis (2.7.0)
92
+ ffi (1.9.0)
93
+ gherkin (2.12.0)
94
+ multi_json (~> 1.3)
95
+ hike (1.2.3)
96
+ i18n (0.6.1)
97
+ journey (1.0.4)
98
+ json (1.8.0)
99
+ json_spec (1.1.1)
100
+ multi_json (~> 1.0)
101
+ rspec (~> 2.0)
102
+ mail (2.5.4)
103
+ mime-types (~> 1.16)
104
+ treetop (~> 1.4.8)
105
+ mime-types (1.23)
106
+ mini_portile (0.5.0)
107
+ multi_json (1.7.7)
108
+ nokogiri (1.6.0)
109
+ mini_portile (~> 0.5.0)
110
+ pg (0.15.1)
111
+ pg_random_id (1.0.0)
112
+ polyglot (0.3.3)
113
+ rack (1.4.5)
114
+ rack-cache (1.2)
115
+ rack (>= 0.4)
116
+ rack-ssl (1.3.3)
117
+ rack
118
+ rack-test (0.6.2)
119
+ rack (>= 1.0)
120
+ rails (3.2.13)
121
+ actionmailer (= 3.2.13)
122
+ actionpack (= 3.2.13)
123
+ activerecord (= 3.2.13)
124
+ activeresource (= 3.2.13)
125
+ activesupport (= 3.2.13)
126
+ bundler (~> 1.0)
127
+ railties (= 3.2.13)
128
+ rails-api (0.1.0)
129
+ actionpack (>= 3.2.11)
130
+ railties (>= 3.2.11)
131
+ tzinfo (~> 0.3.31)
132
+ railties (3.2.13)
133
+ actionpack (= 3.2.13)
134
+ activesupport (= 3.2.13)
135
+ rack-ssl (~> 1.3.2)
136
+ rake (>= 0.8.7)
137
+ rdoc (~> 3.4)
138
+ thor (>= 0.14.6, < 2.0)
139
+ rake (10.1.0)
140
+ rdoc (3.12.2)
141
+ json (~> 1.4)
142
+ rest-client (1.6.7)
143
+ mime-types (>= 1.16)
144
+ rspec (2.13.0)
145
+ rspec-core (~> 2.13.0)
146
+ rspec-expectations (~> 2.13.0)
147
+ rspec-mocks (~> 2.13.0)
148
+ rspec-core (2.13.1)
149
+ rspec-expectations (2.13.0)
150
+ diff-lcs (>= 1.1.3, < 2.0)
151
+ rspec-mocks (2.13.1)
152
+ rspec-rails (2.13.2)
153
+ actionpack (>= 3.0)
154
+ activesupport (>= 3.0)
155
+ railties (>= 3.0)
156
+ rspec-core (~> 2.13.0)
157
+ rspec-expectations (~> 2.13.0)
158
+ rspec-mocks (~> 2.13.0)
159
+ rubyzip (0.9.9)
160
+ safe_yaml (0.9.3)
161
+ selenium-webdriver (2.33.0)
162
+ childprocess (>= 0.2.5)
163
+ multi_json (~> 1.0)
164
+ rubyzip
165
+ websocket (~> 1.0.4)
166
+ sequel (3.48.0)
167
+ simplecov (0.7.1)
168
+ multi_json (~> 1.0)
169
+ simplecov-html (~> 0.7.1)
170
+ simplecov-html (0.7.1)
171
+ slosilo (0.2.4)
172
+ spork (0.9.2)
173
+ sprockets (2.2.2)
174
+ hike (~> 1.2)
175
+ multi_json (~> 1.0)
176
+ rack (~> 1.0)
177
+ tilt (~> 1.1, != 1.3.0)
178
+ talentbox-sequel-rails (0.3.10)
179
+ railties (~> 3.2.0)
180
+ sequel (~> 3.28)
181
+ thor (0.18.1)
182
+ tilt (1.4.1)
183
+ treetop (1.4.14)
184
+ polyglot
185
+ polyglot (>= 0.3.1)
186
+ tzinfo (0.3.37)
187
+ webmock (1.12.3)
188
+ addressable (>= 2.2.7)
189
+ crack (>= 0.3.2)
190
+ websocket (1.0.7)
191
+ xpath (2.0.0)
192
+ nokogiri (~> 1.3)
193
+
194
+ PLATFORMS
195
+ ruby
196
+
197
+ DEPENDENCIES
198
+ authable!
199
+ ci_reporter
200
+ conjur-api!
201
+ conjur-asset-key-pair-api!
202
+ cucumber-rails
203
+ json_spec
204
+ pg
205
+ pg_random_id
206
+ rails-api
207
+ rspec-rails
208
+ selenium-webdriver
209
+ sequel-rails!
210
+ simplecov
211
+ slosilo
212
+ spork
213
+ talentbox-sequel-rails
214
+ webmock
@@ -0,0 +1,20 @@
1
+ Copyright 2013 YOURNAME
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,3 @@
1
+ = ConjurAssetDeployment
2
+
3
+ This project rocks and uses MIT-LICENSE.
@@ -0,0 +1,27 @@
1
+ #!/usr/bin/env rake
2
+ begin
3
+ require 'bundler/setup'
4
+ rescue LoadError
5
+ puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
6
+ end
7
+ begin
8
+ require 'rdoc/task'
9
+ rescue LoadError
10
+ require 'rdoc/rdoc'
11
+ require 'rake/rdoctask'
12
+ RDoc::Task = Rake::RDocTask
13
+ end
14
+
15
+ RDoc::Task.new(:rdoc) do |rdoc|
16
+ rdoc.rdoc_dir = 'rdoc'
17
+ rdoc.title = 'ConjurAssetService'
18
+ rdoc.options << '--line-numbers'
19
+ rdoc.rdoc_files.include('README.rdoc')
20
+ rdoc.rdoc_files.include('lib/**/*.rb')
21
+ end
22
+
23
+
24
+
25
+
26
+ Bundler::GemHelper.install_tasks
27
+
@@ -0,0 +1,48 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ # Maintain your gem's version:
4
+ require "conjur-asset-key-pair-version"
5
+
6
+ files = if ENV['API_ONLY']
7
+ exclude_dirs = [ ".project", ".rvmrc", "lib/conjur/asset", "config", "db", "features", "spec", "app" ]
8
+ `git ls-files`.split("\n").select do |f|
9
+ exclude_dirs.find{|d| f.index(d) == 0}.nil?
10
+ end.tap do |files|
11
+ puts "Packaging #{files.join(" ")}"
12
+ end
13
+ else
14
+ `git ls-files`.split($/)
15
+ end
16
+
17
+ name = if ENV['API_ONLY']
18
+ "conjur-asset-key-pair-api"
19
+ else
20
+ "conjur-asset-key-pair"
21
+ end
22
+
23
+ # Describe your gem and declare its dependencies:
24
+ Gem::Specification.new do |s|
25
+ s.name = name
26
+ s.version = Conjur::Asset::KeyPair::VERSION
27
+ s.authors = ["Kevin Gilpin"]
28
+ s.email = ["kgilpin@gmail.com"]
29
+ s.homepage = "http://conjur.net"
30
+ s.summary = "Conjur asset plugin for RSA key pairs."
31
+
32
+ s.files = files
33
+
34
+ s.add_dependency "conjur-api"
35
+
36
+ s.add_development_dependency "authable"
37
+ s.add_development_dependency "rails-api"
38
+ s.add_development_dependency "talentbox-sequel-rails"
39
+ s.add_development_dependency "pg"
40
+ s.add_development_dependency "pg_random_id"
41
+ s.add_development_dependency "rspec-rails"
42
+ s.add_development_dependency "cucumber-rails"
43
+ s.add_development_dependency "spork"
44
+ s.add_development_dependency "simplecov"
45
+ s.add_development_dependency "webmock"
46
+ s.add_development_dependency "json_spec"
47
+ s.add_development_dependency "ci_reporter"
48
+ end
@@ -0,0 +1,7 @@
1
+ module Conjur
2
+ module Asset
3
+ module KeyPair
4
+ VERSION = "0.2.1"
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,5 @@
1
+ require "conjur-asset-key-pair-version"
2
+ require "conjur/api"
3
+ require "conjur/key-pair-api"
4
+
5
+ require "conjur/asset/key-pair/engine" if defined?(Rails) && ENV['CONJUR_ASSET_SERVICE']
@@ -0,0 +1,13 @@
1
+ require 'conjur/key_pair'
2
+
3
+ module Conjur
4
+ class API
5
+ def create_key_pair(options = {})
6
+ standard_create Conjur::KeyPairs::API.host, :key_pair, nil, options
7
+ end
8
+
9
+ def key_pair id
10
+ standard_show Conjur::KeyPairs::API.host, :key_pair, id
11
+ end
12
+ end
13
+ end
@@ -0,0 +1,28 @@
1
+ require 'conjur/authn'
2
+ require 'conjur/command'
3
+
4
+ class Conjur::Command::KeyPairs < Conjur::Command
5
+ self.prefix = :"key-pair"
6
+
7
+ desc "Encrypt with a key pair"
8
+ arg_name "key-pair (value | STDIN)"
9
+ command :"encrypt" do |c|
10
+ c.action do |global_options, options, args|
11
+ id = require_arg(args, 'key-pair')
12
+ value = args.shift || STDIN.read
13
+
14
+ $stdout.write api.key_pair(id).encrypt value
15
+ end
16
+ end
17
+
18
+ desc "Decrypt with a key pair"
19
+ arg_name "key-pair (value | STDIN)"
20
+ command :"decrypt" do |c|
21
+ c.action do |global_options, options, args|
22
+ id = require_arg(args, 'key-pair')
23
+ value = args.shift || STDIN.read
24
+
25
+ $stdout.write api.key_pair(id).decrypt value
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,13 @@
1
+ module Conjur
2
+ module KeyPairs
3
+ class API < Conjur::API
4
+ class << self
5
+ def host
6
+ ENV['CONJUR_KEY_PAIR_URL'] || Conjur::Core::API.host
7
+ end
8
+ end
9
+ end
10
+ end
11
+ end
12
+
13
+ require 'conjur/api/key_pairs'
@@ -0,0 +1,15 @@
1
+ module Conjur
2
+ class KeyPair < RestClient::Resource
3
+ include ActsAsAsset
4
+
5
+ def encrypt(data)
6
+ raise ArgumentError.new("data must not be nil") unless data
7
+ self["encrypt"].post(data, content_type: 'application/octet-stream').body
8
+ end
9
+
10
+ def decrypt(data)
11
+ raise ArgumentError.new("data must not be nil") unless data
12
+ self["decrypt"].post(data, content_type: 'application/octet-stream').body
13
+ end
14
+ end
15
+ end
metadata ADDED
@@ -0,0 +1,238 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: conjur-asset-key-pair-api
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - Kevin Gilpin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-07-03 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: conjur-api
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: authable
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rails-api
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ - !ruby/object:Gem::Dependency
56
+ name: talentbox-sequel-rails
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pg
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - '>='
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: pg_random_id
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - '>='
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - '>='
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ - !ruby/object:Gem::Dependency
98
+ name: rspec-rails
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - '>='
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - '>='
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: cucumber-rails
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - '>='
116
+ - !ruby/object:Gem::Version
117
+ version: '0'
118
+ type: :development
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - '>='
123
+ - !ruby/object:Gem::Version
124
+ version: '0'
125
+ - !ruby/object:Gem::Dependency
126
+ name: spork
127
+ requirement: !ruby/object:Gem::Requirement
128
+ requirements:
129
+ - - '>='
130
+ - !ruby/object:Gem::Version
131
+ version: '0'
132
+ type: :development
133
+ prerelease: false
134
+ version_requirements: !ruby/object:Gem::Requirement
135
+ requirements:
136
+ - - '>='
137
+ - !ruby/object:Gem::Version
138
+ version: '0'
139
+ - !ruby/object:Gem::Dependency
140
+ name: simplecov
141
+ requirement: !ruby/object:Gem::Requirement
142
+ requirements:
143
+ - - '>='
144
+ - !ruby/object:Gem::Version
145
+ version: '0'
146
+ type: :development
147
+ prerelease: false
148
+ version_requirements: !ruby/object:Gem::Requirement
149
+ requirements:
150
+ - - '>='
151
+ - !ruby/object:Gem::Version
152
+ version: '0'
153
+ - !ruby/object:Gem::Dependency
154
+ name: webmock
155
+ requirement: !ruby/object:Gem::Requirement
156
+ requirements:
157
+ - - '>='
158
+ - !ruby/object:Gem::Version
159
+ version: '0'
160
+ type: :development
161
+ prerelease: false
162
+ version_requirements: !ruby/object:Gem::Requirement
163
+ requirements:
164
+ - - '>='
165
+ - !ruby/object:Gem::Version
166
+ version: '0'
167
+ - !ruby/object:Gem::Dependency
168
+ name: json_spec
169
+ requirement: !ruby/object:Gem::Requirement
170
+ requirements:
171
+ - - '>='
172
+ - !ruby/object:Gem::Version
173
+ version: '0'
174
+ type: :development
175
+ prerelease: false
176
+ version_requirements: !ruby/object:Gem::Requirement
177
+ requirements:
178
+ - - '>='
179
+ - !ruby/object:Gem::Version
180
+ version: '0'
181
+ - !ruby/object:Gem::Dependency
182
+ name: ci_reporter
183
+ requirement: !ruby/object:Gem::Requirement
184
+ requirements:
185
+ - - '>='
186
+ - !ruby/object:Gem::Version
187
+ version: '0'
188
+ type: :development
189
+ prerelease: false
190
+ version_requirements: !ruby/object:Gem::Requirement
191
+ requirements:
192
+ - - '>='
193
+ - !ruby/object:Gem::Version
194
+ version: '0'
195
+ description:
196
+ email:
197
+ - kgilpin@gmail.com
198
+ executables: []
199
+ extensions: []
200
+ extra_rdoc_files: []
201
+ files:
202
+ - .gitignore
203
+ - Gemfile
204
+ - Gemfile.lock
205
+ - MIT-LICENSE
206
+ - README.rdoc
207
+ - Rakefile
208
+ - conjur-asset-key-pair.gemspec
209
+ - lib/conjur-asset-key-pair-version.rb
210
+ - lib/conjur-asset-key-pair.rb
211
+ - lib/conjur/api/key_pairs.rb
212
+ - lib/conjur/command/key_pairs.rb
213
+ - lib/conjur/key-pair-api.rb
214
+ - lib/conjur/key_pair.rb
215
+ homepage: http://conjur.net
216
+ licenses: []
217
+ metadata: {}
218
+ post_install_message:
219
+ rdoc_options: []
220
+ require_paths:
221
+ - lib
222
+ required_ruby_version: !ruby/object:Gem::Requirement
223
+ requirements:
224
+ - - '>='
225
+ - !ruby/object:Gem::Version
226
+ version: '0'
227
+ required_rubygems_version: !ruby/object:Gem::Requirement
228
+ requirements:
229
+ - - '>='
230
+ - !ruby/object:Gem::Version
231
+ version: '0'
232
+ requirements: []
233
+ rubyforge_project:
234
+ rubygems_version: 2.0.3
235
+ signing_key:
236
+ specification_version: 4
237
+ summary: Conjur asset plugin for RSA key pairs.
238
+ test_files: []