action_kit_rest 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: b0bbd2d382da245f55b9e6db51d485ed90bcf764
4
- data.tar.gz: 02a6d7e429e7b4f1ecfa88dbef18c87304481d20
2
+ SHA256:
3
+ metadata.gz: 3500361e0719b8b564154f8bea6dcce45526730195e73c18afacdb9ed3502614
4
+ data.tar.gz: 26ed612e62d9b83e0d4a316b3916fe97cdea57be0571634e0b6a127e2d1bd628
5
5
  SHA512:
6
- metadata.gz: 13a48eefbd474969f1485c13d9c4387e53271b87ee19826670e00b891c6fc87e4df3e1c375158053e2cad6bb85f3a38c1d5ae57d1fc8ca9a65e039897694f822
7
- data.tar.gz: d1e96159c8ffea8486af3ea921bbaf52fc6b0ce3e52c7d0c6d08a602b630c6e683f800d3c843cfe06ee3e967c7f69aa5afb11ac56da7c3366d0a0d00a6219ca0
6
+ metadata.gz: fed8a4d19a5326a5070b8c5c97a316807396fdde90db77012427d8f4494fb1957dba9474d1e86ec4c09878f08129815fd3804b12a3f1c86335a850b7e8f9d2e4
7
+ data.tar.gz: 42e90e7c04f84e9747bea56523399fd429c828475de3906fbc3e19745d4877d4877fd38efc0f9cc0c6a4e691b03cfea41ceb48b20033d108ce74e97c96230624
@@ -1 +1 @@
1
- 2.3.4
1
+ 2.5.1
@@ -1,14 +1,15 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activesupport (5.1.3)
4
+ activesupport (5.2.0)
5
5
  concurrent-ruby (~> 1.0, >= 1.0.2)
6
- i18n (~> 0.7)
6
+ i18n (>= 0.7, < 2)
7
7
  minitest (~> 5.1)
8
8
  tzinfo (~> 1.1)
9
- addressable (2.4.0)
9
+ addressable (2.5.2)
10
+ public_suffix (>= 2.0.2, < 4.0)
10
11
  builder (3.2.3)
11
- byebug (9.0.6)
12
+ byebug (10.0.2)
12
13
  concurrent-ruby (1.0.5)
13
14
  cookiejar (0.3.3)
14
15
  crack (0.4.3)
@@ -22,29 +23,29 @@ GEM
22
23
  em-socksify (>= 0.3)
23
24
  eventmachine (>= 1.0.3)
24
25
  http_parser.rb (>= 0.6.0)
25
- em-socksify (0.3.1)
26
+ em-socksify (0.3.2)
26
27
  eventmachine (>= 1.0.0.beta.4)
27
28
  em-synchrony (1.0.6)
28
29
  eventmachine (>= 1.0.0.beta.1)
29
30
  eventmachine (1.2.5)
30
- faraday (0.9.2)
31
+ faraday (0.12.2)
31
32
  multipart-post (>= 1.2, < 3)
32
33
  faraday_middleware (0.12.2)
33
34
  faraday (>= 0.7.4, < 1.0)
34
35
  git (1.3.0)
35
- github_api (0.17.0)
36
- addressable (~> 2.4.0)
36
+ github_api (0.18.2)
37
+ addressable (~> 2.4)
37
38
  descendants_tracker (~> 0.0.4)
38
- faraday (~> 0.8, < 0.10)
39
- hashie (>= 3.4)
40
- mime-types (>= 1.16, < 3.0)
39
+ faraday (~> 0.8)
40
+ hashie (~> 3.5, >= 3.5.2)
41
41
  oauth2 (~> 1.0)
42
- hashdiff (0.3.5)
43
- hashie (3.5.6)
44
- highline (1.7.8)
42
+ hashdiff (0.3.7)
43
+ hashie (3.5.7)
44
+ highline (1.7.10)
45
45
  http_parser.rb (0.6.0)
46
- i18n (0.8.6)
47
- juwelier (2.4.7)
46
+ i18n (1.0.0)
47
+ concurrent-ruby (~> 1.0)
48
+ juwelier (2.4.9)
48
49
  builder
49
50
  bundler
50
51
  git
@@ -57,50 +58,50 @@ GEM
57
58
  rdoc
58
59
  semver2
59
60
  jwt (1.5.6)
60
- kamelcase (0.0.1)
61
+ kamelcase (0.0.2)
61
62
  semver2 (~> 3)
62
- mime-types (2.99.3)
63
- mini_portile2 (2.2.0)
64
- minitest (5.10.3)
65
- multi_json (1.12.1)
63
+ mini_portile2 (2.3.0)
64
+ minitest (5.11.3)
65
+ multi_json (1.13.1)
66
66
  multi_xml (0.6.0)
67
67
  multipart-post (2.0.0)
68
- nokogiri (1.8.0)
69
- mini_portile2 (~> 2.2.0)
68
+ nokogiri (1.8.2)
69
+ mini_portile2 (~> 2.3.0)
70
70
  oauth2 (1.4.0)
71
71
  faraday (>= 0.8, < 0.13)
72
72
  jwt (~> 1.0)
73
73
  multi_json (~> 1.3)
74
74
  multi_xml (~> 0.5)
75
75
  rack (>= 1.2, < 3)
76
- psych (2.2.4)
77
- rack (2.0.3)
78
- rake (12.0.0)
79
- rdoc (5.1.0)
80
- rspec (3.6.0)
81
- rspec-core (~> 3.6.0)
82
- rspec-expectations (~> 3.6.0)
83
- rspec-mocks (~> 3.6.0)
84
- rspec-core (3.6.0)
85
- rspec-support (~> 3.6.0)
86
- rspec-expectations (3.6.0)
76
+ psych (3.0.2)
77
+ public_suffix (3.0.2)
78
+ rack (2.0.4)
79
+ rake (12.3.1)
80
+ rdoc (6.0.3)
81
+ rspec (3.7.0)
82
+ rspec-core (~> 3.7.0)
83
+ rspec-expectations (~> 3.7.0)
84
+ rspec-mocks (~> 3.7.0)
85
+ rspec-core (3.7.1)
86
+ rspec-support (~> 3.7.0)
87
+ rspec-expectations (3.7.0)
87
88
  diff-lcs (>= 1.2.0, < 2.0)
88
- rspec-support (~> 3.6.0)
89
- rspec-mocks (3.6.0)
89
+ rspec-support (~> 3.7.0)
90
+ rspec-mocks (3.7.0)
90
91
  diff-lcs (>= 1.2.0, < 2.0)
91
- rspec-support (~> 3.6.0)
92
- rspec-support (3.6.0)
92
+ rspec-support (~> 3.7.0)
93
+ rspec-support (3.7.1)
93
94
  safe_yaml (1.0.4)
94
95
  semver2 (3.4.2)
95
96
  thread_safe (0.3.6)
96
- tzinfo (1.2.3)
97
+ tzinfo (1.2.5)
97
98
  thread_safe (~> 0.1)
98
- vertebrae (0.4.1)
99
+ vertebrae (0.4.3)
99
100
  activesupport
100
101
  faraday (>= 0.9.2)
101
102
  faraday_middleware
102
103
  hashie
103
- webmock (3.0.1)
104
+ webmock (3.3.0)
104
105
  addressable (>= 2.3.6)
105
106
  crack (>= 0.3.2)
106
107
  hashdiff
@@ -120,4 +121,4 @@ DEPENDENCIES
120
121
  webmock
121
122
 
122
123
  BUNDLED WITH
123
- 1.15.1
124
+ 1.16.1
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: action_kit_rest 0.3.3 ruby lib
5
+ # stub: action_kit_rest 0.3.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "action_kit_rest".freeze
9
- s.version = "0.3.3"
9
+ s.version = "0.3.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
13
13
  s.authors = ["Nathan Woodhull".freeze, "Diego Marcet".freeze, "Jacinda Moore".freeze]
14
- s.date = "2017-09-07"
14
+ s.date = "2018-05-17"
15
15
  s.description = "Gem for interacting with the ActionKit API".freeze
16
16
  s.email = "systems@controlshiftlabs.com".freeze
17
17
  s.extra_rdoc_files = [
@@ -84,7 +84,7 @@ Gem::Specification.new do |s|
84
84
  ]
85
85
  s.homepage = "http://github.com/controlshift/action_kit_rest".freeze
86
86
  s.licenses = ["MIT".freeze]
87
- s.rubygems_version = "2.5.2".freeze
87
+ s.rubygems_version = "2.7.6".freeze
88
88
  s.summary = "A wrapper for the ActionKit REST API".freeze
89
89
 
90
90
  if s.respond_to? :specification_version then
@@ -28,7 +28,7 @@ module ActionKitRest
28
28
  def default_options
29
29
  {
30
30
  user_agent: 'ActionKitRestGem',
31
- prefix: '/rest/v1/',
31
+ prefix: '/rest/v1',
32
32
  content_type: 'application/json; charset=utf-8'
33
33
  }
34
34
  end
@@ -2,7 +2,7 @@ module ActionKitRest
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 3
5
+ PATCH = 4
6
6
  BUILD = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
@@ -37,8 +37,7 @@ def stub_put(path)
37
37
  end
38
38
 
39
39
  def stub_action_kit_request(method, path)
40
- prefix = ActionKitRest.new.connection.configuration.prefix.to_s
41
- stub_request(method, 'https://test.com' + prefix + path)
40
+ stub_request(method, 'https://test.com/rest/v1/' + path)
42
41
  end
43
42
 
44
43
  def fixture_path
@@ -47,4 +46,4 @@ end
47
46
 
48
47
  def fixture(file)
49
48
  File.new(File.join(fixture_path, '/', file))
50
- end
49
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_kit_rest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Woodhull
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2017-09-07 00:00:00.000000000 Z
13
+ date: 2018-05-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: vertebrae
@@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
228
228
  version: '0'
229
229
  requirements: []
230
230
  rubyforge_project:
231
- rubygems_version: 2.5.2
231
+ rubygems_version: 2.7.6
232
232
  signing_key:
233
233
  specification_version: 4
234
234
  summary: A wrapper for the ActionKit REST API