[DRE-commits] [ruby-rack-google-analytics] branch master updated (8fe10d8 -> 4c173a3)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun May 4 10:22:49 UTC 2014


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

praveen pushed a change to branch master
in repository ruby-rack-google-analytics.

      from  8fe10d8   prepare changelog
      adds  d9f2a74   Imported Upstream version 1.1.0
       new  17e6528   Merge tag 'upstream/1.1.0'
       new  8198368   new upstream release
       new  69d8b7d   refresh patches
      adds  105d333   Imported Upstream version 1.1.0
       new  8cf7638   Merge tag 'upstream/1.1.0'
       new  bca9c4c   update watch file to look at github
       new  f73d39e   refresh patches
       new  dd6b945   version.rb is correctly installed now
       new  920e318   use relative paths for templates
       new  37acb5e   adjust template paths
       new  436c4b5   update dependencies as per gemspec
       new  4c173a3   upload to unstable

The 11 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                                        | 10 +++
 CHANGELOG.md                                       | 42 +++++++++-
 Gemfile                                            |  2 +
 README.md                                          | 53 +++++++++---
 Rakefile                                           |  1 +
 debian/changelog                                   | 13 +++
 debian/control                                     |  8 +-
 debian/patches/do_not_modify_load_path.patch       | 11 ++-
 debian/patches/move_templates.patch                | 14 ++--
 debian/rules                                       |  2 -
 debian/watch                                       |  3 +-
 lib/google-analytics/instance_methods.rb           | 37 +++++++++
 lib/rack-google-analytics.rb                       | 10 +++
 lib/rack/google-analytics.rb                       | 36 ++++++---
 lib/rack/google-analytics/version.rb               |  2 +-
 lib/rack/templates/async.erb                       | 52 ++++++++----
 lib/rack/templates/sync.erb                        |  9 ---
 lib/rack/version.rb                                |  5 --
 lib/tracking/event.rb                              | 15 ++++
 lib/tracking/push.rb                               | 14 ++++
 rack-google-analytics.gemspec                      | 18 +++--
 test/helper.rb                                     | 37 ++++++---
 test/test_rack-google-analytics-events.rb          | 70 ++++++++++++++++
 .../test_rack-google-analytics-instance-methods.rb | 78 ++++++++++++++++++
 test/test_rack-google-analytics.rb                 | 94 ++++++++++++++++------
 25 files changed, 529 insertions(+), 107 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 lib/google-analytics/instance_methods.rb
 delete mode 100644 lib/rack/templates/sync.erb
 delete mode 100644 lib/rack/version.rb
 create mode 100644 lib/tracking/event.rb
 create mode 100644 lib/tracking/push.rb
 create mode 100755 test/test_rack-google-analytics-events.rb
 create mode 100644 test/test_rack-google-analytics-instance-methods.rb

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-google-analytics.git



More information about the Pkg-ruby-extras-commits mailing list