1b88eccb5fmerge up to master
master
John Bintz
2011-11-08 06:45:33 -0500
b363a8d470Merge pull request #101 from marano/issue_100
Eero Saynatkari
2011-10-25 09:51:47 -0700
69e300abd4Merge pull request #108 from moretea/support_for_atime
Eero Saynatkari
2011-10-25 08:24:10 -0700
743477f4f4Add support for atime
Maarten Hoogendoorn
2011-10-25 16:44:13 +0200
900be5173fDir glob will accept multiple arguments.
marano
2010-11-19 17:13:53 -0200
ec9c54e373Add releasing notes
Scott Taylor
2011-09-05 18:08:15 -0400
8fedf0dc1bUpdate gemspec for 0.4.0
Scott Taylor
2011-09-05 17:55:55 -0400
da5e6210b2Version bump - 0.4
Scott Taylor
2011-09-05 17:54:14 -0400
e4cb408558Update contributors
Scott Taylor
2011-09-05 17:50:29 -0400
600b1150ef* fixing File#exist? for symlinks (should return false when target of symlink does not exist) * changing name of root directory to '/' * support for relative targets for symlinks - File#readlink should return the target of the symlink (Closes#71)
Jared Luxenberg
2011-03-23 17:33:25 -0700
4da1d58d66FileUtils#rm and File#delete should raise Errno::ENOENT when any file does not exist (Closes#70)
Scott Taylor
2011-09-05 17:34:09 -0400
47b34075a8Added some tests for relative nonexistent dirs to open.
Eero Saynatkari
2011-05-08 22:44:03 +0300
552dc8edb0minor comment change
Scott Taylor
2011-09-05 17:27:02 -0400
492d628994File.open fails given nonexistent path or path to a dir. Closes#82.
Eero Saynatkari
2011-05-08 22:31:44 +0300
973a2ae1f3FileUtils.ln_s should raise an error if symlinking to a subpath which does not exist (and :force => true is not provided)
Scott Taylor
2011-09-05 17:18:29 -0400
6a2a821c8aRaise a non implemented error
Scott Taylor
2011-09-05 17:10:00 -0400
d98a06473efixing FakeFS::FakeSymLink#to_s (Closes#69)
Jared Luxenberg
2011-03-23 10:05:40 -0700
1597e76c7fadding 'parent' attr_accessor to FakeFS::FakeSymlink (#69)
Jared Luxenberg
2011-03-23 09:55:30 -0700
8b0d10b94bFix for {} patterns that have last element empty (Closes#65)
Andrius Chamentauskas
2011-03-14 18:34:45 +0200
6c7fd0291aFix for finding files by patterns that include {..,..} (#65)
Andrius Chamentauskas
2011-02-19 13:01:11 +0200
2b13555845Add a note about rails. Closes#67
Scott Taylor
2011-09-05 16:31:23 -0400
e81d0bdad1Add Gemfile.lock to .gitignore (Closes#84)
Lars Gierth
2011-06-25 20:00:52 +0200
70a4d2621dRemove Gemfile.lock
Lars Gierth
2011-06-25 19:30:38 +0200
54def31e4aFix test verifier (Closes#85)
Lars Gierth
2011-06-25 19:39:18 +0200
019a7f06a3Minor refactoring
Scott Taylor
2011-09-05 14:24:48 -0400
c24b338a2eImproved error handling for Dir.delete and Dir.entries
Ryan McGeary
2011-07-27 21:47:11 -0400
14367140a3Added basic File#to_path support (Closes#92)
Ryan McGeary
2011-07-27 21:59:56 -0400
a0e02ed974Added fake FileTest.file? (Closes#94)
Andrius Chamentauskas
2011-08-30 11:19:30 +0300
7363b6f13bflock can't break
John Bintz
2011-05-21 10:10:23 -0400
1e074bf636update gemspec
Scott Taylor
2011-05-02 23:06:29 -0400
3762fa2b35update version to 0.3.2
Scott Taylor
2011-05-02 23:05:08 -0400
1f948a0fd7update contributors
Scott Taylor
2011-05-02 22:54:26 -0400
8bf4b5aeb0Raising Errno::ENOENT exception with a particular path instead of src, which may be an array.
Mariusz Pietrzyk
2010-12-28 10:25:19 +0100
3916ffc91dBe polite; add new test to bottom of test file.
Noah Paessel
2011-01-18 20:37:18 -0500
82cd8ae50bupdate gemspec
Scott Taylor
2010-12-18 14:13:22 -0500
7c19c1a02bupdate gemspec
Scott Taylor
2010-12-15 23:15:36 -0500
e30c5f5a07update gem authoris in gemspec
Scott Taylor
2010-12-15 23:15:21 -0500
d7363f7c56update version to 0.3.0
Scott Taylor
2010-12-15 23:13:41 -0500
4168785dc8update CONTRIBUTORS file.
Scott Taylor
2010-12-15 23:10:28 -0500
c37ec38118Added gemspec to repository, so bundler can use the gam straight off git.
Victor Costan
2010-09-18 22:09:43 -0400
82db05e85dImplemented File.autoclose?, File.autoclose=, File.fdatasync and File.size which are new on ruby-1.9.2
Víctor Martínez
2010-10-03 18:02:17 +0200
6759a99780formatting tweaks
Scott Taylor
2010-12-15 23:01:21 -0500
5099b3cedbwhitespace
Scott Taylor
2010-06-22 01:56:14 -0400
28950fa71cmove require stringio to FakeFS::File
Scott Taylor
2010-01-12 10:30:43 -0500
522d871217Make the default rake task [:test, :spec]
Scott Taylor
2010-01-12 08:50:27 -0500
491da764d1Return true from FakeFS::activate! and ::deactivate!
Scott Taylor
2010-01-12 08:36:23 -0500
8ae8692ec7Fix a test name
Scott Taylor
2010-01-12 08:33:39 -0500
53b74cf6c8Add File::lstat, #lstat. Report the correct size for symlinks when using lstat. Closes Github #25
Scott Taylor
2010-01-12 00:49:16 -0500
01735bb17aImplement File#sysseek
Scott Taylor
2010-01-12 00:16:18 -0500
75e4eeff65Add File#syswrite, File#sysread. Closes Github #26
Scott Taylor
2010-01-11 23:42:53 -0500
2069d3d16dUse color in tests if the redgreen package is around
Scott Taylor
2010-01-11 23:14:23 -0500
5a98b220d0Add .autotest
Scott Taylor
2010-01-11 23:08:44 -0500
30d7ba0ee2add Contributing section to the readme
Chris Wanstrath
2010-01-11 18:10:23 -0800
3c0f3e98d0StringIO isn't automatically required in ruby 1.9.1
Scott Taylor
2009-12-05 16:45:11 -0500
a2b69ab9cfWhitespace
Scott Taylor
2009-12-05 16:43:53 -0500
4bd78884a9Make verify.rb more dynamic. Check for both class and instance methods of:
Scott Taylor
2009-12-04 05:02:48 -0500
522976f09cFix test/verify.rb to report the correct missing methods
Scott Taylor
2009-12-04 04:54:09 -0500
f68cad18a0Fix the comment to verify.rb
Scott Taylor
2009-12-04 04:52:46 -0500
2296655ca9Call FakeFS.activate! && FakeFS.deactivate! when surrounding RealFileUtils - "test/subdir" was accidentally being created on the file system
Scott Taylor
2009-12-04 04:50:04 -0500
b346c80e19Cleanup "here" test helper
Scott Taylor
2009-12-04 04:48:56 -0500
74cb8d9ecfuse require "test_helper" in *all* tests
Scott Taylor
2009-12-04 04:38:44 -0500