We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9980c19 commit e0de431Copy full SHA for e0de431
bin/gem_checksums
@@ -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