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: 18b5fa982b714053631efb5c9827a00d72fa965a9e864f8f4e2e1db810d451c7
4
- data.tar.gz: 8edc1391bcb596b9566621fe4b5954188b99808c4840e8cadca8102ef5d567de
3
+ metadata.gz: 2a1c35d3997b8c472ffda3108fc0a538d191e99477a0a470b7219e0901512f9e
4
+ data.tar.gz: 630404952b063d65dd4870d21a14adba1d0788591cd1a6cbd032734af5386e79
5
5
  SHA512:
6
- metadata.gz: 9580e31fa373aae0ea5e9f828eaf26133a614f6818ab93ecb6db646d0d4af65339e9e3f7a5328597910a82314c05a15a4d550a74394c88d5fa48e519150f9cce
7
- data.tar.gz: 3e9b2780bda61403434b742dc02b29263ae8adeccbab05dc5eed7ff57bc45fc7b08a4fda6b40b9798e88591bd87d75dea7684f766b8dbfcfac4ceea060367ad0
6
+ metadata.gz: f56cdd00693014e2d34e05103cbd8eed9362dc822df0d0349c1e367a16191fc0268532ffa9cb96111a36ec4de4788aa87907a00a5ba527bdd53b281d0a0d00b6
7
+ data.tar.gz: 3f39fc92dc6e31eba26d6e8691cf8d772b1163c0dc307160e4c87dfa01613f1b09fb56773bb9d90227de266bdc2a50673157d31953670d5506f861fee34d965a
@@ -3,6 +3,7 @@
3
3
  module Barion
4
4
  # Main controller for application
5
5
  class ApplicationController < ActionController::Base
6
+ helper Barion::Engine.helpers
6
7
  protect_from_forgery with: :exception
7
8
  end
8
9
  end
@@ -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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Barion
4
- VERSION = '0.5.3'
4
+ VERSION = '0.5.4'
5
5
  end
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.3
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: 2025-01-30 00:00:00.000000000 Z
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.0.0
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.2.33
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: []