[DRE-commits] [ruby-fakefs] 02/09: Merge tag 'upstream/0.6.7'
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 commit to branch master
in repository ruby-fakefs.
commit 9565bd36bf4923ac60cd94349c72432a96236bb6
Merge: 9a299d3 d3d9636
Author: Sebastian Boehm <sebastian at sometimesfood.org>
Date: Thu Apr 30 15:45:16 2015 +0200
Merge tag 'upstream/0.6.7'
Upstream version 0.6.7
.gitignore | 12 +
.rubocop.yml | 45 +
.travis.yml | 8 +-
CONTRIBUTORS | 69 +-
Gemfile | 8 +-
Gemfile.lock | 31 -
README.markdown | 27 +-
Rakefile | 76 +-
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 +-
42 files changed, 3085 insertions(+), 1450 deletions(-)
--
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