samwise 0.2.6 → 0.2.7

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: samwise
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alan deLevie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-10 00:00:00.000000000 Z
11
+ date: 2016-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: codeclimate-test-reporter
@@ -123,13 +123,13 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  - !ruby/object:Gem::Dependency
126
- name: httpclient
126
+ name: thor
127
127
  requirement: !ruby/object:Gem::Requirement
128
128
  requirements:
129
129
  - - ">="
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
- type: :runtime
132
+ type: :development
133
133
  prerelease: false
134
134
  version_requirements: !ruby/object:Gem::Requirement
135
135
  requirements:
@@ -137,7 +137,7 @@ dependencies:
137
137
  - !ruby/object:Gem::Version
138
138
  version: '0'
139
139
  - !ruby/object:Gem::Dependency
140
- name: faraday
140
+ name: httpclient
141
141
  requirement: !ruby/object:Gem::Requirement
142
142
  requirements:
143
143
  - - ">="
@@ -152,7 +152,8 @@ dependencies:
152
152
  version: '0'
153
153
  description: A Ruby library that provides access to the SAM.gov API
154
154
  email: alan.delevie@gsa.gov
155
- executables: []
155
+ executables:
156
+ - samwise
156
157
  extensions: []
157
158
  extra_rdoc_files: []
158
159
  files:
@@ -167,18 +168,25 @@ files:
167
168
  - LICENSE.md
168
169
  - README.md
169
170
  - Rakefile
171
+ - bin/samwise
170
172
  - lib/samwise.rb
173
+ - lib/samwise/cli.rb
171
174
  - lib/samwise/client.rb
172
175
  - lib/samwise/error.rb
173
176
  - lib/samwise/protocol.rb
174
177
  - lib/samwise/util.rb
175
178
  - lib/samwise/version.rb
176
179
  - samwise.gemspec
180
+ - spec/cli_mocks/bad.json
181
+ - spec/cli_mocks/test.json
182
+ - spec/cli_spec.rb
177
183
  - spec/client_spec.rb
184
+ - spec/factory.rb
178
185
  - spec/protocol_spec.rb
179
186
  - spec/samwise_spec.rb
180
187
  - spec/spec_helper.rb
181
188
  - spec/util_spec.rb
189
+ - spec/vcr/Samwise_Cli.yml
182
190
  - spec/vcr/Samwise_Client.yml
183
191
  homepage: https://rubygems.org/gems/samwise
184
192
  licenses:
@@ -205,9 +213,14 @@ signing_key:
205
213
  specification_version: 4
206
214
  summary: Ruby access to the SAM.gov API
207
215
  test_files:
216
+ - spec/cli_mocks/bad.json
217
+ - spec/cli_mocks/test.json
218
+ - spec/cli_spec.rb
208
219
  - spec/client_spec.rb
220
+ - spec/factory.rb
209
221
  - spec/protocol_spec.rb
210
222
  - spec/samwise_spec.rb
211
223
  - spec/spec_helper.rb
212
224
  - spec/util_spec.rb
225
+ - spec/vcr/Samwise_Cli.yml
213
226
  - spec/vcr/Samwise_Client.yml