Package Details: terjira 0.4.8-1

Git Clone URL: https://aur.archlinux.org/terjira.git (read-only, click to copy)
Package Base: terjira
Description: Terjira is interactive command line application for Jira
Upstream URL: https://github.com/keepcosmos/terjira
Licenses: MIT
Submitter: asm0dey
Maintainer: asm0dey
Last Packager: asm0dey
Votes: 0
Popularity: 0.000000
First Submitted: 2019-12-23 11:37 (UTC)
Last Updated: 2021-02-23 08:25 (UTC)

Latest Comments

dessert commented on 2021-03-29 18:01 (UTC)

that would certainly be a solid solution. there is no https://rubygems.org/downloads/thor-1.0.[2-9].gem, so v1.0.1 is the only available choice.

asm0dey commented on 2021-03-29 15:15 (UTC)

I could create ruby-thor-1.0.1 and create a dependency on it…

dessert commented on 2021-03-29 15:13 (UTC)

for thor that’d be a downgrade: community has v1.1.0 and aur v0.20.0, but terjira wants "~> 1.0.1"

asm0dey commented on 2021-03-29 13:46 (UTC)

@dessert please, ask thor to be updated in upstream, meanwhile I've updated

tty-table to 0.12.0
tty-prompt to 0.20.0
tty-spinner to 0.9.3

dessert commented on 2021-03-29 12:15 (UTC) (edited on 2021-03-29 12:15 (UTC) by dessert)

the program needs gem versions not provided by the dependencies (any more). this installs working versions:

gem install thor -v 1.0.1
gem install tty-table -v 0.11.0
gem install tty-prompt -v 0.20.0
gem install tty-spinner -v 0.9.3

@asm0dey please remove the unused dependencies and maybe pin an instructive comment here.

hashworks commented on 2020-11-25 16:46 (UTC)

Calling the binary fails for me:

Traceback (most recent call last):
    7: from /usr/bin/jira:23:in `<main>'
    6: from /usr/lib/ruby/2.7.0/rubygems.rb:297:in `activate_bin_path'
    5: from /usr/lib/ruby/2.7.0/rubygems.rb:297:in `synchronize'
    4: from /usr/lib/ruby/2.7.0/rubygems.rb:298:in `block in activate_bin_path'
    3: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1371:in `activate'
    2: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1389:in `activate_dependencies'
    1: from /usr/lib/ruby/2.7.0/rubygems/specification.rb:1389:in `each'
/usr/lib/ruby/2.7.0/rubygems/specification.rb:1397:in `block in activate_dependencies': can't satisfy 'activesupport (= 6.0.3.1)', already activated 'activesupport-6.0.3.4' (Gem::LoadError)