[DRE-commits] [ruby-factory-girl] branch master updated (6c2b9a6 -> df83fa7)

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 change to branch master
in repository ruby-factory-girl.

      from  6c2b9a6   removed versioned rails deps
      adds  9fe11ec   Imported Upstream version 4.5.0
       new  b3c9f2d   Merge tag 'upstream/4.5.0'
       new  307941e   Port specs to RSpec3 (Closes: #795033)
       new  9963954   Refresh packaging with dh-make-ruby -w
       new  fef5c5d   change name of doc file
       new  df83fa7   prepare changelog

The 5 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                                   |   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
 debian/changelog                              |  11 +++
 debian/compat                                 |   2 +-
 debian/control                                |  24 ++++-
 debian/patches/rspec3.patch                   | 130 ++++++++++++++++++++++++++
 debian/patches/series                         |   1 +
 debian/ruby-factory-girl.docs                 |   2 +-
 debian/ruby-tests.rake                        |   8 +-
 debian/rules                                  |   5 +-
 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 +-
 42 files changed, 664 insertions(+), 242 deletions(-)
 rename CONTRIBUTION_GUIDELINES.md => CONTRIBUTING.md (100%)
 delete mode 100644 checksums.yaml.gz
 create mode 100644 debian/patches/rspec3.patch
 create mode 100644 gemfiles/4.1.gemfile
 create mode 100644 gemfiles/4.1.gemfile.lock
 create mode 100644 lib/factory_girl/linter.rb
 create mode 100644 spec/acceptance/private_attributes_spec.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