max_amount 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f686f6a46fe5d18f487fea188762d9523b1f7b3808ae17ba7fa3a99939bf5a11
4
- data.tar.gz: af10d44ec755e84738617a3519a9872095fd7deeec09cfd29dafdd8a23162a90
3
+ metadata.gz: 0b69166cc9ce7c7049417265b96e121eee7bf571366c806017dd1b1706903571
4
+ data.tar.gz: 23f810b9107a054b7a1723d4ba8dc3f37fb1b3488140d6a0fbdc307ecf2a5e67
5
5
  SHA512:
6
- metadata.gz: 7b8275724afb4a1d50a20d209f02beb849e2e5aa6b6d89dcd6695e40237009b1c9624520d6b96a8236a08cdae04cceded24edfdb14d59675738300c7fc529a56
7
- data.tar.gz: 7d8c4641398c4ee0581fd4880301438cabdaaf86d2dcfe4626b4b0e5ada41d7be11401488e3ec3ac6b1f11017f68b0ee4d19bdf47566a70850623449bd77e0df
6
+ metadata.gz: f48cb025c2101290b6135e798a5484db4bc04f73d7d606155ecc7721e0ab973ef9cb2c3154f897b3bdcb50367464c42a3ecc14853eed46c4e26f7d99b43bf110
7
+ data.tar.gz: ad8542f1b2f938a4b2b374c0c8a8e8fd38d4305ab9c45e6d10df33d58c807860a90ed1e434c9903a3f6541eac8c21dbe9ddf52655ff6cb9cd9292786edfd76ce
data/.rubocop.yml CHANGED
@@ -3,7 +3,7 @@ require:
3
3
  - rubocop-rspec
4
4
 
5
5
  AllCops:
6
- TargetRubyVersion: 3.0
6
+ TargetRubyVersion: 3.0.3
7
7
  NewCops: enable
8
8
 
9
9
  Style/StringLiteralsInInterpolation:
data/Gemfile CHANGED
@@ -9,7 +9,6 @@ gem 'rake', '~> 13.0'
9
9
 
10
10
  group :test do
11
11
  gem 'byebug', platforms: %i[mri mingw x64_mingw]
12
- gem 'codecov', require: false
13
12
  gem 'dotenv', '~> 2.7'
14
13
  gem 'rspec', '~> 3.1'
15
14
  gem 'rubocop', '~> 1.36'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- max_amount (0.1.0)
4
+ max_amount (0.1.1)
5
5
  optparse
6
6
  securerandom
7
7
 
@@ -10,8 +10,6 @@ GEM
10
10
  specs:
11
11
  ast (2.4.2)
12
12
  byebug (11.1.3)
13
- codecov (0.6.0)
14
- simplecov (>= 0.15, < 0.22)
15
13
  diff-lcs (1.5.0)
16
14
  docile (1.4.0)
17
15
  dotenv (2.8.1)
@@ -69,7 +67,6 @@ PLATFORMS
69
67
 
70
68
  DEPENDENCIES
71
69
  byebug
72
- codecov
73
70
  dotenv (~> 2.7)
74
71
  max_amount!
75
72
  rake (~> 13.0)
data/README.md CHANGED
@@ -26,7 +26,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
26
26
 
27
27
  ## Contributing
28
28
 
29
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/max_amount.
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/ProfessorNemo/max_amount.
30
30
 
31
31
  ## License
32
32
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MaxAmount
4
- VERSION = '0.1.0'
4
+ VERSION = '0.1.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: max_amount
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
  - Gleb V. Zhegilin
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '3.0'
79
+ version: 3.0.3
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="