offsite_payments_migs 1.1.0 → 1.3.0

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
- SHA1:
3
- metadata.gz: 70fe4e7f16a7259ddbd7d02438db6489d87f8dc4
4
- data.tar.gz: 600547c5546a2c67c907d01aff2c0d5a07716f7b
2
+ SHA256:
3
+ metadata.gz: dec535d7dea6c5a0dd7984b8b54ebe0712ca5cf3c20d46ccc89227d86f7b06e1
4
+ data.tar.gz: f899c0c95133200951cb4b3e9f147274d859e8f031cbc0bb6e82036942e380bf
5
5
  SHA512:
6
- metadata.gz: 43d778c0d1a020cb0294d1dafd4b69480d55ea9928051fc69cb165b78ef689a0e7baaf6ef074fd0683b00e6cca8d070f495a1c19ae5b76f8c100f8ba98b2cff6
7
- data.tar.gz: 820c77803bbceca7e096fc97c9d8e585b41cc00e4a41d7c5311e2f8bf1da64df3ceb265f16596bca4d5ea8f3ab9080a5c3253692294ce8d055d2f3285cdaef52
6
+ metadata.gz: 886a1844390f3bef92465051ea614362bfb33128b430d6459751b235b0041efc19789550200b8fcc262db56a21c7886ae65efa9ce8f8329b33ea013d13f6967e
7
+ data.tar.gz: a5973d7166b47ca0c296a10c3264c241db3e902efa02451dba8607a48a0c13f72f0e1c17033daa0d7250d30df1903434c10053e42aab10503c9146989045624b
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Offsite Payments
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/offsite_payments_migs.svg)](http://badge.fury.io/rb/offsite_payments_migs)
4
+ [![Build Status](https://github.com/sealink/offsite_payments_migs/workflows/Build%20and%20Test/badge.svg?branch=master)](https://github.com/sealink/offsite_payments_migs/actions)
5
+
3
6
  Offsite Payments is an extraction from the ecommerce system [Shopify](http://www.shopify.com). Shopify's requirements for a simple and unified API to handle dozens of different offsite payment pages (often called hosted payment pages) with very different exposed APIs was the chief principle in designing the library.
4
7
 
5
8
  It was developed for usage in Ruby on Rails web applications and integrates seamlessly
@@ -29,3 +32,16 @@ Or, if you're using Bundler, just add the following to your Gemfile:
29
32
  ## Misc.
30
33
 
31
34
  - This library is MIT licensed.
35
+
36
+
37
+ ## Release
38
+
39
+ To publish a new version of this gem the following steps must be taken.
40
+
41
+ - Update the version in the following files
42
+ ```
43
+ CHANGELOG.md
44
+ lib/offsite_payments_migs/version.rb
45
+ ```
46
+ - Create a tag using the format v0.1.0
47
+ - Follow build progress in GitHub actions
@@ -1,3 +1,3 @@
1
1
  module OffsitePaymentsMigs
2
- VERSION = "1.1.0"
2
+ VERSION = "1.3.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: offsite_payments_migs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stefan Cooper
@@ -24,6 +24,20 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: money
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'
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: rake
29
43
  requirement: !ruby/object:Gem::Requirement
@@ -83,8 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
97
  - !ruby/object:Gem::Version
84
98
  version: '0'
85
99
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.4.5.1
100
+ rubygems_version: 3.4.1
88
101
  signing_key:
89
102
  specification_version: 4
90
103
  summary: MiGS integration for the activemerchant offsite_payments gem.