[DRE-commits] [ruby-active-model-serializers] branch master updated (7ec44d9 -> bfd3e58)

Sruthi Chandran srud-guest at moszumanska.debian.org
Fri Sep 8 18:59:41 UTC 2017


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

srud-guest pushed a change to branch master
in repository ruby-active-model-serializers.

      from  7ec44d9   Ready for upload
      adds  e15bff1   New upstream version 0.9.7
       new  0af5b39   Updated version 0.9.7 from 'upstream/0.9.7'
       new  02f385f   Update changelog
       new  36fc1b8   Update Standards version
       new  bfd3e58   Upload to unstable

The 4 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                                        |  49 ++++--
 CHANGELOG.md                                       |  10 +-
 Gemfile                                            |  19 ++-
 README.md                                          |   8 +-
 active_model_serializers.gemspec                   |   1 +
 bin/bench                                          | 171 +++++++++++++++++++++
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 lib/active_model/array_serializer.rb               |   5 -
 lib/active_model/default_serializer.rb             |   8 +-
 lib/active_model/serializable.rb                   |  27 ++--
 lib/active_model/serializer.rb                     |  12 +-
 .../serializer/scaffold_controller_generator.rb    |   2 +-
 lib/active_model/serializer/railtie.rb             |   4 +
 lib/active_model/serializer/version.rb             |   2 +-
 test/benchmark/app.rb                              |  60 ++++++++
 test/benchmark/benchmarking_support.rb             |  67 ++++++++
 test/benchmark/bm_active_record.rb                 |  41 +++++
 test/benchmark/setup.rb                            |  75 +++++++++
 test/fixtures/poro.rb                              |   2 +-
 test/unit/active_model/serilizable_test.rb         |  50 ++++++
 21 files changed, 571 insertions(+), 51 deletions(-)
 create mode 100755 bin/bench
 create mode 100644 test/benchmark/app.rb
 create mode 100644 test/benchmark/benchmarking_support.rb
 create mode 100644 test/benchmark/bm_active_record.rb
 create mode 100644 test/benchmark/setup.rb
 create mode 100644 test/unit/active_model/serilizable_test.rb

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



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