hyperwallet-ruby 0.1.5 → 0.1.6
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 +4 -4
- data/hyperwallet-rails.gemspec +3 -10
- data/lib/hyperwallet/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c82e6cd9bf3373961740ab8123fab267a9c5d580
|
|
4
|
+
data.tar.gz: 560212655416a9ffd456665909d91b88e9f138c7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5aaa2a566867694b8df37f0c56cefb092be1277d5f153cb387be116fe6f700b18e56407c35724846e1ebd718dcf074b20abe3220f34cc580911f0a729708327b
|
|
7
|
+
data.tar.gz: 43051f6f7e9b2026183e14643f18ede31651728efa899efb2a1f60c0dc48f56e8b003b507888879a0db81cef0909deabe9c9516c2ea773d4808de46e209a783f
|
data/hyperwallet-rails.gemspec
CHANGED
|
@@ -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{
|
|
13
|
-
spec.description = %q{
|
|
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) }
|
data/lib/hyperwallet/version.rb
CHANGED
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.
|
|
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:
|
|
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:
|
|
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:
|
|
145
|
+
summary: Ruby bindings for the Hyperwallet REST API.
|
|
146
146
|
test_files: []
|