[DRE-commits] [ruby-factory-girl] 01/05: Merge tag 'upstream/4.5.0'

Cédric Boutillier boutil at moszumanska.debian.org
Fri Sep 11 13:46:19 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-factory-girl.

commit b3c9f2d20619350d41f9e86a93bcd2bf40e9f5f1
Merge: 6c2b9a6 9fe11ec
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Sep 11 14:54:54 2015 +0200

    Merge tag 'upstream/4.5.0'
    
    Upstream version 4.5.0
    
    # gpg: Signature made ven. 11 sept. 2015 14:54:53 CEST using RSA key ID 39CD217A
    # gpg: Good signature from "Cédric Boutillier <boutil at debian.org>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at upmc.fr>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at polytechnique.org>"
    # gpg:                 aka "Cédric Boutillier <cedric.boutillier at gmail.com>"

 .travis.yml                                   |   1 +
 .yardopts                                     |   2 +-
 Appraisals                                    |   4 ++
 CONTRIBUTION_GUIDELINES.md => CONTRIBUTING.md |   0
 GETTING_STARTED.md                            |  78 +++++++++++++--------
 Gemfile                                       |   4 +-
 Gemfile.lock                                  |  30 ++++----
 NEWS                                          |   7 ++
 README.md                                     |   9 +--
 checksums.yaml.gz                             | Bin 268 -> 0 bytes
 factory_girl.gemspec                          |   5 +-
 gemfiles/3.1.gemfile                          |   4 +-
 gemfiles/3.1.gemfile.lock                     |  58 ++++++++-------
 gemfiles/3.2.gemfile                          |   4 +-
 gemfiles/3.2.gemfile.lock                     |  50 +++++++------
 gemfiles/4.0.gemfile                          |   4 +-
 gemfiles/4.0.gemfile.lock                     |  72 +++++++++----------
 gemfiles/4.1.gemfile                          |   7 ++
 gemfiles/4.1.gemfile.lock                     |  93 ++++++++++++++++++++++++
 lib/factory_girl.rb                           |  21 +-----
 lib/factory_girl/attribute_assigner.rb        |   2 +-
 lib/factory_girl/definition_proxy.rb          |   6 ++
 lib/factory_girl/find_definitions.rb          |   2 +-
 lib/factory_girl/linter.rb                    |  46 ++++++++++++
 lib/factory_girl/strategy/stub.rb             |  12 ++--
 lib/factory_girl/version.rb                   |   2 +-
 metadata.yml                                  |  97 ++++++++++++++++----------
 spec/acceptance/create_list_spec.rb           |   4 +-
 spec/acceptance/initialize_with_spec.rb       |  14 ++--
 spec/acceptance/lint_spec.rb                  |  24 +++++--
 spec/acceptance/private_attributes_spec.rb    |  20 ++++++
 spec/acceptance/transient_attributes_spec.rb  |  33 ++++++++-
 spec/factory_girl/definition_proxy_spec.rb    |   4 +-
 spec/factory_girl/strategy/stub_spec.rb       |   4 +-
 34 files changed, 494 insertions(+), 229 deletions(-)

-- 
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