stash-rewards 0.0.1.alpha5 → 0.0.1

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
  SHA256:
3
- metadata.gz: e3c3d4c0f632fe0de1d13c538f4bc05c152038a7f614ca3180b14eb6d6fffb1f
4
- data.tar.gz: 6121444ae5111d9a2c507d04471c546f168b6205a3d980cb4c73e5000cb22d03
3
+ metadata.gz: 8f96e7d5711dfd480c7d4c917c439821ccfc98632370f601c80712e9ae948145
4
+ data.tar.gz: 0aa643206b87222bab9d3b0f5e8d81ab3a04657d6d2362801ac2a11a6ace6da0
5
5
  SHA512:
6
- metadata.gz: 4e4ac6bf50683d072fd112f12942e16580b24d7d498d7e45c65928d2a78228339bbb31ed6eb21eb6a2fe43e26f52dba2a70ace6abde67c0b2c86b6a3c6238d75
7
- data.tar.gz: 0a45ae5b8fd4de4d99c0d00ac10ac43c691e10100387fc0bd678a70196caf11a153ba7438d4351c2255aa77798867ba9fffc895e1a79547fbaca22e71fa892b9
6
+ metadata.gz: 6a8cd2a589d29dd7ad786fcadd9e882093ca45f6500031d9a716a09a6f24d4aeb4ff26cad93b7fb91fb1a235c207b7a234e783144c3b000b220dac6cd7972ecc
7
+ data.tar.gz: c45d746c3bfce67883d2f37028be98b9ba036ddde183c8041189a6425e99233e41090127aaed5e4ad2c992279b41c455bcff028cd0ffdd20c0012f326e250409
data/Gemfile.lock CHANGED
@@ -1,9 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- stash-rewards (0.0.1.alpha5)
4
+ stash-rewards (0.0.1)
5
5
  faraday (~> 1)
6
- faraday_curl (~> 0)
7
6
 
8
7
  GEM
9
8
  remote: https://rubygems.org/
@@ -36,8 +35,6 @@ GEM
36
35
  faraday-patron (1.0.0)
37
36
  faraday-rack (1.0.0)
38
37
  faraday-retry (1.0.3)
39
- faraday_curl (0.0.2)
40
- faraday (>= 0.9.0)
41
38
  hashdiff (1.0.1)
42
39
  multipart-post (2.2.3)
43
40
  public_suffix (4.0.7)
data/README.md CHANGED
@@ -52,7 +52,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
52
52
 
53
53
  ## Contributing
54
54
 
55
- Bug reports and pull requests are welcome on GitHub at https://github.com/rpbaltazar/stash-rewards. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/rpbaltazar/stash-rewards/blob/master/CODE_OF_CONDUCT.md).
55
+ Bug reports and pull requests are welcome on GitHub at https://github.com/PerxTech/stash-rewards. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/PerxTech/stash-rewards/blob/master/CODE_OF_CONDUCT.md).
56
56
 
57
57
 
58
58
  ## License
@@ -61,4 +61,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
61
61
 
62
62
  ## Code of Conduct
63
63
 
64
- Everyone interacting in the Stash::Rewards project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rpbaltazar/stash-rewards/blob/master/CODE_OF_CONDUCT.md).
64
+ Everyone interacting in the Stash::Rewards project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/PerxTech/stash-rewards/blob/master/CODE_OF_CONDUCT.md).
@@ -3,8 +3,6 @@
3
3
  require_relative '../rewards'
4
4
 
5
5
  require 'faraday'
6
- require 'faraday_curl'
7
- require 'logger'
8
6
  require 'json'
9
7
 
10
8
  module Stash
@@ -26,10 +24,9 @@ module Stash
26
24
  end
27
25
 
28
26
  def api_wrapper
29
- logger = Logger.new(STDOUT)
30
27
  @api_wrapper ||= Faraday.new(url: @config.api_domain, headers: headers) do |f|
31
- f.request :url_encoded if @url_encoded
32
- f.request :curl, logger, :warn
28
+ f.adapter :typhoeus
29
+ f.request :url_encoded
33
30
  end
34
31
  end
35
32
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Stash
4
4
  module Rewards
5
- VERSION = '0.0.1.alpha5'
5
+ VERSION = '0.0.1'
6
6
  end
7
7
  end
@@ -26,7 +26,6 @@ Gem::Specification.new do |spec|
26
26
  spec.require_paths = ['lib']
27
27
 
28
28
  spec.add_runtime_dependency 'faraday', '~> 1'
29
- spec.add_runtime_dependency 'faraday_curl', '~> 0'
30
29
 
31
30
  spec.add_development_dependency 'rspec', '~> 3'
32
31
  spec.add_development_dependency 'rspec-file_fixtures', '~> 0'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stash-rewards
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.alpha5
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rui Baltazar
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-06-23 00:00:00.000000000 Z
11
+ date: 2022-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '1'
27
- - !ruby/object:Gem::Dependency
28
- name: faraday_curl
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '0'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '0'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: rspec
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -125,9 +111,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
125
111
  version: 2.3.0
126
112
  required_rubygems_version: !ruby/object:Gem::Requirement
127
113
  requirements:
128
- - - ">"
114
+ - - ">="
129
115
  - !ruby/object:Gem::Version
130
- version: 1.3.1
116
+ version: '0'
131
117
  requirements: []
132
118
  rubygems_version: 3.1.6
133
119
  signing_key: