pot_of_coffee 0.4.0 → 0.4.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: 0f76f3500acf845dc3d764c0ca309465cf863190353538bfa9b5fd7f4c73f7a3
4
- data.tar.gz: dc9203c6694d4b3b1cc80084be5041ccbdf61d792b2c3c2b5a49b4cc4f4e6b1b
3
+ metadata.gz: 7441c4f0ba5a6791e9925193bb36f7078f1182555d7117361b9195d623e1d047
4
+ data.tar.gz: 15ca36a14021290adae10e6b16f1e13fb90258e6ea30b5bf0a9e5e3e59a776db
5
5
  SHA512:
6
- metadata.gz: 5899e7cbc4d848e37691235662761c3fbd55b27b0ff1a42268285b351fc89c8516c510473eedd0ed0da17ff53b89d27b1de252b73dbddb29a59648343eae4807
7
- data.tar.gz: 553f20918532710b2a09c02a3ab61066e72499ea22145516ab91af1892498e88a5925ed99f20cad7499e90c74e6b997629f3e6f8ceec9eb23dd47d9ebcd7abc1
6
+ metadata.gz: 68a953c88186a204c192b77daf29bf621b65bdcfebe3c234019e4ff59abde8de779f3abbbc43035a07770482bf2f2d5b48d52c3c5eb092d71b420cb03400aeaa
7
+ data.tar.gz: 98b1079a7deacd2e1afdc477a99c8f6a1a1f2235979d666088502caab896ca22516bd407d185299baff97490cbb3efc70cf41ef1a2a87e0e6e89dd1e6b173b64
data/.circleci/config.yml CHANGED
@@ -1,11 +1,11 @@
1
1
  version: 2.1
2
2
  orbs:
3
- ruby: circleci/ruby@1.1.0
3
+ ruby: circleci/ruby@1.4.0
4
4
  slack: circleci/slack@3.4.2
5
5
  jobs:
6
6
  test:
7
7
  docker:
8
- - image: circleci/ruby:2.7.0
8
+ - image: cimg/ruby:2.7.0
9
9
  environment:
10
10
  RAILS_ENV: test
11
11
  executor: ruby/default
data/Gemfile.lock CHANGED
@@ -1,53 +1,54 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pot_of_coffee (0.3.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.1)
10
+ ast (2.4.2)
10
11
  coderay (1.1.3)
11
- diff-lcs (1.4.4)
12
+ diff-lcs (1.5.0)
12
13
  method_source (1.0.0)
13
- parallel (1.19.2)
14
- parser (2.7.1.4)
14
+ parallel (1.22.1)
15
+ parser (3.1.1.0)
15
16
  ast (~> 2.4.1)
16
- pry (0.13.1)
17
+ pry (0.14.1)
17
18
  coderay (~> 1.1)
18
19
  method_source (~> 1.0)
19
- rainbow (3.0.0)
20
- rake (13.0.1)
21
- regexp_parser (1.7.1)
22
- rexml (3.2.4)
23
- rspec (3.9.0)
24
- rspec-core (~> 3.9.0)
25
- rspec-expectations (~> 3.9.0)
26
- rspec-mocks (~> 3.9.0)
27
- rspec-core (3.9.2)
28
- rspec-support (~> 3.9.3)
29
- rspec-expectations (3.9.2)
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.9.0)
32
- rspec-mocks (3.9.1)
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.9.0)
35
- rspec-support (3.9.3)
36
- rspec_junit_formatter (0.4.1)
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 (0.89.1)
39
+ rubocop (1.26.1)
39
40
  parallel (~> 1.10)
40
- parser (>= 2.7.1.1)
41
+ parser (>= 3.1.0.0)
41
42
  rainbow (>= 2.2.2, < 4.0)
42
- regexp_parser (>= 1.7)
43
+ regexp_parser (>= 1.8, < 3.0)
43
44
  rexml
44
- rubocop-ast (>= 0.3.0, < 1.0)
45
+ rubocop-ast (>= 1.16.0, < 2.0)
45
46
  ruby-progressbar (~> 1.7)
46
- unicode-display_width (>= 1.4.0, < 2.0)
47
- rubocop-ast (0.3.0)
48
- parser (>= 2.7.1.4)
49
- ruby-progressbar (1.10.1)
50
- unicode-display_width (1.7.0)
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.1.4
66
+ 2.3.6
@@ -1,5 +1,10 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PotOfCoffee
4
- VERSION = "0.4.0"
4
+ MAJOR = 0
5
+ MINOR = 4
6
+ PATCH = 1
7
+ RELEASE = nil
8
+
9
+ VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join(".")
5
10
  end
@@ -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 = "http://daveshaffer.co/coffee"
14
+ spec.homepage = "https://github.com/flanger001/pot_of_coffee"
15
15
  spec.license = "MIT"
16
16
 
17
- spec.required_ruby_version = ">= 2.6.0"
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.0
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: 2020-08-30 00:00:00.000000000 Z
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: http://daveshaffer.co/coffee
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.6.0
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.1.4
145
+ rubygems_version: 3.2.32
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Coffee brew strength calculator