Skip to content

Commit e0de431

Browse files
committed
🔨 binstub: gem_checksums
Signed-off-by: Peter H. Boling <[email protected]>
1 parent 9980c19 commit e0de431

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bin/gem_checksums

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
require "rubygems"
14+
require "bundler/setup"
15+
16+
load Gem.bin_path("stone_checksums", "gem_checksums")

0 commit comments

Comments
 (0)