[DRE-commits] [ruby-asana] branch master updated (c7abfa9 -> e1ff548)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Jul 6 15:12:04 UTC 2017


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

praveen pushed a change to branch master
in repository ruby-asana.

      from  c7abfa9   Bump Standards-Version to 3.9.7 (no changes needed)
      adds  6e6007e   New upstream version 0.6.0
       new  8c655e0   Merge tag 'upstream/0.6.0'
       new  db00e1d   bump standards
       new  e1ff548   update changelog

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                                  |   3 +-
 Gemfile                                      |   9 +-
 README.md                                    |  48 ++++++-
 Rakefile                                     |   3 +-
 debian/changelog                             |   7 +
 debian/control                               |   2 +-
 lib/asana/client.rb                          |   2 +-
 lib/asana/client/configuration.rb            |   4 +-
 lib/asana/resources/custom_field_settings.rb |  42 ++++++
 lib/asana/resources/custom_fields.rb         |  54 ++++++++
 lib/asana/resources/project.rb               |  30 ++++
 lib/asana/resources/task.rb                  |  23 ++--
 lib/asana/resources/team.rb                  |  14 ++
 lib/asana/resources/user.rb                  |   8 +-
 lib/asana/resources/webhook.rb               | 137 ++++++++++++++++++
 lib/asana/version.rb                         |   2 +-
 metadata.yml                                 | 199 ---------------------------
 17 files changed, 365 insertions(+), 222 deletions(-)
 create mode 100644 lib/asana/resources/custom_field_settings.rb
 create mode 100644 lib/asana/resources/custom_fields.rb
 create mode 100644 lib/asana/resources/webhook.rb
 delete mode 100644 metadata.yml

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



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