doing 1.0.47 → 1.0.48
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/bin/doing +1 -1
- data/lib/doing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cdfdb341d4867c722d22442ad70ec86282d8a6b1e53d245f97b629838aa8bcbf
|
4
|
+
data.tar.gz: 7dff224ed9403a946e16df70935b97e6d3823b2d89d605d2242d734b5cf1b32f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d29f283a31177d5df99d3a1ef4f5b8dda1c0ca706b005b1d8023651afe95334aeb6636d9091b29ada76f0b9c21c91266d0f0116940770aeaff6c121534f86ce
|
7
|
+
data.tar.gz: 0a03db0bfe2dae15b0921a31fcd23781913f917d632910203d5f191634c7d6ea37c2bad97349b21834d48e64a37aca16b2785f407276f4bb9d571a050ac9ec34
|
data/bin/doing
CHANGED
@@ -556,7 +556,7 @@ command :tag do |c|
|
|
556
556
|
question = "Are you sure you want to add #{tags.join(" and ")} to all records#{section_q}"
|
557
557
|
end
|
558
558
|
|
559
|
-
res = wwid.yn(question,false)
|
559
|
+
res = wwid.yn(question, default_response: false)
|
560
560
|
|
561
561
|
unless res
|
562
562
|
raise "Cancelled"
|
data/lib/doing/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: doing
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.48
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Terpstra
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-07-
|
11
|
+
date: 2021-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|