action_kit_api 0.1.4 → 0.1.5

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.
@@ -6,6 +6,7 @@ require "action_kit_api/data_model"
6
6
  # Extensions to the data model for specific information
7
7
  require "action_kit_api/user"
8
8
  require "action_kit_api/page"
9
+ require "action_kit_api/action"
9
10
 
10
11
  # Page types
11
12
  require "action_kit_api/page_types/petition"
@@ -1,3 +1,3 @@
1
1
  module ActionKitApi
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 4
9
- version: 0.1.4
8
+ - 5
9
+ version: 0.1.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sam Stelfox