action_kit_api 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ module ActionKitApi
10
10
  # Other/Active
11
11
  attr_accessor :address1, :address2, :attendee_count, :city, :country,
12
12
  :directions, :ends_at, :host_is_confirmed, :is_approved,
13
- :is_full, is_in_past, :is_open_for_signup, :is_private,
13
+ :is_full, :is_in_past, :is_open_for_signup, :is_private,
14
14
  :latitude, :longitude, :max_attendees, :note_to_attendees,
15
15
  :notes, :phone, :plus4, :postal, :public_description, :region,
16
16
  :starts_at, :state, :status, :status_summary, :venue, :zip
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 0
9
- version: 0.3.0
8
+ - 1
9
+ version: 0.3.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox