[DRE-commits] [atig] 02/05: Merge tag 'upstream/0.5.0'
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Sun Dec 27 13:56:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a commit to annotated tag debian/0.5.0-1
in repository atig.
commit 15b34ff8331f62d40f43bee74660afa0ae12c9fb
Merge: fa53d38 2dce0cd
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date: Wed Nov 11 04:20:08 2015 +0900
Merge tag 'upstream/0.5.0'
Upstream version 0.5.0
.rspec | 1 +
.travis.yml | 5 +-
Gemfile | 2 +
Gemfile.lock | 80 +++++----
README.mkdn | 2 +
Rakefile | 6 -
atig.gemspec | 41 ++---
bin/console | 14 ++
bin/setup | 7 +
checksums.yaml.gz | Bin 270 -> 0 bytes
docs/_static/allow.png | Bin 38377 -> 0 bytes
docs/_static/emacs.png | Bin 159051 -> 0 bytes
docs/_static/irc_setting.png | Bin 30415 -> 0 bytes
docs/_static/irssi.png | Bin 214034 -> 0 bytes
docs/_static/limechat.png | Bin 238135 -> 0 bytes
docs/_static/limechat_s.png | Bin 97747 -> 0 bytes
docs/_static/oauth_channel.png | Bin 39819 -> 0 bytes
docs/_static/screenshot.png | Bin 85373 -> 0 bytes
docs/_static/structure.png | Bin 22875 -> 0 bytes
docs/_static/verify.png | Bin 27702 -> 0 bytes
docs/changelog.rst | 233 -------------------------
docs/commandline_options.rst | 21 ---
docs/commands.rst | 84 ---------
docs/conf.py | 194 ---------------------
docs/config.rst | 159 -----------------
docs/feature.rst | 41 -----
docs/hacking_guide.rst | 43 -----
docs/index.rst | 102 -----------
docs/irc.rst | 31 ----
docs/options.rst | 76 --------
docs/quickstart.rst | 96 ----------
docs/resize.sh | 7 -
docs/tiarra.rst | 2 -
docs/tig.rst | 21 ---
{bin => exe}/atig | 0
lib/atig/agent/agent.rb | 8 +-
lib/atig/agent/dm.rb | 8 +-
lib/atig/agent/following.rb | 6 +-
lib/atig/agent/list.rb | 4 +-
lib/atig/agent/list_status.rb | 12 +-
lib/atig/agent/stream_follow.rb | 4 +-
lib/atig/agent/user_stream.rb | 6 +-
lib/atig/basic_twitter.rb | 4 +-
lib/atig/bitly.rb | 2 +-
lib/atig/channel/channel.rb | 2 +-
lib/atig/channel/list.rb | 6 +-
lib/atig/channel/retweet.rb | 2 +-
lib/atig/channel/timeline.rb | 2 +-
lib/atig/command/autofix.rb | 8 +-
lib/atig/command/destroy.rb | 2 +-
lib/atig/command/dm.rb | 4 +-
lib/atig/command/favorite.rb | 2 +-
lib/atig/command/info.rb | 4 +-
lib/atig/command/reply.rb | 4 +-
lib/atig/command/retweet.rb | 4 +-
lib/atig/command/search.rb | 4 +-
lib/atig/command/status.rb | 6 +-
lib/atig/command/user.rb | 6 +-
lib/atig/command/version.rb | 6 +-
lib/atig/db/followings.rb | 11 +-
lib/atig/db/statuses.rb | 22 +--
lib/atig/db/transaction.rb | 2 +-
lib/atig/gateway/channel.rb | 3 +-
lib/atig/gateway/session.rb | 26 +--
lib/atig/http.rb | 8 +-
lib/atig/ifilter/expand_url.rb | 2 +-
lib/atig/ifilter/retweet.rb | 2 +-
lib/atig/ifilter/retweet_time.rb | 2 +-
lib/atig/ifilter/sanitize.rb | 2 +-
lib/atig/ifilter/strip.rb | 2 +-
lib/atig/ifilter/xid.rb | 2 +-
lib/atig/oauth.rb | 6 +-
lib/atig/ofilter/escape_url.rb | 2 +-
lib/atig/ofilter/footer.rb | 2 +-
lib/atig/ofilter/geo.rb | 2 +-
lib/atig/ofilter/short_url.rb | 2 +-
lib/atig/option.rb | 2 +-
lib/atig/optparse.rb | 33 ++--
lib/atig/search.rb | 6 +-
lib/atig/stream.rb | 2 +-
lib/atig/twitter.rb | 9 +-
lib/atig/update_checker.rb | 4 +-
lib/atig/url_escape.rb | 2 +-
lib/atig/version.rb | 2 +-
lib/memory_profiler.rb | 2 +-
metadata.yml | 357 --------------------------------------
requirements.txt | 5 -
spec/command/autofix_spec.rb | 15 +-
spec/command/destroy_spec.rb | 25 ++-
spec/command/dm_spec.rb | 11 +-
spec/command/favorite_spec.rb | 23 ++-
spec/command/limit_spec.rb | 13 +-
spec/command/location_spec.rb | 9 +-
spec/command/name_spec.rb | 5 +-
spec/command/option_spec.rb | 57 +++---
spec/command/refresh_spec.rb | 7 +-
spec/command/reply_spec.rb | 45 +++--
spec/command/retweet_spec.rb | 35 ++--
spec/command/spam_spec.rb | 9 +-
spec/command/status_spec.rb | 39 ++---
spec/command/thread_spec.rb | 41 +++--
spec/command/time_spec.rb | 39 ++---
spec/command/uptime_spec.rb | 35 ++--
spec/command/user_info_spec.rb | 29 ++--
spec/command/user_spec.rb | 27 ++-
spec/command/version_spec.rb | 54 +++---
spec/command/whois_spec.rb | 51 +++---
spec/command_helper.rb | 4 +-
spec/db/followings_spec.rb | 45 +++--
spec/db/listenable_spec.rb | 5 +-
spec/db/lists_spec.rb | 33 ++--
spec/db/roman_spec.rb | 8 +-
spec/db/sized_uniq_array_spec.rb | 27 ++-
spec/db/statuses_spec.rb | 139 ++++++++-------
spec/ifilter/expand_url_spec.rb | 38 ++--
spec/ifilter/retweet_spec.rb | 9 +-
spec/ifilter/retweet_time_spec.rb | 9 +-
spec/ifilter/sanitize_spec.rb | 11 +-
spec/ifilter/sid_spec.rb | 13 +-
spec/ifilter/strip_spec.rb | 7 +-
spec/ifilter/tid_spec.rb | 13 +-
spec/levenshtein_spec.rb | 5 +-
spec/ofilter/escape_url_spec.rb | 27 ++-
spec/ofilter/footer_spec.rb | 21 ++-
spec/ofilter/geo_spec.rb | 25 ++-
spec/ofilter/short_url_spec.rb | 57 +++---
spec/option_spec.rb | 47 +++--
spec/sized_hash_spec.rb | 11 +-
spec/spec_helper.rb | 14 +-
spec/update_checker_spec.rb | 29 ++--
130 files changed, 801 insertions(+), 2271 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/atig.git
More information about the Pkg-ruby-extras-commits
mailing list