glebtv-robokassa 0.2.2 → 0.3.0

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: f9789611e089b962f3ea1f3afd11508557cf27416c5f8dde57463bbd8f26e39f
4
- data.tar.gz: f9fbf2ba3d5f2d5e1154764d80ad4cc51d6420bd7c85f40ddb27e9406b92ad3f
3
+ metadata.gz: 6fedb197f06db0d9de2ea9c45443d930fe72c9db63ebb654980c7b8fe03c5075
4
+ data.tar.gz: 12e61a86e160877ddfef80dba62abf4ad8c5fbe9b36df71f1a8c291ce79cc0ae
5
5
  SHA512:
6
- metadata.gz: 07ce56e2beaff6179bc0bdb320d950da81286a41ee22f659cfd5896c4a542a99e122b1c539e66090ce4cdf1d31f1a35814d66f259d4feb0f53f62f1e42c295ef
7
- data.tar.gz: c94a54eddc0060adc874bb41c7a43bcaea23e2f41e5aafcfcf05409fab148e72f09ed99b27d7f9d4c63cceca42fa8af00ddc3f1cfb55567dd4553155bab3514f
6
+ metadata.gz: 38039f60292196d6f4355b28f8b386f424dc8e28045a0dd71a16934af52a91fe601f25d73d3e52de850d50a41c1998433ea0a9986e7a75abd67f9b44930b61b3
7
+ data.tar.gz: 95cadb21a09164119da05d6229b67a7e3211bc5e38a2ba9d401fe2c3d7a9803d651b3a9bdac8ef7e522d70aebd910cb023ea4b0f5deafe00b635468b6c56fff7
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.3.1
@@ -0,0 +1 @@
1
+ require 'robokassa'
@@ -1,3 +1,3 @@
1
1
  module Robokassa
2
- VERSION = "0.2.2"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glebtv-robokassa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - glebtv
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-03-07 00:00:00.000000000 Z
11
+ date: 2024-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -60,6 +60,7 @@ extensions: []
60
60
  extra_rdoc_files: []
61
61
  files:
62
62
  - ".gitignore"
63
+ - ".ruby-version"
63
64
  - Gemfile
64
65
  - LICENSE.txt
65
66
  - README.md
@@ -70,7 +71,7 @@ files:
70
71
  - config/locales/ru.yml
71
72
  - config/routes.rb
72
73
  - glebtv-robokassa.gemspec
73
- - lib/glebtv-robokassa.rb
74
+ - lib/glebtv/robokassa.rb
74
75
  - lib/robokassa.rb
75
76
  - lib/robokassa/controller.rb
76
77
  - lib/robokassa/engine.rb
@@ -89,7 +90,7 @@ homepage: ''
89
90
  licenses:
90
91
  - MIT
91
92
  metadata: {}
92
- post_install_message:
93
+ post_install_message:
93
94
  rdoc_options: []
94
95
  require_paths:
95
96
  - lib
@@ -104,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
105
  - !ruby/object:Gem::Version
105
106
  version: '0'
106
107
  requirements: []
107
- rubygems_version: 3.0.2
108
- signing_key:
108
+ rubygems_version: 3.5.9
109
+ signing_key:
109
110
  specification_version: 4
110
111
  summary: This gem adds robokassa support to your app.
111
112
  test_files:
@@ -1 +0,0 @@
1
- require 'robokassa'