barion 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3229d5af8ef41a61e9d980a295f360161e0b4483156e59cdb26a4037a68e547
4
- data.tar.gz: c316bca8eda9f15af9bdb65e0a91dfd189d585c8189f7a28bf403623467a253c
3
+ metadata.gz: 8a286fd4543a12a4a0e6c6b00bd4cfe6472e55b62694baf934cfd1e18c0489a2
4
+ data.tar.gz: 2918e5a424eaa773e5b6035228dba68342c2c92fb450f78726239509eccc4b84
5
5
  SHA512:
6
- metadata.gz: aff896bed6fbf128be1063d0fe7a40c2008a0b629184061d864894adc4a284f703f97f205d8e9964e0c71de6a827bdaf935d6b15b767f5197adad06212d5f4d8
7
- data.tar.gz: 964cd860ae2d098941a43bfeb3c9c6d2aff9114f30d20d99a291eb95a117d3c4150a8ae6d7406e2e372f9843db0dfe318a3fa7313accd8c2da851507968df928
6
+ metadata.gz: 42364b0560ad8edf2595ee6ba616d846a08f7cec8436494adf2670692b2824ef6e6097683db93869a0fdfe8b67e16ce53f8a8c4665cc0f8b8325966434f78bd7
7
+ data.tar.gz: 16758d2eb74100bcbcbb9c599c0923700a850f5ee312c763dcb6925ba9b06a923dd160ad841d2c23d8120a8d2b463bcee01fe0bb551e130b9716ae39d809d8df
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Barion
2
2
  ![Barion](https://github.com/Meter-reader/Barion/workflows/Ruby/badge.svg)
3
3
  [![codecov](https://codecov.io/gh/Meter-Reader/barion/branch/main/graph/badge.svg?token=DCOKCM7B2J)](https://codecov.io/gh/Meter-Reader/barion)
4
+ [![Gem Version](https://badge.fury.io/rb/barion.svg)](https://badge.fury.io/rb/barion)
4
5
 
5
6
  This is a Ruby-on-Rails engine to use the Barion Payment Gateway in any RoR application.
6
7
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Barion
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
data/lib/barion.rb CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Péter Nagy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-26 00:00:00.000000000 Z
11
+ date: 2022-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -80,6 +80,20 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '13.0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: solargraph
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.44'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.44'
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: sqlite3
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -183,7 +197,8 @@ files:
183
197
  homepage: https://www.nagy.consulting
184
198
  licenses:
185
199
  - MIT
186
- metadata: {}
200
+ metadata:
201
+ rubygems_mfa_required: 'true'
187
202
  post_install_message:
188
203
  rdoc_options: []
189
204
  require_paths:
@@ -199,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
199
214
  - !ruby/object:Gem::Version
200
215
  version: '0'
201
216
  requirements: []
202
- rubygems_version: 3.2.3
217
+ rubygems_version: 3.2.22
203
218
  signing_key:
204
219
  specification_version: 4
205
220
  summary: Barion payment engine for Ruby on Rails