Skip to content

Commit

Permalink
Add note regarding manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Oct 20, 2021
1 parent 04ab811 commit e762509
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
as well. Thanks go to Scott Bradnick for the spot.
* The constructor is now explicitly private. This class was never meant to
actually be instantiated.
* Updated the MANIFEST.md file.

## 1.4.2 - 22-Jul-2021
* Fixed support for 32-bit Linux. Thanks go to ciprianbadescu for the spot.
Expand Down
12 changes: 6 additions & 6 deletions MANIFEST.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
* CHANGES.rdoc
* CHANGES.md
* Gemfile
* LICENSE
* MANIFEST.rdoc
* MANIFEST.md
* Rakefile
* README.rdoc
* README.md
* sys-fileystem.gemspec
* certs/djberg96_pub.pem
* examples/example_stat.rb
Expand All @@ -17,6 +17,6 @@
* lib/sys/windows/sys/filesystem/constants.rb
* lib/sys/windows/sys/filesystem/functions.rb
* lib/sys/windows/sys/filesystem/helper.rb
* test/test_sys_filesystem.rb
* test/test_sys_filesystem_unix
* test/test_sys_filesystem_windows
* spec/spec_helper.rb
* spec/sys_filesystem_unix_spec.rb
* spec/sys_filesystem_windows_spec.rb

0 comments on commit e762509

Please sign in to comment.