[DRE-commits] [ruby-memfs] 02/02: Merge tag 'upstream/0.5.0'

Sebastien Badia sbadia-guest at moszumanska.debian.org
Thu Mar 3 14:58:54 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-memfs.

commit 35a8d3e117f3d229084092228514cfe1bfa6ca88
Merge: 5bafdbe e5c0477
Author: Sebastien Badia <seb at sebian.fr>
Date:   Thu Mar 3 10:57:37 2016 -0300

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0
    
    # gpg: Signature made Thu 03 Mar 2016 10:57:37 AM BRT
    # gpg:                using RSA key 0x8716CE4614A452D8
    # gpg: Good signature from "Sebastien Badia <seb at sebian.fr>"
    # gpg:                 aka "Sebastien Badia <seb at ldn-fai.net>"
    # gpg:                 aka "Sebastien Badia <sebastien at badia.fr>"
    # gpg:                 aka "Sebastien Badia <seb at gitoyen.net>"

 .gitignore                           |   18 +
 .rspec                               |    2 +
 .rubocop.yml                         |   29 +
 .travis.yml                          |    6 +
 CHANGELOG.md                         |   63 +
 Gemfile                              |    4 +
 Guardfile                            |    7 +
 LICENSE.txt                          |   22 +
 README.md                            |  182 +++
 Rakefile                             |   46 +
 lib/memfs.rb                         |  119 ++
 lib/memfs/dir.rb                     |  159 ++
 lib/memfs/fake/directory.rb          |   59 +
 lib/memfs/fake/entry.rb              |   94 ++
 lib/memfs/fake/file.rb               |   44 +
 lib/memfs/fake/file/content.rb       |   52 +
 lib/memfs/fake/symlink.rb            |   56 +
 lib/memfs/file.rb                    |  336 +++++
 lib/memfs/file/stat.rb               |  171 +++
 lib/memfs/file_system.rb             |  154 ++
 lib/memfs/filesystem_access.rb       |    9 +
 lib/memfs/io.rb                      |  204 +++
 lib/memfs/version.rb                 |    3 +
 memfs.gemspec                        |   31 +
 memfs.png                            |  Bin 0 -> 2609 bytes
 metadata.yml                         |  206 +++
 spec/fileutils_spec.rb               | 1004 +++++++++++++
 spec/memfs/dir_spec.rb               |  517 +++++++
 spec/memfs/fake/directory_spec.rb    |  135 ++
 spec/memfs/fake/entry_spec.rb        |  176 +++
 spec/memfs/fake/file/content_spec.rb |  160 ++
 spec/memfs/fake/file_spec.rb         |   59 +
 spec/memfs/fake/symlink_spec.rb      |  113 ++
 spec/memfs/file/stat_spec.rb         |  853 +++++++++++
 spec/memfs/file_spec.rb              | 2693 ++++++++++++++++++++++++++++++++++
 spec/memfs/file_system_spec.rb       |  441 ++++++
 spec/memfs_spec.rb                   |   79 +
 spec/spec_helper.rb                  |   36 +
 38 files changed, 8342 insertions(+)

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



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