chi_business_owners 0.1.0 → 0.1.1

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: f7759de2a961cd8da41787a50a589c9d962a1a98
4
- data.tar.gz: 89500646566989bde9608125858896650c9aa40f
3
+ metadata.gz: d6ec6f3b5df08dd34daf30dbc4bb9ebc2d238e12
4
+ data.tar.gz: fdc5028a3d598fcfac6c5cac32eb998c69d0d610
5
5
  SHA512:
6
- metadata.gz: 19cd4e7101161214dd99e48b10f2ab735621b70c2dbc4de11ba5b6408e49454afc8aef7086814e32b29dc09dc6f3040c692212dc307457a33ced7df8ca6b9f7e
7
- data.tar.gz: 31715c228cfbf1f56c3cf4e469f2e5deaa556964f0929c2edadffd21d99a43def951c687fc7b71883961ec05e2c2141f9c0dddc6a0cb256201895a8f328822d4
6
+ metadata.gz: 2a9f56a47474fad4f39a8f8934c4114f97705de876f08ddfc094a7a8f5f59081f613166619b21b687a5666a86cb2827c8aa4abd3726973c5d689787f6fbb5b6d
7
+ data.tar.gz: 78920915579aa92f7f77870dcc32987a9a065800bdc4b68c3380d0d760c9291481d29e27fd2d1f206ce816da57a952d8cc4ff9d72f1be38332da5733492deb61
data/README.md CHANGED
@@ -40,5 +40,5 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
40
40
 
41
41
  ## Contributing
42
42
 
43
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/chi_business_owners.
43
+ Bug reports and pull requests are welcome on GitHub at https://github.com/verynear/chi_business_owners.
44
44
 
@@ -7,9 +7,9 @@ module ChiBusinessOwners
7
7
 
8
8
  def initialize(business_hash)
9
9
  @account_number = business_hash["account_number"]
10
- @dba_name = business_hash["doing_business_as_name"]
11
- @first_name = business_hash["owner_first_name"]
12
- @last_name = business_hash["owner_last_name"]
10
+ @doing_business_as_name = business_hash["doing_business_as_name"]
11
+ @owner_first_name = business_hash["owner_first_name"]
12
+ @owner_last_name = business_hash["owner_last_name"]
13
13
  @owner_title = business_hash["owner_title"]
14
14
  end
15
15
 
@@ -1,3 +1,3 @@
1
1
  module ChiBusinessOwners
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chi_business_owners
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - verynear