checkoff 0.217.0 → 0.218.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/bin/sord +27 -0
- data/lib/checkoff/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66c17159dc56448abc773278ac62a22c74519917d1c2b1c08a2ca60ef9860b1c
|
4
|
+
data.tar.gz: fbcd42d157961cef62f456de919b05991ed770db310480b8e5f4fd61e3f75214
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c766f9896693be6411ca9eb2e0a9c43e2b6fad72afd13e78f3870b68c733a68192633f8d6af4ef16f0485fae89e4a3f191cd53b90017f7252b02895f036057
|
7
|
+
data.tar.gz: c9fca91ceee0905e5468b28067235d31776d935b030d44f511a54039126c876ee23804b9dff55b581ac2563419f7a66344545a9347bd88b89215d78219568eb7
|
data/Gemfile.lock
CHANGED
data/bin/sord
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
#
|
5
|
+
# This file was generated by Bundler.
|
6
|
+
#
|
7
|
+
# The application 'sord' 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) =~ /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("sord", "sord")
|
data/lib/checkoff/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: checkoff
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.218.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vince Broz
|
@@ -122,6 +122,7 @@ files:
|
|
122
122
|
- bin/rubocop
|
123
123
|
- bin/setup
|
124
124
|
- bin/solargraph
|
125
|
+
- bin/sord
|
125
126
|
- bin/spoom
|
126
127
|
- bin/srb
|
127
128
|
- bin/srb-rbi
|