vericred_client 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/docs/County.md +2 -4
- data/lib/vericred_client/models/county.rb +0 -2
- data/lib/vericred_client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7dd77140adc65c71b9f3db6ba54357f708d75bb
|
4
|
+
data.tar.gz: 7dadd392111475eef3c7e3c7bd2ffe40a2f00643
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 397ff066fe9cbce5ff853dd1ebece43f6501ef5db5f9638bc9df5ba2ac3fdecd59178476ee575e0cd15f9876be5879623cbb21c1d6a340f94a6f648563403548
|
7
|
+
data.tar.gz: b7ea6a632bef041f99442704f93b1196b102ea528fbedd66319a6f5cdf4c28350f85e7ab5e1511b1dc741d0a10eef8d81ca9f7e823a7eb6e91542b5b244d55c3
|
data/README.md
CHANGED
@@ -120,8 +120,8 @@ The response would be
|
|
120
120
|
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
|
121
121
|
|
122
122
|
- API version:
|
123
|
-
- Package version: 0.0.
|
124
|
-
- Build date: 2016-05-09T16:
|
123
|
+
- Package version: 0.0.3
|
124
|
+
- Build date: 2016-05-09T16:44:27.803-04:00
|
125
125
|
- Build package: class io.swagger.codegen.languages.RubyClientCodegen
|
126
126
|
|
127
127
|
## Installation
|
@@ -137,15 +137,15 @@ gem build vericred_client.gemspec
|
|
137
137
|
Then either install the gem locally:
|
138
138
|
|
139
139
|
```shell
|
140
|
-
gem install ./vericred_client-0.0.
|
140
|
+
gem install ./vericred_client-0.0.3.gem
|
141
141
|
```
|
142
|
-
(for development, run `gem install --dev ./vericred_client-0.0.
|
142
|
+
(for development, run `gem install --dev ./vericred_client-0.0.3.gem` to install the development dependencies)
|
143
143
|
|
144
144
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
145
145
|
|
146
146
|
Finally add this to the Gemfile:
|
147
147
|
|
148
|
-
gem 'vericred_client', '~> 0.0.
|
148
|
+
gem 'vericred_client', '~> 0.0.3'
|
149
149
|
|
150
150
|
### Install from Git
|
151
151
|
|
data/docs/County.md
CHANGED
@@ -8,9 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**name** | **String** | Human-readable name | [optional]
|
9
9
|
**state_code** | **String** | Two-character state code | [optional]
|
10
10
|
**state_id** | **Integer** | state relationship | [optional]
|
11
|
-
**state_live** | **BOOLEAN** | Is the state containing this county active for consumers?
|
12
|
-
|
13
|
-
**state_live_for_business** | **BOOLEAN** | Is the state containing this county active for business?
|
14
|
-
*deprecated in favor of last_date_for_shop | [optional]
|
11
|
+
**state_live** | **BOOLEAN** | Is the state containing this county active for consumers? | [optional]
|
12
|
+
**state_live_for_business** | **BOOLEAN** | Is the state containing this county active for business? | [optional]
|
15
13
|
|
16
14
|
|
@@ -143,11 +143,9 @@ module VericredClient
|
|
143
143
|
attr_accessor :state_id
|
144
144
|
|
145
145
|
# Is the state containing this county active for consumers?
|
146
|
-
*deprecated in favor of last_date_for_individual
|
147
146
|
attr_accessor :state_live
|
148
147
|
|
149
148
|
# Is the state containing this county active for business?
|
150
|
-
*deprecated in favor of last_date_for_shop
|
151
149
|
attr_accessor :state_live_for_business
|
152
150
|
|
153
151
|
# Attribute mapping from ruby-style variable name to JSON key.
|