doit 1.0.4 → 1.0.7

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: 17ec5f7c6ea5812774bd8faad346d5915048b82ed028ce67abb70ead569ac4b8
4
- data.tar.gz: 1712f99581e701145e7d10149766560c1dd521b25eabc0906c6503b2f2788858
3
+ metadata.gz: 4bb3fb364e89bd674d1cbc935e4d7e2fb5e74d00dc6de22c3a3984cf9bc15eae
4
+ data.tar.gz: 884b3c957ad9099ba66c8d92eb199f471017c6034eb8ab49aa61039a3d8a4b9b
5
5
  SHA512:
6
- metadata.gz: c6ff47d3b1b4a128d3c50242bcb84410af5832041881258c5403dab219504796c7d603e7da7d0647f2bde1d4a9324c8acb88fa4aa8d58d6d275b7f2c876876d1
7
- data.tar.gz: 35ae5b62523e898090932b2c2a3356f7e7e17136e1d1472ee14347c3940fcddc3c3856eca4ee6316b979fdc678eca2738538163fadc11242a65bd9bafcb707ab
6
+ metadata.gz: 6d08e89afe5d63af6446c91f014b36cdcc10ec9654acc890218df6de768ff0fce61e9928b2793a1467c062ca9a4fabe159585c26858ec75c3973e7907f2c8935
7
+ data.tar.gz: 541f358edddc48eaa765c6cfe2ed8edd510fd2d8d595cfd1ed115d50b3dfc9e163313f07d8a2a54e982cec2fab3f84d2d6ba80fbcbb10d1d3e9d8b776a89f8e9
@@ -9,7 +9,7 @@ jobs:
9
9
  fail-fast: false
10
10
  matrix:
11
11
  os: [ubuntu-latest]
12
- ruby: ["2.7", "3.0", "3.2", head]
12
+ ruby: ["3.0", "3.2", 3.3, head]
13
13
  test_command: ["bundle exec rake test"]
14
14
  runs-on: ${{ matrix.os }}
15
15
 
data/.ruby-gemset CHANGED
@@ -1 +1 @@
1
- rails-7.0
1
+ rails-7.1
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.2.2
1
+ ruby-3.3.0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- doit (1.0.3)
4
+ doit (1.0.7)
5
5
  micro-optparse (~> 1)
6
6
 
7
7
  GEM
@@ -9,35 +9,38 @@ GEM
9
9
  specs:
10
10
  ast (2.4.2)
11
11
  docile (1.4.0)
12
- json (2.6.3)
12
+ json (2.7.1)
13
13
  language_server-protocol (3.17.0.3)
14
- lint_roller (1.0.0)
14
+ lint_roller (1.1.0)
15
15
  micro-optparse (1.2.1)
16
- minitest (5.18.0)
16
+ minitest (5.21.2)
17
17
  observr (1.0.5)
18
- parallel (1.23.0)
19
- parser (3.2.2.1)
18
+ parallel (1.24.0)
19
+ parser (3.3.0.5)
20
20
  ast (~> 2.4.1)
21
+ racc
22
+ racc (1.7.3)
21
23
  rainbow (3.1.1)
22
- rake (13.0.6)
23
- regexp_parser (2.8.0)
24
- rexml (3.2.5)
24
+ rake (13.1.0)
25
+ regexp_parser (2.9.0)
26
+ rexml (3.2.6)
25
27
  ricecream (0.2.1)
26
- rubocop (1.50.2)
28
+ rubocop (1.59.0)
27
29
  json (~> 2.3)
30
+ language_server-protocol (>= 3.17.0)
28
31
  parallel (~> 1.10)
29
- parser (>= 3.2.0.0)
32
+ parser (>= 3.2.2.4)
30
33
  rainbow (>= 2.2.2, < 4.0)
31
34
  regexp_parser (>= 1.8, < 3.0)
32
35
  rexml (>= 3.2.5, < 4.0)
33
- rubocop-ast (>= 1.28.0, < 2.0)
36
+ rubocop-ast (>= 1.30.0, < 2.0)
34
37
  ruby-progressbar (~> 1.7)
35
38
  unicode-display_width (>= 2.4.0, < 3.0)
36
- rubocop-ast (1.28.0)
39
+ rubocop-ast (1.30.0)
37
40
  parser (>= 3.2.1.0)
38
- rubocop-performance (1.16.0)
39
- rubocop (>= 1.7.0, < 2.0)
40
- rubocop-ast (>= 0.4.0)
41
+ rubocop-performance (1.20.2)
42
+ rubocop (>= 1.48.1, < 2.0)
43
+ rubocop-ast (>= 1.30.0, < 2.0)
41
44
  ruby-progressbar (1.13.0)
42
45
  simplecov (0.22.0)
43
46
  docile (~> 1.1)
@@ -45,25 +48,26 @@ GEM
45
48
  simplecov_json_formatter (~> 0.1)
46
49
  simplecov-html (0.12.3)
47
50
  simplecov_json_formatter (0.1.4)
48
- standard (1.28.0)
51
+ standard (1.33.0)
49
52
  language_server-protocol (~> 3.17.0.2)
50
53
  lint_roller (~> 1.0)
51
- rubocop (~> 1.50.2)
54
+ rubocop (~> 1.59.0)
52
55
  standard-custom (~> 1.0.0)
53
- standard-performance (~> 1.0.1)
54
- standard-custom (1.0.0)
56
+ standard-performance (~> 1.3)
57
+ standard-custom (1.0.2)
55
58
  lint_roller (~> 1.0)
56
- standard-performance (1.0.1)
57
- lint_roller (~> 1.0)
58
- rubocop-performance (~> 1.16.0)
59
- unicode-display_width (2.4.2)
59
+ rubocop (~> 1.50)
60
+ standard-performance (1.3.1)
61
+ lint_roller (~> 1.1)
62
+ rubocop-performance (~> 1.20.2)
63
+ unicode-display_width (2.5.0)
60
64
 
61
65
  PLATFORMS
66
+ ruby
62
67
  x86_64-linux
63
68
 
64
69
  DEPENDENCIES
65
70
  doit!
66
- micro-optparse (~> 1)
67
71
  minitest (~> 5)
68
72
  observr
69
73
  rake (~> 13)
@@ -72,4 +76,4 @@ DEPENDENCIES
72
76
  standard
73
77
 
74
78
  BUNDLED WITH
75
- 2.4.10
79
+ 2.5.3
data/README.md CHANGED
@@ -78,7 +78,7 @@ See examples below.
78
78
 
79
79
  ## Miscellaneous
80
80
 
81
- Copyright (c) 2014-2023 Dittmar Krall (www.matiq.com),
81
+ Copyright (c) 2014-2024 Dittmar Krall (www.matiq.com),
82
82
  released under the MIT license:
83
83
 
84
84
  * https://opensource.org/licenses/MIT
data/doit.gemspec CHANGED
@@ -10,17 +10,15 @@ Gem::Specification.new do |s|
10
10
  s.authors = ["Dittmar Krall"]
11
11
  s.email = "dittmar.krall@matiq.de"
12
12
  s.homepage = "http://www.matiq.de"
13
- s.metadata["source_code_uri"] = "https://github.com/matique/doit"
14
13
  s.license = "MIT"
15
14
 
16
- s.add_dependency "micro-optparse", "~> 1"
17
-
18
15
  s.files = `git ls-files`.split("\n")
19
16
  s.executables = `git ls-files -- bin/*`
20
17
  .split("\n").map { |f| File.basename(f) }
21
18
  s.require_paths = ["lib"]
22
19
 
20
+ s.add_dependency "micro-optparse", "~> 1"
21
+
23
22
  s.add_development_dependency "rake", "~> 13"
24
- s.add_development_dependency "micro-optparse", "~> 1"
25
23
  s.add_development_dependency "minitest", "~> 5"
26
24
  end
data/lib/globals.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  module Globals
2
- VERSION = "1.0.4" # 2023-04-28
2
+ VERSION = "1.0.7" # 2024-02-02
3
+ # VERSION = "1.0.5" # 2023-08-17
4
+ # VERSION = "1.0.4" # 2023-04-28
3
5
  # VERSION = "1.0.3" # 2023-04-27
4
6
  # VERSION = "1.0.2" # 2021-06-26
5
7
  # VERSION = "1.0.1" # 2021-04-21
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doit
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dittmar Krall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-27 00:00:00.000000000 Z
11
+ date: 2024-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: micro-optparse
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '13'
41
- - !ruby/object:Gem::Dependency
42
- name: micro-optparse
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - "~>"
46
- - !ruby/object:Gem::Version
47
- version: '1'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - "~>"
53
- - !ruby/object:Gem::Version
54
- version: '1'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: minitest
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -79,7 +65,6 @@ files:
79
65
  - ".gitignore"
80
66
  - ".ruby-gemset"
81
67
  - ".ruby-version"
82
- - ".watchr"
83
68
  - Gemfile
84
69
  - Gemfile.lock
85
70
  - LICENSE
@@ -102,8 +87,7 @@ files:
102
87
  homepage: http://www.matiq.de
103
88
  licenses:
104
89
  - MIT
105
- metadata:
106
- source_code_uri: https://github.com/matique/doit
90
+ metadata: {}
107
91
  post_install_message:
108
92
  rdoc_options: []
109
93
  require_paths:
@@ -119,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
103
  - !ruby/object:Gem::Version
120
104
  version: '0'
121
105
  requirements: []
122
- rubygems_version: 3.4.10
106
+ rubygems_version: 3.5.3
123
107
  signing_key:
124
108
  specification_version: 4
125
109
  summary: Simple local & remote script executor
data/.watchr DELETED
@@ -1 +0,0 @@
1
- /home/dk/shared/.watchr-gem