eventbright 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.2.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{eventbright}
8
- s.version = "0.1.9"
8
+ s.version = "0.2.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["David Haslem"]
@@ -10,7 +10,7 @@ module EventBright
10
10
  readable :email
11
11
  readable :prefix, :first_name, :last_name, :suffix
12
12
  readable :home_address, :home_address_2, :home_city, :home_postal_code
13
- readable :home_country_code, :home_country, :home_region, :home_phone
13
+ readable :home_country_code, :home_country, :home_region, :home_phone, :cell_phone
14
14
  readable :ship_address, :ship_address_2, :ship_city, :ship_postal_code
15
15
  readable :ship_country_code, :ship_country, :ship_region
16
16
  readable :work_address, :work_address_2, :work_city, :work_postal_code
@@ -19,7 +19,7 @@ module EventBright
19
19
  readable :age, :birth_date
20
20
  readable :affiliate # Doc error - affiliate?
21
21
  ignores :answers
22
- ignores :event_id
22
+ readable :event_id
23
23
 
24
24
  readable :ticket_id
25
25
  attr_accessor :event
metadata CHANGED
@@ -4,9 +4,9 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- - 9
9
- version: 0.1.9
7
+ - 2
8
+ - 0
9
+ version: 0.2.0
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Haslem