pot_of_coffee 0.4.0 → 0.4.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.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -2
- data/Gemfile.lock +33 -32
- data/lib/pot_of_coffee/version.rb +6 -1
- data/pot_of_coffee.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7441c4f0ba5a6791e9925193bb36f7078f1182555d7117361b9195d623e1d047
|
4
|
+
data.tar.gz: 15ca36a14021290adae10e6b16f1e13fb90258e6ea30b5bf0a9e5e3e59a776db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68a953c88186a204c192b77daf29bf621b65bdcfebe3c234019e4ff59abde8de779f3abbbc43035a07770482bf2f2d5b48d52c3c5eb092d71b420cb03400aeaa
|
7
|
+
data.tar.gz: 98b1079a7deacd2e1afdc477a99c8f6a1a1f2235979d666088502caab896ca22516bd407d185299baff97490cbb3efc70cf41ef1a2a87e0e6e89dd1e6b173b64
|
data/.circleci/config.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,53 +1,54 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
pot_of_coffee (0.
|
4
|
+
pot_of_coffee (0.4.1)
|
5
|
+
|
5
6
|
|
6
7
|
GEM
|
7
8
|
remote: https://rubygems.org/
|
8
9
|
specs:
|
9
|
-
ast (2.4.
|
10
|
+
ast (2.4.2)
|
10
11
|
coderay (1.1.3)
|
11
|
-
diff-lcs (1.
|
12
|
+
diff-lcs (1.5.0)
|
12
13
|
method_source (1.0.0)
|
13
|
-
parallel (1.
|
14
|
-
parser (
|
14
|
+
parallel (1.22.1)
|
15
|
+
parser (3.1.1.0)
|
15
16
|
ast (~> 2.4.1)
|
16
|
-
pry (0.
|
17
|
+
pry (0.14.1)
|
17
18
|
coderay (~> 1.1)
|
18
19
|
method_source (~> 1.0)
|
19
|
-
rainbow (3.
|
20
|
-
rake (13.0.
|
21
|
-
regexp_parser (
|
22
|
-
rexml (3.2.
|
23
|
-
rspec (3.
|
24
|
-
rspec-core (~> 3.
|
25
|
-
rspec-expectations (~> 3.
|
26
|
-
rspec-mocks (~> 3.
|
27
|
-
rspec-core (3.
|
28
|
-
rspec-support (~> 3.
|
29
|
-
rspec-expectations (3.
|
20
|
+
rainbow (3.1.1)
|
21
|
+
rake (13.0.6)
|
22
|
+
regexp_parser (2.2.1)
|
23
|
+
rexml (3.2.5)
|
24
|
+
rspec (3.11.0)
|
25
|
+
rspec-core (~> 3.11.0)
|
26
|
+
rspec-expectations (~> 3.11.0)
|
27
|
+
rspec-mocks (~> 3.11.0)
|
28
|
+
rspec-core (3.11.0)
|
29
|
+
rspec-support (~> 3.11.0)
|
30
|
+
rspec-expectations (3.11.0)
|
30
31
|
diff-lcs (>= 1.2.0, < 2.0)
|
31
|
-
rspec-support (~> 3.
|
32
|
-
rspec-mocks (3.
|
32
|
+
rspec-support (~> 3.11.0)
|
33
|
+
rspec-mocks (3.11.0)
|
33
34
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-support (3.
|
36
|
-
rspec_junit_formatter (0.
|
35
|
+
rspec-support (~> 3.11.0)
|
36
|
+
rspec-support (3.11.0)
|
37
|
+
rspec_junit_formatter (0.5.1)
|
37
38
|
rspec-core (>= 2, < 4, != 2.12.0)
|
38
|
-
rubocop (
|
39
|
+
rubocop (1.26.1)
|
39
40
|
parallel (~> 1.10)
|
40
|
-
parser (>=
|
41
|
+
parser (>= 3.1.0.0)
|
41
42
|
rainbow (>= 2.2.2, < 4.0)
|
42
|
-
regexp_parser (>= 1.
|
43
|
+
regexp_parser (>= 1.8, < 3.0)
|
43
44
|
rexml
|
44
|
-
rubocop-ast (>=
|
45
|
+
rubocop-ast (>= 1.16.0, < 2.0)
|
45
46
|
ruby-progressbar (~> 1.7)
|
46
|
-
unicode-display_width (>= 1.4.0, <
|
47
|
-
rubocop-ast (
|
48
|
-
parser (>=
|
49
|
-
ruby-progressbar (1.
|
50
|
-
unicode-display_width (1.
|
47
|
+
unicode-display_width (>= 1.4.0, < 3.0)
|
48
|
+
rubocop-ast (1.16.0)
|
49
|
+
parser (>= 3.1.1.0)
|
50
|
+
ruby-progressbar (1.11.0)
|
51
|
+
unicode-display_width (2.1.0)
|
51
52
|
|
52
53
|
PLATFORMS
|
53
54
|
ruby
|
@@ -62,4 +63,4 @@ DEPENDENCIES
|
|
62
63
|
rubocop
|
63
64
|
|
64
65
|
BUNDLED WITH
|
65
|
-
2.
|
66
|
+
2.3.6
|
data/pot_of_coffee.gemspec
CHANGED
@@ -11,10 +11,10 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.email = ["dave.shaffer@gmail.com"]
|
12
12
|
spec.summary = "Coffee brew strength calculator"
|
13
13
|
spec.description = "This is a small CLI app for calculating the brew strength for an automatic drip coffee maker. It can help keep coffee brews consistent."
|
14
|
-
spec.homepage = "
|
14
|
+
spec.homepage = "https://github.com/flanger001/pot_of_coffee"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
|
-
spec.required_ruby_version = ">= 2.
|
17
|
+
spec.required_ruby_version = ">= 2.7.0"
|
18
18
|
|
19
19
|
spec.files = `git ls-files -z`.split("\x0")
|
20
20
|
spec.executables = ["pot_of_coffee"]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pot_of_coffee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Shaffer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-03-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -123,7 +123,7 @@ files:
|
|
123
123
|
- spec/pot_of_coffee/brewer_spec.rb
|
124
124
|
- spec/pot_of_coffee/units_spec.rb
|
125
125
|
- spec/spec_helper.rb
|
126
|
-
homepage:
|
126
|
+
homepage: https://github.com/flanger001/pot_of_coffee
|
127
127
|
licenses:
|
128
128
|
- MIT
|
129
129
|
metadata: {}
|
@@ -135,14 +135,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
136
136
|
- - ">="
|
137
137
|
- !ruby/object:Gem::Version
|
138
|
-
version: 2.
|
138
|
+
version: 2.7.0
|
139
139
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
140
140
|
requirements:
|
141
141
|
- - ">="
|
142
142
|
- !ruby/object:Gem::Version
|
143
143
|
version: '0'
|
144
144
|
requirements: []
|
145
|
-
rubygems_version: 3.
|
145
|
+
rubygems_version: 3.2.32
|
146
146
|
signing_key:
|
147
147
|
specification_version: 4
|
148
148
|
summary: Coffee brew strength calculator
|