[DRE-commits] [atig] branch master updated (b52a831 -> 139205f)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Fri Jun 27 09:23:57 UTC 2014


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

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

      from  b52a831   New upstream release: 0.4.3
       new  b8270bd   Imported Upstream version 0.4.5
       new  502def7   Merge tag 'upstream/0.4.5'
       new  139205f   Update debian/changelog, Refresh patches

The 3 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                                        |   2 +
 Gemfile.lock                                       |  34 ++--
 README.mkdn                                        |   3 +-
 Rakefile                                           |   6 +-
 atig.gemspec                                       |  10 +-
 checksums.yaml.gz                                  | Bin 267 -> 270 bytes
 debian/changelog                                   |   2 +-
 debian/control                                     |  10 +-
 ...01-Drop-Bundler-and-RubyGems-dependencies.patch |  37 +++++
 ...-Remove-Bundler-and-Rubygems-Dependencies.patch |  99 -----------
 ...Disable-update-checker-for-Debian-Package.patch | 182 +++++++++++++++++++++
 debian/patches/0002-Disabled_Update_Checker.patch  |  53 ------
 .../patches/0003-Drop-coveralls-dependency.patch   |  31 ++++
 debian/patches/0003-Fix-char-count.patch           |  39 -----
 debian/patches/series                              |   4 +-
 docs/changelog.rst                                 |  25 +++
 docs/conf.py                                       |   6 +-
 docs/index.rst                                     |   6 +-
 docs/options.rst                                   |   4 -
 docs/quickstart.rst                                |   2 +-
 lib/atig.rb                                        |   2 -
 lib/atig/agent/following.rb                        |   6 +-
 lib/atig/bitly.rb                                  |   1 -
 lib/atig/channel/timeline.rb                       |   2 +-
 lib/atig/command/status.rb                         |  14 +-
 lib/atig/db/sql.rb                                 |   1 -
 lib/atig/db/statuses.rb                            |   1 -
 lib/atig/http.rb                                   |   3 +-
 lib/atig/ifilter/expand_url.rb                     |   1 -
 lib/atig/monkey.rb                                 |   1 -
 lib/atig/oauth.rb                                  |   3 +-
 lib/atig/ofilter/short_url.rb                      |   4 -
 lib/atig/option.rb                                 |   2 +-
 lib/atig/search.rb                                 |   3 +-
 lib/atig/stream.rb                                 |   1 -
 lib/atig/unu.rb                                    |  27 ---
 lib/atig/version.rb                                |   2 +-
 metadata.yml                                       |  37 ++---
 requirements.txt                                   |   5 +
 spec/command/status_spec.rb                        |  27 ++-
 spec/ofilter/short_url_spec.rb                     |  36 ----
 spec/spec_helper.rb                                |   7 +-
 42 files changed, 374 insertions(+), 367 deletions(-)
 create mode 100644 debian/patches/0001-Drop-Bundler-and-RubyGems-dependencies.patch
 delete mode 100644 debian/patches/0001-Remove-Bundler-and-Rubygems-Dependencies.patch
 create mode 100644 debian/patches/0002-Disable-update-checker-for-Debian-Package.patch
 delete mode 100644 debian/patches/0002-Disabled_Update_Checker.patch
 create mode 100644 debian/patches/0003-Drop-coveralls-dependency.patch
 delete mode 100644 debian/patches/0003-Fix-char-count.patch
 delete mode 100644 lib/atig/unu.rb
 create 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