hyperwallet-ruby 0.1.5 → 0.1.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: f0ee54354b626a6a9fd23acdf482468bef1c7de1
4
- data.tar.gz: 3a63b81452481d46943fe5bacd746ab4c4e7c51c
3
+ metadata.gz: c82e6cd9bf3373961740ab8123fab267a9c5d580
4
+ data.tar.gz: 560212655416a9ffd456665909d91b88e9f138c7
5
5
  SHA512:
6
- metadata.gz: bc1c00b3a9fc5906318c7997cadaedc2d7763f91054a1f5197a93a605db6c16146302fd28ea1f3037440fdf02912b4a2166401ca3ffcd4dbeae0ac24eeed6b52
7
- data.tar.gz: 715ec4adb491a957bf8b460c3facf125ceb4ad779d870e614d486efc9a646c9ea61df7a1e9dd4be3b2ff11ee67824a523936a33133a23d1bd8c0a506b8e24e48
6
+ metadata.gz: 5aaa2a566867694b8df37f0c56cefb092be1277d5f153cb387be116fe6f700b18e56407c35724846e1ebd718dcf074b20abe3220f34cc580911f0a729708327b
7
+ data.tar.gz: 43051f6f7e9b2026183e14643f18ede31651728efa899efb2a1f60c0dc48f56e8b003b507888879a0db81cef0909deabe9c9516c2ea773d4808de46e209a783f
@@ -8,20 +8,13 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Hyperwallet::VERSION
9
9
  spec.authors = ["Troy Martin"]
10
10
  spec.email = ["troy@devatotech.com"]
11
+ spec.required_ruby_version = '>= 2.0.0'
11
12
 
12
- spec.summary = %q{Rails bindings for the Hyperwallet REST API.}
13
- spec.description = %q{Rails bindings for the Hyperwallet REST API.}
13
+ spec.summary = %q{Ruby bindings for the Hyperwallet REST API.}
14
+ spec.description = %q{Ruby bindings for the Hyperwallet REST API.}
14
15
  spec.homepage = "https://github.com/Devato/hyperwallet-ruby"
15
16
  spec.license = "MIT"
16
17
 
17
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
- # to allow pushing to a single host or delete this section to allow pushing to any host.
19
- # if spec.respond_to?(:metadata)
20
- # spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com'"
21
- # else
22
- # raise "RubyGems 2.0 or newer is required to protect against public gem pushes."
23
- # end
24
-
25
18
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
19
  spec.bindir = "exe"
27
20
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module Hyperwallet
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hyperwallet-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Troy Martin
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: Rails bindings for the Hyperwallet REST API.
97
+ description: Ruby bindings for the Hyperwallet REST API.
98
98
  email:
99
99
  - troy@devatotech.com
100
100
  executables: []
@@ -131,7 +131,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
131
131
  requirements:
132
132
  - - ">="
133
133
  - !ruby/object:Gem::Version
134
- version: '0'
134
+ version: 2.0.0
135
135
  required_rubygems_version: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - ">="
@@ -142,5 +142,5 @@ rubyforge_project:
142
142
  rubygems_version: 2.5.1
143
143
  signing_key:
144
144
  specification_version: 4
145
- summary: Rails bindings for the Hyperwallet REST API.
145
+ summary: Ruby bindings for the Hyperwallet REST API.
146
146
  test_files: []