[DRE-commits] [ruby-factory-girl] branch master updated (9647d08 -> 88cb0a8)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 15 10:29:07 UTC 2016


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

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

      from  9647d08   Run wrap-and-sort on packaging files
      adds  163e407   New upstream version 4.7.0
       new  751b397   Merge tag 'upstream/4.7.0'
       new  b652eb6   update changelog
       new  9fd5d6d   use github tarballs
      adds  9413cbe   New upstream version 4.7.0
       new  5a5479a   Merge tag 'upstream/4.7.0'
       new  51ccf83   refresh patches
       new  88cb0a8   upload to unstable

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                                        |  30 +-
 Appraisals                                         |  18 +-
 CONTRIBUTING.md                                    |  50 ++-
 GETTING_STARTED.md                                 | 234 ++++++++---
 Gemfile                                            |   5 +
 Gemfile.lock                                       | 149 ++++---
 LICENSE                                            |   2 +-
 NEWS                                               |  13 +-
 README.md                                          |  31 +-
 Rakefile                                           |   4 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   2 +-
 .../remove-simplecov-rubygems-require.patch        |   2 +-
 debian/patches/rspec3.patch                        | 130 ------
 debian/patches/series                              |   2 -
 debian/watch                                       |   3 +-
 factory_girl.gemspec                               |  20 +-
 features/step_definitions/factory_girl_steps.rb    |   4 +-
 gemfiles/3.1.gemfile                               |   7 -
 gemfiles/3.1.gemfile.lock                          |  91 ----
 gemfiles/3.2.gemfile                               |   5 +-
 gemfiles/3.2.gemfile.lock                          | 136 +++---
 gemfiles/4.0.gemfile                               |   5 +-
 gemfiles/4.0.gemfile.lock                          | 124 +++---
 gemfiles/4.1.gemfile                               |   5 +-
 gemfiles/4.1.gemfile.lock                          | 126 +++---
 gemfiles/4.2.gemfile                               |  10 +
 gemfiles/4.2.gemfile.lock                          | 123 ++++++
 gemfiles/5.0.gemfile                               |  10 +
 gemfiles/5.0.gemfile.lock                          | 126 ++++++
 lib/factory_girl.rb                                |  17 +-
 lib/factory_girl/attribute/dynamic.rb              |   5 +-
 lib/factory_girl/attribute_assigner.rb             |   4 +-
 lib/factory_girl/configuration.rb                  |   4 +
 lib/factory_girl/decorator.rb                      |   4 +-
 lib/factory_girl/decorator/class_key_hash.rb       |   3 +-
 lib/factory_girl/definition_proxy.rb               |   4 +-
 lib/factory_girl/evaluator.rb                      |   4 +
 lib/factory_girl/factory_runner.rb                 |   8 +-
 lib/factory_girl/find_definitions.rb               |   2 +-
 lib/factory_girl/linter.rb                         |  79 +++-
 lib/factory_girl/strategy/stub.rb                  |  26 +-
 .../strategy_syntax_method_registrar.rb            |   4 +
 lib/factory_girl/version.rb                        |   2 +-
 metadata.yml                                       | 458 ---------------------
 .../activesupport_instrumentation_spec.rb          |  11 +-
 spec/acceptance/build_stubbed_spec.rb              |   8 +
 spec/acceptance/callbacks_spec.rb                  |  10 +-
 spec/acceptance/definition_spec.rb                 |  33 ++
 spec/acceptance/global_initialize_with_spec.rb     |   2 +-
 spec/acceptance/initialize_with_spec.rb            |  20 +
 spec/acceptance/keyed_by_class_spec.rb             |  25 +-
 spec/acceptance/lint_spec.rb                       |  98 +++++
 spec/acceptance/modify_factories_spec.rb           |   6 +-
 spec/acceptance/sequence_context_spec.rb           |   2 +-
 spec/acceptance/traits_spec.rb                     |  12 +-
 spec/acceptance/transient_attributes_spec.rb       |   9 +-
 spec/factory_girl/find_definitions_spec.rb         |   4 +-
 spec/factory_girl/registry_spec.rb                 |   8 -
 spec/factory_girl/strategy/create_spec.rb          |   2 +-
 spec/factory_girl/strategy/stub_spec.rb            |   7 +
 spec/spec_helper.rb                                |   2 +-
 spec/support/macros/deprecation.rb                 |  18 +
 spec/support/matchers/delegate.rb                  |   2 +-
 64 files changed, 1287 insertions(+), 1090 deletions(-)
 delete mode 100644 debian/patches/rspec3.patch
 delete mode 100644 gemfiles/3.1.gemfile
 delete mode 100644 gemfiles/3.1.gemfile.lock
 create mode 100644 gemfiles/4.2.gemfile
 create mode 100644 gemfiles/4.2.gemfile.lock
 create mode 100644 gemfiles/5.0.gemfile
 create mode 100644 gemfiles/5.0.gemfile.lock
 delete mode 100644 metadata.yml
 create mode 100644 spec/support/macros/deprecation.rb

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



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