max_amount 1.3.4 → 1.3.6

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: cf9b840576ec01dfd5f676102f6f6b2583b40b1f65bf658c3abd67d592548627
4
- data.tar.gz: 7fa90c30fbd38db2571b74ec3241205a7f7e5b7f5b55a4b00cdfd4f42f790522
3
+ metadata.gz: b8840d08301d9349dad8087e15cae8f06606863e3bb0e80dcf6953b030b175c8
4
+ data.tar.gz: 53d5a3d05f3390e6ae80c5f2e0cd42bbf2c89e8bf08b844304ef414ebaf00b26
5
5
  SHA512:
6
- metadata.gz: 8ff40fc634062cb6d89ec7b955ba801c9fea5620e933d56a04ea00d92cbedc31ba075d901024492acf7cb1205f69d668a530ba0fe249ab183fede5a948666801
7
- data.tar.gz: 065a188d876a81e9a0a26970895386c4fe7b0c0b1ada637c5e70b38d610d40e3f5c089aec2994db5741af68980a1d7c739dd53e5689eead2f9370d8984f4290b
6
+ metadata.gz: '0251973ba5816588402bfbb13483eabe1fc8ef5881cabf18aef4e5f15a93783632c3e8ce32a81cad9118bba628135a63829ca259dfca6c281acd37eeba6f47a6'
7
+ data.tar.gz: 703acd40a1f4bee6a32a039a5a8423af98132c7aedef5e527554a45d5de58a5408f8d54679a0d1b59af8a6067bb2dfa2595b04e808e0149cf5311478dacea1e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- max_amount (1.3.4)
4
+ max_amount (1.3.6)
5
5
  optparse
6
6
  securerandom
7
7
 
data/README.md CHANGED
@@ -1,9 +1,10 @@
1
- # max_amount
1
+ # `max_amount`
2
2
 
3
3
  ![Gem](https://img.shields.io/gem/v/max_amount)
4
4
  ![CI](https://github.com/ProfessorNemo/max_amount/actions/workflows/ci.yml/badge.svg)
5
5
  [![Test Coverage](https://codecov.io/gh/ProfessorNemo/max_amount/graph/badge.svg)](https://codecov.io/gh/ProfessorNemo/max_amount)
6
6
  ![Downloads total](https://img.shields.io/gem/dt/max_amount)
7
+ ###### Язык написания - Ruby
7
8
 
8
9
  ## Скрипт выполняется следующее:
9
10
  * читает из входящего потока текстовые данные;
@@ -76,10 +77,10 @@ $ ruby name_programm.rb --n 10 --l 300 --m 3
76
77
  7
77
78
  ```
78
79
 
79
- ## Помочь в разработке
80
+ ## Помочь в разработке:
80
81
 
81
82
  Шлите ваши пулреквесты в https://github.com/ProfessorNemo/max_amount.
82
83
 
83
- ## Лицензия
84
+ ## Лицензия:
84
85
 
85
86
  [MIT License](https://opensource.org/licenses/MIT)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MaxAmount
4
- VERSION = '1.3.4'
4
+ VERSION = '1.3.6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: max_amount
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb V. Zhegilin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-02 00:00:00.000000000 Z
11
+ date: 2022-10-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: optparse