[DRE-commits] [atig] branch master updated (22cec9a -> 778d1fa)

Youhei SASAKI uwabami-guest at alioth.debian.org
Sat Aug 31 09:37:00 UTC 2013


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

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

      from  22cec9a   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
       new  4576e71   Imported Upstream version 0.4.1
       new  e65ef2b   Merge tag 'upstream/0.4.1'
       new  961b844   Update docs,manpages
       new  29ecbba   Refresh patches
       new  9f91bdc   Update rspec options
       new  778d1fa   Bump standard version: 3.9.4

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |    5 +
 Gemfile                                            |    2 +-
 Gemfile.lock                                       |   44 +-
 Rakefile                                           |    6 +
 atig.gemspec                                       |    5 +-
 checksums.yaml.gz                                  |  Bin 0 -> 268 bytes
 debian/{docs => atig.docs}                         |    0
 debian/{manpages => atig.manpages}                 |    0
 debian/changelog                                   |    2 +-
 debian/control                                     |   22 +-
 debian/dirs                                        |    2 -
 ...-Remove-Bundler-and-Rubygems-Dependencies.patch |   10 +-
 debian/ruby-tests.rake                             |    1 -
 docs/OMakefile                                     |   32 -
 docs/OMakeroot                                     |   45 -
 docs/changelog.rst                                 |   69 +-
 docs/conf.py                                       |    2 +-
 docs/graphics.graffle                              | 1995 --------------------
 docs/index.rst                                     |    4 +-
 lib/atig/agent.rb                                  |    1 -
 lib/atig/agent/following.rb                        |    6 +-
 lib/atig/agent/full_list.rb                        |    4 +-
 lib/atig/agent/list.rb                             |   20 +-
 lib/atig/agent/list_status.rb                      |    5 +-
 lib/atig/agent/mention.rb                          |    2 +-
 lib/atig/agent/noretweets.rb                       |    2 +-
 lib/atig/agent/other_list.rb                       |   18 -
 lib/atig/agent/own_list.rb                         |   18 -
 lib/atig/agent/user_stream.rb                      |    4 +-
 lib/atig/channel/list.rb                           |    5 +-
 lib/atig/command/autofix.rb                        |    1 +
 lib/atig/command/command.rb                        |    4 +-
 lib/atig/command/destroy.rb                        |    2 +-
 lib/atig/command/dm.rb                             |    2 +-
 lib/atig/command/favorite.rb                       |    2 +-
 lib/atig/db/db.rb                                  |    5 +-
 lib/atig/gateway/channel.rb                        |    1 +
 lib/atig/gateway/session.rb                        |    3 +-
 lib/atig/ifilter/sanitize.rb                       |    1 +
 lib/atig/oauth.rb                                  |    1 +
 lib/atig/option.rb                                 |    2 +-
 lib/atig/optparse.rb                               |    6 +
 lib/atig/twitter.rb                                |   16 +-
 lib/atig/url_escape.rb                             |    2 +-
 lib/atig/version.rb                                |    2 +-
 metadata.yml                                       |  368 ++++
 spec/command/dm_spec.rb                            |    2 +-
 spec/command/favorite_spec.rb                      |   10 +-
 spec/db/followings_spec.rb                         |    4 +
 spec/option_spec.rb                                |    2 +-
 spec/spec_helper.rb                                |    8 +-
 51 files changed, 578 insertions(+), 2197 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 checksums.yaml.gz
 rename debian/{docs => atig.docs} (100%)
 rename debian/{manpages => atig.manpages} (100%)
 delete mode 100644 debian/dirs
 delete mode 100644 docs/OMakefile
 delete mode 100644 docs/OMakeroot
 delete mode 100644 docs/graphics.graffle
 delete mode 100644 lib/atig/agent/other_list.rb
 delete mode 100644 lib/atig/agent/own_list.rb
 mode change 100644 => 100755 lib/atig/basic_twitter.rb
 mode change 100644 => 100755 lib/atig/twitter.rb
 create mode 100644 metadata.yml

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