pay_boutique 0.2.1 → 0.2.2
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/lib/pay_boutique/version.rb +1 -1
- data/pay_boutique.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c659b2ddcdb6ea5daf5e0d33796e4c72c4d48bb3fa1fe4a6388c11c5d9f2657a
|
|
4
|
+
data.tar.gz: def062b00f2823e0a8f73fee15610711972636fabc86cfc7c5d81c7a0296b845
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a863439c003a326f23338dce3d18c722080a45de0d5b31a1892739a5275f6305b2f70a73405a0e7a7234e8e173caded13f37d1dfa217b4d3a768c8b2d083863
|
|
7
|
+
data.tar.gz: 317c4c0b173daaca53c835692bf6217768f0cfa0597056bbce5cf6a897b439a2b95c21e9d4916b0de616c984ea60b73616f16be86882a43aee5242d45614f30d
|
data/lib/pay_boutique/version.rb
CHANGED
data/pay_boutique.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
|
|
|
6
6
|
spec.name = 'pay_boutique'
|
|
7
7
|
spec.version = PayBoutique::VERSION
|
|
8
8
|
spec.authors = ['Yuri Zubov', 'Alexandr Senyuk']
|
|
9
|
-
spec.email = ['I0Result86@gmail.com']
|
|
9
|
+
spec.email = ['I0Result86@gmail.com', 'a.senyuk@sumatosoft.com']
|
|
10
10
|
spec.homepage = 'https://github.com/SumatoSoft/pay-boutique'
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Payment system PayBoutique'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pay_boutique
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yuri Zubov
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-07-
|
|
12
|
+
date: 2018-07-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|
|
@@ -84,6 +84,7 @@ dependencies:
|
|
|
84
84
|
description: Very simple wrapper for payment system PayBoutique
|
|
85
85
|
email:
|
|
86
86
|
- I0Result86@gmail.com
|
|
87
|
+
- a.senyuk@sumatosoft.com
|
|
87
88
|
executables: []
|
|
88
89
|
extensions: []
|
|
89
90
|
extra_rdoc_files: []
|