barion 0.5.3 → 0.5.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a1c35d3997b8c472ffda3108fc0a538d191e99477a0a470b7219e0901512f9e
|
4
|
+
data.tar.gz: 630404952b063d65dd4870d21a14adba1d0788591cd1a6cbd032734af5386e79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f56cdd00693014e2d34e05103cbd8eed9362dc822df0d0349c1e367a16191fc0268532ffa9cb96111a36ec4de4788aa87907a00a5ba527bdd53b281d0a0d00b6
|
7
|
+
data.tar.gz: 3f39fc92dc6e31eba26d6e8691cf8d772b1163c0dc307160e4c87dfa01613f1b09fb56773bb9d90227de266bdc2a50673157d31953670d5506f861fee34d965a
|
@@ -19,7 +19,7 @@ module Barion
|
|
19
19
|
window['barion_pixel_id'] = '#{::Barion.config.pixel_id}';
|
20
20
|
// Send init event
|
21
21
|
bp('init', 'addBarionPixelId', window['barion_pixel_id']);'
|
22
|
-
).gsub!(/^#{[/\A\s*/]}/, '')
|
22
|
+
).gsub!(/^#{[/\A\s*/]}/, '') # rubocop:disable Lint/ArrayLiteralInRegexp
|
23
23
|
end
|
24
24
|
|
25
25
|
def pixel_basic_noscript
|
data/lib/barion/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: barion
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Péter Nagy
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: rails
|
@@ -89,23 +88,24 @@ licenses:
|
|
89
88
|
- MIT
|
90
89
|
metadata:
|
91
90
|
rubygems_mfa_required: 'true'
|
92
|
-
post_install_message:
|
93
91
|
rdoc_options: []
|
94
92
|
require_paths:
|
95
93
|
- lib
|
94
|
+
- app/helpers/barion
|
95
|
+
- app/models/barion
|
96
|
+
- app/models/concerns/barion
|
96
97
|
required_ruby_version: !ruby/object:Gem::Requirement
|
97
98
|
requirements:
|
98
99
|
- - ">="
|
99
100
|
- !ruby/object:Gem::Version
|
100
|
-
version: 3.
|
101
|
+
version: 3.4.0
|
101
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
102
103
|
requirements:
|
103
104
|
- - ">="
|
104
105
|
- !ruby/object:Gem::Version
|
105
106
|
version: '0'
|
106
107
|
requirements: []
|
107
|
-
rubygems_version: 3.
|
108
|
-
signing_key:
|
108
|
+
rubygems_version: 3.6.7
|
109
109
|
specification_version: 4
|
110
110
|
summary: Barion payment engine for Ruby on Rails
|
111
111
|
test_files: []
|