conjur-asset-key-pair-api 0.2.1 → 0.2.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2052062f06fa09c0995a209df87bf04337d74f49
4
- data.tar.gz: 6c8237b5d92bc502dfb5f94ee993f2f78057c178
3
+ metadata.gz: 985038b83f61dd7c686cbccfa40a7df66f31f9fe
4
+ data.tar.gz: b79944c154763ae1837c8ffac1f84a53702acbe9
5
5
  SHA512:
6
- metadata.gz: 1ac56175a29ccc9e1ad3392a4cf1750e3363f94b03684ce44af3207175bebb1dc5ab7e4c6ea273e88b0e28f4dc93ed22b62e99e5d3cc68bc33558918acaf6b35
7
- data.tar.gz: 2e0f7e8f0f5afaf7e09aae0c5cf317917969d15aa8b4bd853d2024a87e2db7cdbf824cfaa91eb573a313474930e46cc73cd4af29950b29f32099dd491ef8f69a
6
+ metadata.gz: a1dc99df4f8573236e9c5acaf5ed219f85cb6fa8ebefc7056ed2c61b226f0a7a73235756171339103626b4b8614862b9979e254592273d23c3b05ae21631a247
7
+ data.tar.gz: c489c123c56943baca95742429a73a6d319c34d65197bc1f60cec83283681b93f1bec168ec0a89909c1dea4cc5cd9f06b27ad4dcead9a9dcc096c506f9c4cd0a
data/.gitignore CHANGED
@@ -1,3 +1,4 @@
1
+ Gemfile.lock
1
2
  coverage
2
3
  .bundle/
3
4
  log/*.log
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib", __FILE__)
4
4
  require "conjur-asset-key-pair-version"
5
5
 
6
6
  files = if ENV['API_ONLY']
7
- exclude_dirs = [ ".project", ".rvmrc", "lib/conjur/asset", "config", "db", "features", "spec", "app" ]
7
+ exclude_dirs = [ "Gemfile", ".project", ".rvmrc", "lib/conjur/asset", "config", "db", "features", "spec", "app" ]
8
8
  `git ls-files`.split("\n").select do |f|
9
9
  exclude_dirs.find{|d| f.index(d) == 0}.nil?
10
10
  end.tap do |files|
@@ -1,7 +1,7 @@
1
1
  module Conjur
2
2
  module Asset
3
3
  module KeyPair
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conjur-asset-key-pair-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Gilpin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-03 00:00:00.000000000 Z
11
+ date: 2013-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: conjur-api
@@ -200,8 +200,6 @@ extensions: []
200
200
  extra_rdoc_files: []
201
201
  files:
202
202
  - .gitignore
203
- - Gemfile
204
- - Gemfile.lock
205
203
  - MIT-LICENSE
206
204
  - README.rdoc
207
205
  - Rakefile
data/Gemfile DELETED
@@ -1,16 +0,0 @@
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'
data/Gemfile.lock DELETED
@@ -1,214 +0,0 @@
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