Debian Patches

Status for atig/0.6.1-8

Patch Description Author Forwarded Bugs Origin Last update
0001-Drop-Bundler-and-RubyGems-dependencies.patch Drop Bundler and RubyGems dependencies Youhei SASAKI <uwabami@gfd-dennou.org> not-needed 2014-06-04
0002-Disable-update-checker-for-Debian-Package.patch Disable update checker for Debian Package Youhei SASAKI <uwabami@gfd-dennou.org> not-needed 2014-06-04
0003-Replace-git-execution-from-gemspec.patch Replace git execution from gemspec Youhei SASAKI <uwabami@gfd-dennou.org> not-needed 2015-12-27
0004-Drop-coverall.patch Drop coverall Youhei SASAKI <uwabami@gfd-dennou.org> not-needed 2020-02-14
0005-Import-Upstream-changes-2022-03-30.patch Import Upstream changes: 2022-03-30 Youhei SASAKI <uwabami@gfd-dennou.org> no upstream, https://github.com/atig, 5e8ef12..b0f1e4b 2022-04-04
0006-Revert-upstream-changes-ruby-twitter-text-2.0.patch Revert upstream changes: ruby-twitter-text < 2.0 Youhei SASAKI <uwabami@gfd-dennou.org> not-needed 2022-04-04
0007-Fix-failure-since-ruby-3.0.patch Fix failures since Ruby 3.0
https://github.com/atig/atig/runs/5747376400?check_suite_focus=true#step:5:17
```
Failures:

1) Atig::Command::Retweet should post un-official retweet with comment
Failure/Error: ret = t.post("statuses/update", q)

#<Double "api"> received :post with unexpected arguments
expected: ("statuses/update", {:status=>"aaa RT @mzp: blah blah blah blah blah blah blah blah"})
got: ("statuses/update", {:status=>"aaa RT @mzp: blah blah blah blah blah blah blah blah"})
# ./lib/atig/command/retweet.rb:31:in `block in rt_with_comment'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/retweet.rb:30:in `rt_with_comment'
# ./lib/atig/command/retweet.rb:53:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/retweet_spec.rb:49:in `block (2 levels) in <top (required)>'

2) Atig::Command::Retweet should post un-official retweet with comment by screen name
Failure/Error: ret = t.post("statuses/update", q)

#<Double "api"> received :post with unexpected arguments
expected: ("statuses/update", {:status=>"aaa RT @mzp: blah blah blah blah blah blah blah blah"})
got: ("statuses/update", {:status=>"aaa RT @mzp: blah blah blah blah blah blah blah blah"})
# ./lib/atig/command/retweet.rb:31:in `block in rt_with_comment'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/retweet.rb:30:in `rt_with_comment'
# ./lib/atig/command/retweet.rb:53:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/retweet_spec.rb:55:in `block (2 levels) in <top (required)>'

3) Atig::Command::Retweet should post un-official retweet with long comment
Failure/Error: ret = t.post("statuses/update", q)

#<Double "api"> received :post with unexpected arguments
expected: ("statuses/update", {:status=>"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa RT @mzp: b [https://twitter.com/mzp/status/1]"})
got: ("statuses/update", {:status=>"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa RT @mzp: b [https://twitter.com/mzp/status/1]"})
# ./lib/atig/command/retweet.rb:31:in `block in rt_with_comment'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/retweet.rb:30:in `rt_with_comment'
# ./lib/atig/command/retweet.rb:53:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/retweet_spec.rb:61:in `block (2 levels) in <top (required)>'

4) Atig::Command::User should
Failure/Error:
statuses = t.get("statuses/user_timeline",
{ count: count, screen_name: nick})

#<Double "api"> received :get with unexpected arguments
expected: ("statuses/user_timeline", {:count=>20, :screen_name=>"mzp"})
got: ("statuses/user_timeline", {:count=>20, :screen_name=>"mzp"})
# ./lib/atig/command/user.rb:22:in `block in action'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/user.rb:20:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/user_spec.rb:29:in `block (2 levels) in <top (required)>'

5) Atig::Command::User should get specified statuses
Failure/Error:
statuses = t.get("statuses/user_timeline",
{ count: count, screen_name: nick})

#<Double "api"> received :get with unexpected arguments
expected: ("statuses/user_timeline", {:count=>200, :screen_name=>"mzp"})
got: ("statuses/user_timeline", {:count=>200, :screen_name=>"mzp"})
# ./lib/atig/command/user.rb:22:in `block in action'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/user.rb:20:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/user_spec.rb:46:in `block (2 levels) in <top (required)>'

6) Atig::Command::Version should show the source via API
Failure/Error: user = t.get("users/show", { screen_name: nick})

#<Double "api"> received :get with unexpected arguments
expected: ("users/show", {:screen_name=>"mzp"})
got: ("users/show", {:screen_name=>"mzp"})
# ./lib/atig/command/version.rb:27:in `block in action'
# ./spec/command_helper.rb:33:in `delay'
# ./lib/atig/command/version.rb:25:in `action'
# ./lib/atig/command/command.rb:13:in `block in initialize'
# ./spec/command_helper.rb:87:in `call'
# ./spec/command/version_spec.rb:60:in `block (2 levels) in <top (required)>'
```
Kazuhiro NISHIYAMA <zn@mbf.nifty.com> no debian upstream, https://github.com/atig/atig/commit/9263f486d78e0ea2eec9c39afc363906f77daece 2022-04-04

All known versions for source package 'atig'

Links