bashcov 3.0.0 → 3.0.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: dffc7667dad0e51e2e47f4c4df861d52be6240aff021c7c7771c2e4f8219f862
4
- data.tar.gz: d720302f22dacf1ac91853301d65ac0a24ac3ff17415fa7fdb42fc1e6b906079
3
+ metadata.gz: dc1ae5949f8031caba0793e0529cc4c4b4f6234061283d9094255857a63fc8d1
4
+ data.tar.gz: d4423c15129a25abf041b2c4534f08b0073a7eb146eb1ccfb0e13af3c08bd0dd
5
5
  SHA512:
6
- metadata.gz: 284281285d8c60d800753fd0f4ff697d0a5e6faf246a64dfd1509f2cca4f3c6e0f5e91e417e76de2014937b91ada9fee4fcc266ad16dc8d1d106a3912cb6f524
7
- data.tar.gz: cf79ef6c4e814d112c1255fe9fc59956537b7ad830eda345063395f5c7676895efcdbf7ec899185563e50577df756afb929bf6cb71b9106daeeef93d330dd5a9
6
+ metadata.gz: a032b39c42880b459b7311c103ba0f53e2074e94602f58e4363545c3f7d7700aeb7df9edaf34431ff03f4e881ffdf8d49b5a471103745e158d00d8207d4acdb2
7
+ data.tar.gz: 57c5ce619ecdefb2bf0e4b64f04746f2f98cdd54e3778df837afebf8466447a05b127e116ac31f885df8ff912c78ad9ef18c704fa9120711d860f62e7dfd7a0d
data/CHANGELOG.md CHANGED
@@ -1,7 +1,11 @@
1
- ## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.0.0...master))
1
+ ## Unreleased ([changes](https://github.com/infertux/bashcov/compare/v3.0.1...master))
2
2
 
3
3
  * TBD
4
4
 
5
+ ## v3.0.1, 2023-04-15 ([changes](https://github.com/infertux/bashcov/compare/v3.0.0...v3.0.1))
6
+
7
+ * [BUGFIX] Fix incorrect executables path in gemspec
8
+
5
9
  ## v3.0.0, 2023-04-10 ([changes](https://github.com/infertux/bashcov/compare/v1.8.2...v3.0.0))
6
10
 
7
11
  * [MISC] New minimum Bash version supported is 4.3
@@ -3,5 +3,5 @@
3
3
  # :nodoc:
4
4
  module Bashcov
5
5
  # Current Bashcov version
6
- VERSION = "3.0.0"
6
+ VERSION = "3.0.1"
7
7
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bashcov
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cédric Félizard
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2023-04-15 00:00:00.000000000 Z
12
12
  dependencies:
@@ -153,14 +153,12 @@ dependencies:
153
153
  description: Code coverage tool for Bash
154
154
  email:
155
155
  - cedric@felizard.fr
156
- executables: []
156
+ executables:
157
+ - bashcov
157
158
  extensions: []
158
159
  extra_rdoc_files: []
159
160
  files:
160
161
  - ".build.yml"
161
- - ".github/FUNDING.yml"
162
- - ".gitignore"
163
- - ".gitlab-ci.yml"
164
162
  - ".rspec"
165
163
  - ".rubocop.yml"
166
164
  - ".simplecov"
@@ -173,7 +171,6 @@ files:
173
171
  - Rakefile
174
172
  - TESTING.md
175
173
  - USAGE.md
176
- - bashcov.gemspec
177
174
  - bin/bashcov
178
175
  - lib/bashcov.rb
179
176
  - lib/bashcov/detective.rb
@@ -211,5 +208,5 @@ requirements: []
211
208
  rubygems_version: 3.4.10
212
209
  signing_key:
213
210
  specification_version: 4
214
- summary: ''
211
+ summary: Code coverage tool for Bash
215
212
  test_files: []
data/.github/FUNDING.yml DELETED
@@ -1,3 +0,0 @@
1
- github: infertux
2
- liberapay: infertux
3
- patreon: infertux
data/.gitignore DELETED
@@ -1,19 +0,0 @@
1
- *.swp
2
- *.gem
3
- *.rbc
4
- .bundle
5
- .config
6
- .yardoc
7
- .rbx/
8
- Gemfile.lock
9
- InstalledFiles
10
- _yardoc
11
- coverage
12
- doc/
13
- lib/bundler/man
14
- pkg
15
- rdoc
16
- spec/reports
17
- test/tmp
18
- test/version_tmp
19
- tmp
data/.gitlab-ci.yml DELETED
@@ -1,57 +0,0 @@
1
- # Official language image. Look for the different tagged releases at:
2
- # https://hub.docker.com/r/library/ruby/tags/
3
- image: ruby:latest
4
-
5
- before_script:
6
- - ruby -v
7
- - bundle install -j $(nproc)
8
- - ./spec/install_bash.sh
9
- - bash --version
10
- - id
11
- - env
12
-
13
- audit:
14
- script:
15
- - bundle exec rake bundle:audit:update
16
- - bundle exec rake bundle:audit:check
17
-
18
- build:
19
- script:
20
- - bundle exec rake build
21
- - bundle exec rake build:checksum
22
- - cat checksums/*
23
-
24
- cucumber:
25
- script: bundle exec rake cucumber
26
-
27
- # Current Bash versions can be found at https://git.savannah.gnu.org/cgit/bash.git
28
- rspec-bash-5.2:
29
- variables:
30
- INSTALL_BASH_VERSION: "5.2"
31
- script: bundle exec rake spec
32
-
33
- rspec-bash-5.1:
34
- variables:
35
- INSTALL_BASH_VERSION: "5.1"
36
- script: bundle exec rake spec
37
-
38
- rspec-bash-5.0:
39
- variables:
40
- INSTALL_BASH_VERSION: "5.0"
41
- script: bundle exec rake spec
42
-
43
- rspec-bash-4.4:
44
- variables:
45
- INSTALL_BASH_VERSION: "4.4"
46
- script: bundle exec rake spec
47
-
48
- rspec-bash-4.3:
49
- variables:
50
- INSTALL_BASH_VERSION: "4.3"
51
- script: bundle exec rake spec
52
-
53
- rubocop:
54
- script: bundle exec rake rubocop
55
-
56
- yard:
57
- script: bundle exec yard stats --list-undoc
data/bashcov.gemspec DELETED
@@ -1,42 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- require_relative "lib/bashcov/version"
4
-
5
- Gem::Specification.new do |spec|
6
- spec.name = "bashcov"
7
- spec.version = Bashcov::VERSION
8
- spec.authors = ["Cédric Félizard"]
9
- spec.email = ["cedric@felizard.fr"]
10
-
11
- spec.summary = spec.description
12
- spec.description = "Code coverage tool for Bash"
13
- spec.homepage = "https://github.com/infertux/bashcov"
14
- spec.license = "MIT"
15
- spec.required_ruby_version = ">= 3.0.0"
16
-
17
- spec.metadata["homepage_uri"] = spec.homepage
18
- spec.metadata["source_code_uri"] = "https://github.com/infertux/bashcov"
19
- spec.metadata["changelog_uri"] = "https://github.com/infertux/bashcov/blob/master/CHANGELOG.md"
20
-
21
- # Specify which files should be added to the gem when it is released.
22
- # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
23
- spec.files = Dir.chdir(File.expand_path(__dir__)) do
24
- `git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
25
- end
26
- spec.bindir = "exe"
27
- spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
28
- spec.require_paths = ["lib"]
29
-
30
- spec.add_dependency "simplecov", "~> 0.21.2"
31
-
32
- spec.add_development_dependency "aruba"
33
- spec.add_development_dependency "bundler-audit"
34
- spec.add_development_dependency "cucumber"
35
- spec.add_development_dependency "rake"
36
- spec.add_development_dependency "rspec"
37
- spec.add_development_dependency "rubocop"
38
- spec.add_development_dependency "rubocop-rake"
39
- spec.add_development_dependency "rubocop-rspec"
40
- spec.add_development_dependency "yard"
41
- spec.metadata["rubygems_mfa_required"] = "true"
42
- end