action_kit_api 0.3.2 → 0.3.3

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.
@@ -5,7 +5,7 @@ module ActionKitApi
5
5
  include Searchable
6
6
 
7
7
  # Required
8
- attr_accessor :id, :campaign, :creator, :title
8
+ attr_accessor :id, :campaign_id, :creator_id, :title
9
9
 
10
10
  # Other/Active
11
11
  attr_accessor :address1, :address2, :attendee_count, :city, :country,
@@ -16,7 +16,7 @@ module ActionKitApi
16
16
  :starts_at, :state, :status, :status_summary, :venue, :zip
17
17
 
18
18
  def initialize(*args)
19
- @required_attrs = [:campaign, :creator, :title]
19
+ @required_attrs = [:campaign_id, :creator_id, :title]
20
20
  @read_only_attrs = [:attendee_count]
21
21
 
22
22
  super
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 2
9
- version: 0.3.2
8
+ - 3
9
+ version: 0.3.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2012-03-13 00:00:00 -04:00
17
+ date: 2012-03-14 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency