offsite_payments_migs 1.1.0 → 1.2.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: a9a80b500be33d097c6ef270881b3d1ccd081f1f9591d5024c24b8b42dbea77e
4
+ data.tar.gz: 1ec271a8531b6ebf266f04cf48a45af7a4f8e9d45db9587a0bf7925946497184
5
5
  SHA512:
6
- metadata.gz: 43d778c0d1a020cb0294d1dafd4b69480d55ea9928051fc69cb165b78ef689a0e7baaf6ef074fd0683b00e6cca8d070f495a1c19ae5b76f8c100f8ba98b2cff6
7
- data.tar.gz: 820c77803bbceca7e096fc97c9d8e585b41cc00e4a41d7c5311e2f8bf1da64df3ceb265f16596bca4d5ea8f3ab9080a5c3253692294ce8d055d2f3285cdaef52
6
+ metadata.gz: 9c39be1dab90bf0f530adce4f2ab17eca2758d4b66d3f0d174a963313db2fc0f212bac4edeed89ed23c819356b00e244488a2500fd54f1518f3d8a49d7b704f9
7
+ data.tar.gz: de172b2964a0042bf50daf008be034017566f8726327b539578fd6bb0abfd7583afd5e4a49a729337ca18c59851b35aee8dd05c7f949949a567574ebacbce230
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.2.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.2.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.2.3
88
101
  signing_key:
89
102
  specification_version: 4
90
103
  summary: MiGS integration for the activemerchant offsite_payments gem.