File tree Expand file tree Collapse file tree 6 files changed +87
-67
lines changed Expand file tree Collapse file tree 6 files changed +87
-67
lines changed Original file line number Diff line number Diff line change 361
361
standard-custom (>= 1.0.2 , < 2 )
362
362
standard-performance (>= 1.3.1 , < 2 )
363
363
version_gem (>= 1.1.4 , < 3 )
364
+ stone_checksums (1.0.0 )
365
+ version_gem (>= 1.1.5 , < 3 )
364
366
stringio (3.1.7 )
365
367
symbol_decoration (1.1.0 )
366
368
terminal-table (4.0.0 )
@@ -429,6 +431,7 @@ DEPENDENCIES
429
431
sequel (~> 5.86 )
430
432
sqlite3 (>= 1 )
431
433
standard (>= 1.35.1 , != 1.42.0 , != 1.41.1 )
434
+ stone_checksums (~> 1.0 )
432
435
stringio (~> 3.1 , >= 3.1.2 )
433
436
test-unit (>= 3.0 )
434
437
yard (~> 0.9 , >= 0.9.37 )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'bundle-audit' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "bundler-audit" , "bundle-audit" )
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'bundler-audit' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "bundler-audit" , "bundler-audit" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'gem_checksums' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12
+
13
+ bundle_binstub = File . expand_path ( "bundle" , __dir__ )
14
+
15
+ if File . file? ( bundle_binstub )
16
+ if File . read ( bundle_binstub , 300 ) . include? ( "This file was generated by Bundler" )
17
+ load ( bundle_binstub )
18
+ else
19
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
20
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
21
+ end
22
+ end
23
+
24
+ require "rubygems"
25
+ require "bundler/setup"
26
+
27
+ load Gem . bin_path ( "stone_checksums" , "gem_checksums" )
Original file line number Diff line number Diff line change @@ -91,4 +91,7 @@ Gem::Specification.new do |spec|
91
91
spec . add_development_dependency ( "rake" , "~> 13" )
92
92
spec . add_development_dependency ( "rspec" , "~> 3" )
93
93
spec . add_development_dependency ( "rspec-block_is_expected" , "~> 1.0" , ">= 1.0.6" )
94
+
95
+ ### Releasing
96
+ spec . add_development_dependency ( "stone_checksums" , "~> 1.0" ) # ruby >= 2.2
94
97
end
You can’t perform that action at this time.
0 commit comments