checkoff 0.217.0 → 0.218.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 87134c36b73f2c1d96f6fc51dbd4d75f7950abe77dde88ba1f8fdec9d94f7d6b
4
- data.tar.gz: c49f81dd294b14ed34c991f8fc2e7a24d941c4b5e6bc3f6766fe1ea404115abd
3
+ metadata.gz: 66c17159dc56448abc773278ac62a22c74519917d1c2b1c08a2ca60ef9860b1c
4
+ data.tar.gz: fbcd42d157961cef62f456de919b05991ed770db310480b8e5f4fd61e3f75214
5
5
  SHA512:
6
- metadata.gz: 97bc3e300e8c3b2fa1eeff5e1c3d98efe17618108067ad4a8eab64a3030c99ddbaab65f64b9ac8eed5e0586468cf6c8cf818555a459afe63546dbfe5c68601e9
7
- data.tar.gz: ba3a6ff539c15b7c946e26e57870ebfe0e73f30461326b94b3264af67281756cbf72a242f6b3c0e5395e6e01d37ec4badd8df27382e1dd001a7fea3540d77eaf
6
+ metadata.gz: 88c766f9896693be6411ca9eb2e0a9c43e2b6fad72afd13e78f3870b68c733a68192633f8d6af4ef16f0485fae89e4a3f191cd53b90017f7252b02895f036057
7
+ data.tar.gz: c9fca91ceee0905e5468b28067235d31776d935b030d44f511a54039126c876ee23804b9dff55b581ac2563419f7a66344545a9347bd88b89215d78219568eb7
data/Gemfile.lock CHANGED
@@ -43,7 +43,7 @@ GIT
43
43
  PATH
44
44
  remote: .
45
45
  specs:
46
- checkoff (0.217.0)
46
+ checkoff (0.218.0)
47
47
  activesupport
48
48
  asana (> 0.10.0)
49
49
  cache_method
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")
@@ -3,5 +3,5 @@
3
3
  # Command-line and gem client for Asana (unofficial)
4
4
  module Checkoff
5
5
  # Version of library
6
- VERSION = '0.217.0'
6
+ VERSION = '0.218.0'
7
7
  end
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.217.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