bygpay 0.2.5 → 0.2.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
  SHA256:
3
- metadata.gz: 675d72ab96a505d67977afcfc2df9754653aeff11349b4f437fb4e53546e05ad
4
- data.tar.gz: fc9c7489fbed34cc3218f2728be6973082131818884ecccd4c71773b411d242d
3
+ metadata.gz: b881daea66a077c15e17feaeb4d07fb89e6068978d02b295568f83b69e6f900d
4
+ data.tar.gz: 7ca2aaa2193bfd8ecf1cbdacfcb2e607c953487c784a2c3a651f63f27cd7c1a9
5
5
  SHA512:
6
- metadata.gz: 43c6d967557eb04665f7a905ba20ef3a5a001274cb4c24c6a3e8db2bd80ac0ef8d7e5391e9a9819b92396da228c5d699787e46a62b2a173949ed8062da83a7dd
7
- data.tar.gz: bcdbd1fec5f6175a6d72f8f4e9b6b1d49cf7e630f79e494e3c18fb0d2a6fe34b0ddd598ee284a96a5d52131178d511d7735d1bf5a3d1f2e7e6c5cfb54ef007cb
6
+ metadata.gz: ea86bf026c3e9791bbf130da115eddf5373846f4778b43ea3550df21b42c11f25ef1ce012b2aa4c44d32af9f8eb92eb3e0ce3b0e6d9028081ed0fdbfcaf927c3
7
+ data.tar.gz: 6fd1551226bcd94feeeb26f5abca72558675dc6920712862905a61ea4f86fc6647afee706aada30b24146b502970ac38eb1e46fdf3e0e9f8540fa635faa1925b
data/.travis.yml CHANGED
@@ -16,6 +16,6 @@ rvm:
16
16
  - 2.2.0
17
17
  - 2.1
18
18
  - 2.0.0
19
- before_install: gem install bundler --pre
19
+ before_install: gem install bundler
20
20
  after_script:
21
21
  - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
- [![Gem Version](https://badge.fury.io/rb/bygpay.svg)](https://badge.fury.io/rb/bygpay) [![Code Climate](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/gpa.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby) [![Test Coverage](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/coverage.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby/coverage) [![Issue Count](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/issue_count.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby) [![codebeat badge](https://codebeat.co/badges/f32a71e8-3b38-4f6f-9018-07fa503e487e)](https://codebeat.co/projects/github-com-nukturnal-bygpay_ruby-master) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7425ac54e6484723a5482a92fc7f35ef)](https://www.codacy.com/app/nukturnal/bygpay_ruby?utm_source=github.com&utm_medium=referral&utm_content=nukturnal/bygpay_ruby&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/nukturnal/bygpay_ruby.svg?branch=master)](https://travis-ci.org/nukturnal/bygpay_ruby)
1
+ [![Gem Version](https://badge.fury.io/rb/bygpay.svg)](https://badge.fury.io/rb/bygpay) [![Code Climate](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/gpa.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby) [![Test Coverage](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/coverage.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby/coverage) [![Issue Count](https://codeclimate.com/github/nukturnal/bygpay_ruby/badges/issue_count.svg)](https://codeclimate.com/github/nukturnal/bygpay_ruby) [![codebeat badge](https://codebeat.co/badges/f32a71e8-3b38-4f6f-9018-07fa503e487e)](https://codebeat.co/projects/github-com-nukturnal-bygpay_ruby-master) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnukturnal%2Fbygpay_ruby.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnukturnal%2Fbygpay_ruby?ref=badge_shield)
2
+ [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7425ac54e6484723a5482a92fc7f35ef)](https://www.codacy.com/app/nukturnal/bygpay_ruby?utm_source=github.com&utm_medium=referral&utm_content=nukturnal/bygpay_ruby&utm_campaign=Badge_Grade) [![Build Status](https://travis-ci.org/nukturnal/bygpay_ruby.svg?branch=master)](https://travis-ci.org/nukturnal/bygpay_ruby)
2
3
 
3
4
  # Bygpay Ruby SDK
4
5
 
@@ -175,3 +176,6 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/nuktur
175
176
  ## License
176
177
 
177
178
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
179
+
180
+
181
+ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fnukturnal%2Fbygpay_ruby.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fnukturnal%2Fbygpay_ruby?ref=badge_large)
data/bygpay.gemspec CHANGED
@@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
27
27
  spec.add_development_dependency "rspec", "~> 3.0"
28
28
  spec.add_development_dependency "simplecov"
29
29
  spec.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
30
- spec.add_dependency "http"
31
- spec.add_dependency "hashie"
30
+ spec.add_dependency "http", "~> 4.1.0"
31
+ spec.add_dependency "hashie", "~> 3.6.0"
32
32
  end
@@ -1,3 +1,3 @@
1
1
  module Bygpay
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bygpay
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alfred Rowe
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-07-23 00:00:00.000000000 Z
11
+ date: 2019-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -84,30 +84,30 @@ dependencies:
84
84
  name: http
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: 4.1.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: 4.1.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: hashie
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
- - - ">="
101
+ - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: '0'
103
+ version: 3.6.0
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - ">="
108
+ - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: '0'
110
+ version: 3.6.0
111
111
  description: Ruby Wrapper to process payments via any installed Bygpay Payment Gateway
112
112
  email:
113
113
  - alfred@encodevlabs.com
@@ -156,8 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubyforge_project:
160
- rubygems_version: 2.7.7
159
+ rubygems_version: 3.0.1
161
160
  signing_key:
162
161
  specification_version: 4
163
162
  summary: Bygpay Payment Gateway Ruby SDK