[DRE-commits] [atig] branch master updated (fa53d38 -> af12782)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Dec 27 13:57:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a change to branch master
in repository atig.

      from  fa53d38   Update debian/changelog
      adds  2dce0cd   Imported Upstream version 0.5.0
      adds  15b34ff   Merge tag 'upstream/0.5.0'
      adds  83a917b   Refresh patches
      adds  85d4c83   Add patch: replace git execution from gemspec
      adds  af12782   Update debian/changelog

No new revisions were added by this update.

Summary of changes:
 .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
 debian/atig.install                                |    1 +
 debian/changelog                                   |    8 +
 ...01-Drop-Bundler-and-RubyGems-dependencies.patch |   14 +-
 ...Disable-update-checker-for-Debian-Package.patch |    9 +-
 .../0003-Replace-git-execution-from-gemspec.patch  |   27 +
 debian/patches/import-git-head_2015-08-14.patch    | 5148 --------------------
 debian/patches/series                              |    2 +-
 debian/rules                                       |    6 +
 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 +-
 138 files changed, 855 insertions(+), 7432 deletions(-)
 create mode 100755 bin/console
 create mode 100755 bin/setup
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/atig.install
 create mode 100644 debian/patches/0003-Replace-git-execution-from-gemspec.patch
 delete mode 100644 debian/patches/import-git-head_2015-08-14.patch
 delete mode 100644 docs/_static/allow.png
 delete mode 100644 docs/_static/emacs.png
 delete mode 100644 docs/_static/irc_setting.png
 delete mode 100644 docs/_static/irssi.png
 delete mode 100644 docs/_static/limechat.png
 delete mode 100644 docs/_static/limechat_s.png
 delete mode 100644 docs/_static/oauth_channel.png
 delete mode 100644 docs/_static/screenshot.png
 delete mode 100644 docs/_static/structure.png
 delete mode 100644 docs/_static/verify.png
 delete mode 100644 docs/changelog.rst
 delete mode 100644 docs/commandline_options.rst
 delete mode 100644 docs/commands.rst
 delete mode 100644 docs/conf.py
 delete mode 100644 docs/config.rst
 delete mode 100644 docs/feature.rst
 delete mode 100644 docs/hacking_guide.rst
 delete mode 100644 docs/index.rst
 delete mode 100644 docs/irc.rst
 delete mode 100644 docs/options.rst
 delete mode 100644 docs/quickstart.rst
 delete mode 100755 docs/resize.sh
 delete mode 100644 docs/tiarra.rst
 delete mode 100644 docs/tig.rst
 rename {bin => exe}/atig (100%)
 delete mode 100644 metadata.yml
 delete mode 100644 requirements.txt

-- 
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