rainforestqa 0.0.1 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd81a72126f3cc9713c255d11202ad8af0e37ef2
4
- data.tar.gz: 4ab54d4fd886da6a86fd7486ab00372425afb47f
3
+ metadata.gz: 1479eb9ccac9604c63e473651891aceed526fc27
4
+ data.tar.gz: fb9bb699b416f2958eababf46b198a72879e40a2
5
5
  SHA512:
6
- metadata.gz: 80bfb02f3ef6f8cb11a2387b06530cd86e36e52d5b7778cefa5e380798a0b570db1508e5d77ddabea9712b1dba147151f17a78db913b64fdac52d10a58289f9a
7
- data.tar.gz: d51ac157c79967f6b1c3ed3a91f2c1dd8d1061d16a48a27cd794d195cc83b0225c1352b5c20805fcc8b1f520d2e488cfe3428380afb622c8088182719da5ad4e
6
+ metadata.gz: bce1c59e8759967b59703928390200830d85836f017903c8bd5deebdaab456f9cca27437b01090678795013badb3f077a9f2641df9838424884d784fcaf0947d
7
+ data.tar.gz: 5e442e247fb3d575b10e46a10fbf57c4d90f87bd60b776b47df2dbb34bfddd303a09de3b2e612600079791daa7365f87ce5c41d11397115d8b0e18d7b9445649
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rainforestqa (0.0.1)
4
+ rainforestqa (0.0.2)
5
5
  faraday (~> 0.9.1)
6
6
  json (~> 1.8)
7
7
 
@@ -38,10 +38,10 @@ module RainforestQA
38
38
 
39
39
  def connection(options = {})
40
40
  @connection ||= Faraday.new(API_URL, options) do | conn |
41
- conn.request :encode_json
41
+ conn.request :encode_rfqa_json
42
42
  conn.adapter :net_http
43
- conn.response :parse_json
44
- conn.response :raise_error_from_json
43
+ conn.response :parse_rfqa_json
44
+ conn.response :raise_error_rfqa_from_json
45
45
  end
46
46
  end
47
47
 
@@ -48,4 +48,4 @@ module RainforestQA
48
48
  end
49
49
  end
50
50
 
51
- Faraday::Request.register_middleware :encode_json => RainforestQA::RequestExt::EncodeJson
51
+ Faraday::Request.register_middleware :encode_rfqa_json => RainforestQA::RequestExt::EncodeJson
@@ -27,4 +27,4 @@ module RainforestQA
27
27
  end
28
28
  end
29
29
 
30
- Faraday::Response.register_middleware :parse_json => RainforestQA::ResponseExt::ParseJson
30
+ Faraday::Response.register_middleware :parse_rfqa_json => RainforestQA::ResponseExt::ParseJson
@@ -20,4 +20,4 @@ module RainforestQA
20
20
  end
21
21
  end
22
22
 
23
- Faraday::Response.register_middleware :raise_error_from_json => RainforestQA::ResponseExt::RaiseErrorFromJson
23
+ Faraday::Response.register_middleware :raise_error_rfqa_from_json => RainforestQA::ResponseExt::RaiseErrorFromJson
@@ -1,3 +1,3 @@
1
1
  module RainforestQA
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainforestqa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timor Tsentsiper