File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33source 'https://rubygems.org'
44
5+ gem 'semantic_logger' , '~> 4.0'
56# Specify your gem's dependencies in linear-cli.gemspec
67gemspec
78
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- linear-cli (0.7.2 )
4+ linear-cli (0.7.3 )
55 base64 (~> 0.2 )
66 dry-cli (~> 1.0 )
77 dry-cli-completion (~> 1.0 )
@@ -254,6 +254,7 @@ DEPENDENCIES
254254 rubocop (~> 1.21 )
255255 rubocop-rake
256256 rubocop-rspec
257+ semantic_logger (~> 4.0 )
257258
258259BUNDLED WITH
259260 2.5.3
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ def make_da_issue!(**options)
6161
6262 def gimme_da_issue! ( issue_id , me : Rubyists ::Linear ::User . me ) # rubocop:disable Naming/MethodParameterName
6363 logger . trace ( 'Looking up issue' , issue_id :, me :)
64- require 'pry' ; binding . pry
6564 issue = Rubyists ::Linear ::Issue . find ( issue_id )
6665 if issue . assignee && issue . assignee [ :id ] == me . id
6766 prompt . say ( "You are already assigned #{ issue_id } " )
You can’t perform that action at this time.
0 commit comments