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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c1118700476d532dc34d78643c1030fadb398a2
4
- data.tar.gz: 7a09f482a934922eb00663e821c69d7d6374372a
3
+ metadata.gz: d7dd77140adc65c71b9f3db6ba54357f708d75bb
4
+ data.tar.gz: 7dadd392111475eef3c7e3c7bd2ffe40a2f00643
5
5
  SHA512:
6
- metadata.gz: 5906ffced1740ac780327d282bc438ab31be9f0220590e36e9ae7cc042643a67f10f179d4cb98ef6263040368f5d689f5904fbc3879216a2c1bc71e22e266701
7
- data.tar.gz: defa34e64d3ff80144b173f7fa403432a60dfbc1577d37a7955e58a69f502bc688c1fa46f2a088619d4ae333a3708a2d30512ff77cf576e85cf98ec89ef165e5
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.2
124
- - Build date: 2016-05-09T16:32:47.387-04:00
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.2.gem
140
+ gem install ./vericred_client-0.0.3.gem
141
141
  ```
142
- (for development, run `gem install --dev ./vericred_client-0.0.2.gem` to install the development dependencies)
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.2'
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
- *deprecated in favor of last_date_for_individual | [optional]
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.
@@ -124,5 +124,5 @@ Generated by: https://github.com/swagger-api/swagger-codegen.git
124
124
  =end
125
125
 
126
126
  module VericredClient
127
- VERSION = "0.0.2"
127
+ VERSION = "0.0.3"
128
128
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vericred_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vericred Inc.