cm_quiz 0.0.5 → 0.0.6

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
2
  SHA1:
3
- metadata.gz: 20e543eeac8e0548fb300d2995c07c3a62e19660
4
- data.tar.gz: 1b4619ec3ffb67fe1e5c5065296aaa5ebb749f1f
3
+ metadata.gz: 61a92952b7beda2d77ca8f119f076539dab5be05
4
+ data.tar.gz: 12717f8d883dc37d7a0187139aa8e3d1ae335d33
5
5
  SHA512:
6
- metadata.gz: 08a4d51a613d827a82a1e5087da80e33f3f95856f43a0a1108b6ec2e9d1abf7e6c3cd9f8d80a12f8ee8e617e270c24e53754ad8f45149fc3cd2551de78a3bafe
7
- data.tar.gz: 63cbc9c75e3a055a0262105f7912dd33367e4ed7108453bbfb4bf2dbcdd7d3acb87496e072598612a437e32742ff3711b900aca8e9e9d972cf83289f6198da81
6
+ metadata.gz: 51bf5bb24065c0a8dc66a6b5c4678c4adfba877d39b00556e63840d2a04c658b25b172f0877d7d37b4a33fbf80c84abab76af89636a22039f9cfa18a8ab3e0ef
7
+ data.tar.gz: 4f8d3c780d7c3a4b610fa86b80f2a4f040b4def3789967bf9929b179d397415e35e7cefc0c248e8ebad961daa575f8b380b3ea63f6b50d878f4c524406324180
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cm_quiz (0.0.4)
4
+ cm_quiz (0.0.6)
5
5
  httparty (~> 0.15.6)
6
6
  rspec (~> 3.6)
7
7
  thor (~> 0.19.4)
@@ -16,7 +16,7 @@ GEM
16
16
  safe_yaml (~> 1.0.0)
17
17
  diff-lcs (1.3)
18
18
  hashdiff (0.3.6)
19
- httparty (0.15.6)
19
+ httparty (0.15.7)
20
20
  multi_xml (>= 0.5.2)
21
21
  method_source (0.8.2)
22
22
  multi_xml (0.6.0)
@@ -25,19 +25,19 @@ GEM
25
25
  method_source (~> 0.8.1)
26
26
  slop (~> 3.4)
27
27
  public_suffix (3.0.0)
28
- rspec (3.6.0)
29
- rspec-core (~> 3.6.0)
30
- rspec-expectations (~> 3.6.0)
31
- rspec-mocks (~> 3.6.0)
32
- rspec-core (3.6.0)
33
- rspec-support (~> 3.6.0)
34
- rspec-expectations (3.6.0)
28
+ rspec (3.8.0)
29
+ rspec-core (~> 3.8.0)
30
+ rspec-expectations (~> 3.8.0)
31
+ rspec-mocks (~> 3.8.0)
32
+ rspec-core (3.8.0)
33
+ rspec-support (~> 3.8.0)
34
+ rspec-expectations (3.8.1)
35
35
  diff-lcs (>= 1.2.0, < 2.0)
36
- rspec-support (~> 3.6.0)
37
- rspec-mocks (3.6.0)
36
+ rspec-support (~> 3.8.0)
37
+ rspec-mocks (3.8.0)
38
38
  diff-lcs (>= 1.2.0, < 2.0)
39
- rspec-support (~> 3.6.0)
40
- rspec-support (3.6.0)
39
+ rspec-support (~> 3.8.0)
40
+ rspec-support (3.8.0)
41
41
  safe_yaml (1.0.4)
42
42
  slop (3.6.0)
43
43
  thor (0.19.4)
@@ -55,4 +55,4 @@ DEPENDENCIES
55
55
  webmock (~> 3.0)
56
56
 
57
57
  BUNDLED WITH
58
- 1.15.1
58
+ 1.16.4
@@ -21,7 +21,7 @@ module CmQuiz
21
21
  url = @endpoint + path
22
22
 
23
23
  query = options[:query]
24
- body = options[:body].to_json
24
+ body = options[:body] ? options[:body].to_json : options[:body]
25
25
  headers = { 'Content-Type' => 'application/json' }.merge(options[:headers] || {})
26
26
 
27
27
  http_options = {
@@ -1,3 +1,3 @@
1
1
  module CmQuiz
2
- VERSION = '0.0.5'
2
+ VERSION = '0.0.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cm_quiz
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ben
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
129
129
  version: '0'
130
130
  requirements: []
131
131
  rubyforge_project:
132
- rubygems_version: 2.6.12
132
+ rubygems_version: 2.6.13
133
133
  signing_key:
134
134
  specification_version: 4
135
135
  summary: Review your codementor quiz