action_kit_rest 0.2.1 → 0.2.2
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.
- checksums.yaml +8 -8
- data/Gemfile.lock +4 -4
- data/action_kit_rest.gemspec +3 -3
- data/lib/action_kit_rest/version.rb +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MDA1NDI5MmI3N2ZiODY1YmQ3N2RmYjcwNDQyNmU3NjU2NjM4YzMyMA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDU2ODZmMGMyOGI2NWIwZTYxMjM1YmQwZTE2ODNmNGVhMjNkZTViZA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ODlhODJmNzk2NjVmMmEzOGQwNTY0MzFjNmRhYTI5YjQwZDllOTRjMTljNjVj
|
|
10
|
+
MTJhOTg5ZDFkYTFkNTZmNDJkY2ExZjBkNjgyYTI2NzYyMGNiNjQ3Yjc4M2I0
|
|
11
|
+
MDhiNmEzNWM4NTQ1ZDQ1YTE4ODU2YWY2ODhiZjNmMTczOTRkMTE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
NTJkZWNmYWJhMDY3ZmE2NmYyMzNkYTRkODE1Y2I0ZTQ4NGY4OGI2Y2UwYWNm
|
|
14
|
+
OGE5MDdkYjY2MDMzNTQ1NDlmODAyZjQ2M2FmZTI2NTcyMTgyZWUwMjEyY2Jk
|
|
15
|
+
MTkxZmQwNTVmMTc1MTY2OTk2NjA5Njc4ZDhmNGJhYzQ0MmE1Mjk=
|
data/Gemfile.lock
CHANGED
|
@@ -34,8 +34,8 @@ GEM
|
|
|
34
34
|
em-synchrony (1.0.3)
|
|
35
35
|
eventmachine (>= 1.0.0.beta.1)
|
|
36
36
|
eventmachine (1.0.3)
|
|
37
|
-
faraday (0.
|
|
38
|
-
multipart-post (
|
|
37
|
+
faraday (0.9.0)
|
|
38
|
+
multipart-post (>= 1.2, < 3)
|
|
39
39
|
faraday_middleware (0.9.1)
|
|
40
40
|
faraday (>= 0.7.4, < 0.10)
|
|
41
41
|
git (1.2.8)
|
|
@@ -67,7 +67,7 @@ GEM
|
|
|
67
67
|
minitest (5.4.0)
|
|
68
68
|
multi_json (1.10.1)
|
|
69
69
|
multi_xml (0.5.5)
|
|
70
|
-
multipart-post (
|
|
70
|
+
multipart-post (2.0.0)
|
|
71
71
|
nokogiri (1.6.3.1)
|
|
72
72
|
mini_portile (= 0.6.0)
|
|
73
73
|
oauth2 (1.0.0)
|
|
@@ -104,7 +104,7 @@ GEM
|
|
|
104
104
|
thread_safe (0.3.4)
|
|
105
105
|
tzinfo (1.2.1)
|
|
106
106
|
thread_safe (~> 0.1)
|
|
107
|
-
vertebrae (0.2.
|
|
107
|
+
vertebrae (0.2.11)
|
|
108
108
|
activesupport
|
|
109
109
|
faraday
|
|
110
110
|
faraday_middleware
|
data/action_kit_rest.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: action_kit_rest 0.2.
|
|
5
|
+
# stub: action_kit_rest 0.2.2 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "action_kit_rest"
|
|
9
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.2"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.authors = ["Nathan Woodhull"]
|
|
13
|
-
s.date = "2014-08-
|
|
13
|
+
s.date = "2014-08-04"
|
|
14
14
|
s.description = "Gem for interacting with the ActionKit API"
|
|
15
15
|
s.email = "nathan@controlshiftlabs.com"
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: action_kit_rest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nathan Woodhull
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-08-
|
|
11
|
+
date: 2014-08-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: vertebrae
|
|
@@ -142,16 +142,14 @@ dependencies:
|
|
|
142
142
|
requirements:
|
|
143
143
|
- - ~>
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
|
-
version:
|
|
146
|
-
Mi4wLjA=
|
|
145
|
+
version: 2.0.0
|
|
147
146
|
type: :development
|
|
148
147
|
prerelease: false
|
|
149
148
|
version_requirements: !ruby/object:Gem::Requirement
|
|
150
149
|
requirements:
|
|
151
150
|
- - ~>
|
|
152
151
|
- !ruby/object:Gem::Version
|
|
153
|
-
version:
|
|
154
|
-
Mi4wLjA=
|
|
152
|
+
version: 2.0.0
|
|
155
153
|
description: Gem for interacting with the ActionKit API
|
|
156
154
|
email: nathan@controlshiftlabs.com
|
|
157
155
|
executables: []
|