yookassarb 0.1.0 → 0.1.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +6 -0
  3. data/lib/yookassa/version.rb +1 -1
  4. metadata +4 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1af798c77da6146b2481f9d7cff67c0fc98b1f00a07c4b4f2631453bbf752ffe
4
- data.tar.gz: a7356f8dc360faa0bc250ac2b4ac3b4f83263b072aca73b64e34a204a09a86cd
3
+ metadata.gz: c4b894f11560ee75018fd8d466b3be48ccc6651d045a0cce16daa99bcb6f4bd6
4
+ data.tar.gz: f448005958e9781008f60ffa3751f64cbfcad312a9c9289681b2c272ef0e200b
5
5
  SHA512:
6
- metadata.gz: ef838595dd52364e9af5459164d8ba31f3a37f0740bc21cad3817ff577816d73b553c0abfd54c6c727d20a02e18d8bbce93d59beba9577c92877ca1ce615732e
7
- data.tar.gz: 8e5368ffe8f4cafeccde9f7eeddd8eac0377aa625ca030ab39bcb23a5f797c1ee19ce4820070d481766a8e84a1b995df7ae18dbb34dcac65ac8733fd60cceabc
6
+ metadata.gz: 20e8762655de13173d9d0309c7cd3242848ab520401c15e32ae62ba79b89103651037b0dac82214be9a50dc4d134dcbc4d85fe8e319759cc4e5e2fff8c0a4e96
7
+ data.tar.gz: 3d3adc6ffb572ccb8b518df896e6559537a82aaa6c869f88f47c39cf4ed3c766e808042c7463ae41d64e987cc830e75522c43a5009a20db5e7b5c7ab1456483e
data/.yardopts ADDED
@@ -0,0 +1,6 @@
1
+ --markup markdown
2
+ --charset utf-8
3
+ lib/**/*.rb
4
+ -
5
+ README.md
6
+ LICENSE
@@ -3,5 +3,5 @@
3
3
  # Ruby SDK for the YooKassa payment gateway API.
4
4
  module Yookassa
5
5
  # Current gem version.
6
- VERSION = "0.1.0" unless const_defined?(:VERSION)
6
+ VERSION = "0.1.1" unless const_defined?(:VERSION)
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yookassarb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wolfram
@@ -37,6 +37,7 @@ executables: []
37
37
  extensions: []
38
38
  extra_rdoc_files: []
39
39
  files:
40
+ - ".yardopts"
40
41
  - README.md
41
42
  - lib/yookassa/client.rb
42
43
  - lib/yookassa/configuration.rb
@@ -71,6 +72,8 @@ licenses:
71
72
  - MIT
72
73
  metadata:
73
74
  rubygems_mfa_required: 'true'
75
+ source_code_uri: https://github.com/Wolframko/yookassarb
76
+ documentation_uri: https://www.rubydoc.info/gems/yookassarb
74
77
  post_install_message:
75
78
  rdoc_options: []
76
79
  require_paths: