[DRE-commits] [ruby-fakefs] branch master updated (9a299d3 -> a4b2916)

Sebastian Boehm sometimesfood-guest at moszumanska.debian.org
Thu Apr 30 18:52:00 UTC 2015


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

sometimesfood-guest pushed a change to branch master
in repository ruby-fakefs.

      from  9a299d3   Missed dropping the depends/provides/conflicts lines regarding the transitional binary packages — Drop them now.
       new  d3d9636   Imported Upstream version 0.6.7
       new  9565bd3   Merge tag 'upstream/0.6.7'
       new  6b04b6e   Fix testsuite
       new  e4cd0f2   Bump Standards-Version
       new  f9a79e2   Fix lintian warning for debian/copyright
       new  b61f031   Add myself (Sebastian Boehm) to list of uploaders
       new  1aa316e   Remove unused patch
       new  b7e606b   Remove superfluous StringIO patch
       new  a4b2916   Update changelog for v0.6.7-1

The 9 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:
 .gitignore                                         |   12 +
 .rubocop.yml                                       |   45 +
 .travis.yml                                        |    8 +-
 CONTRIBUTORS                                       |   69 +-
 Gemfile                                            |    8 +-
 Gemfile.lock                                       |   31 -
 README.markdown                                    |   27 +-
 Rakefile                                           |   76 +-
 debian/changelog                                   |   14 +
 debian/control                                     |    6 +-
 debian/copyright                                   |    2 +-
 ...for-ruby-1.9.1-question-mark-must-end-the.patch |   25 -
 .../0001-remove-minitest-rg-dependency.patch       |   14 +
 ...sn-t-automatically-required-in-ruby-1.9.1.patch |   23 -
 debian/patches/series                              |    2 +-
 etc/git-rank-contributors                          |   57 +
 fakefs.gemspec                                     |  102 +-
 lib/fakefs/base.rb                                 |   33 +-
 lib/fakefs/dir.rb                                  |  135 +-
 lib/fakefs/fake/dir.rb                             |    8 +-
 lib/fakefs/fake/file.rb                            |   32 +-
 lib/fakefs/fake/symlink.rb                         |    9 +-
 lib/fakefs/file.rb                                 |  346 ++--
 lib/fakefs/file_system.rb                          |  106 +-
 lib/fakefs/file_test.rb                            |   23 +-
 lib/fakefs/fileutils.rb                            |  235 ++-
 lib/fakefs/kernel.rb                               |   43 +
 lib/fakefs/pathname.rb                             |  568 ++++---
 lib/fakefs/safe.rb                                 |    4 +-
 lib/fakefs/spec_helpers.rb                         |   54 +-
 lib/fakefs/version.rb                              |    3 +-
 metadata.yml                                       |  142 +-
 spec/fakefs/fakefs_bug_ruby_2.1.0-preview2_spec.rb |   18 +
 spec/fakefs/spec_helpers_spec.rb                   |   83 +-
 test/dir/tempfile_test.rb                          |   21 +
 test/fake/file/join_test.rb                        |    9 +-
 test/fake/file/lstat_test.rb                       |   47 +-
 test/fake/file/stat_test.rb                        |   25 +-
 test/fake/file/sysseek_test.rb                     |   31 +-
 test/fake/file/syswrite_test.rb                    |   51 +-
 test/fake/file_test.rb                             |   41 +-
 test/fake/symlink_test.rb                          |   31 +-
 test/fakefs_test.rb                                | 1686 +++++++++++++-------
 test/file/stat_test.rb                             |  111 +-
 test/kernel_test.rb                                |   53 +
 test/pathname_test.rb                              |   75 +
 test/safe_test.rb                                  |   28 +-
 test/test_helper.rb                                |   34 +-
 test/verify.rb                                     |   15 +-
 49 files changed, 3118 insertions(+), 1503 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 .rubocop.yml
 delete mode 100644 Gemfile.lock
 delete mode 100644 debian/patches/0001-Fix-a-test-for-ruby-1.9.1-question-mark-must-end-the.patch
 create mode 100644 debian/patches/0001-remove-minitest-rg-dependency.patch
 delete mode 100644 debian/patches/0002-StringIO-isn-t-automatically-required-in-ruby-1.9.1.patch
 create mode 100755 etc/git-rank-contributors
 mode change 100644 => 100755 lib/fakefs/file.rb
 create mode 100644 lib/fakefs/kernel.rb
 create mode 100644 spec/fakefs/fakefs_bug_ruby_2.1.0-preview2_spec.rb
 create mode 100644 test/dir/tempfile_test.rb
 mode change 100644 => 100755 test/fakefs_test.rb
 create mode 100644 test/kernel_test.rb
 create mode 100644 test/pathname_test.rb

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



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