Commit Graph

  • 1b88eccb5f merge up to master master John Bintz 2011-11-08 06:45:33 -0500
  • b363a8d470 Merge pull request #101 from marano/issue_100 Eero Saynatkari 2011-10-25 09:51:47 -0700
  • 69e300abd4 Merge pull request #108 from moretea/support_for_atime Eero Saynatkari 2011-10-25 08:24:10 -0700
  • 743477f4f4 Add support for atime Maarten Hoogendoorn 2011-10-25 16:44:13 +0200
  • 900be5173f Dir glob will accept multiple arguments. marano 2010-11-19 17:13:53 -0200
  • ec9c54e373 Add releasing notes Scott Taylor 2011-09-05 18:08:15 -0400
  • 8fedf0dc1b Update gemspec for 0.4.0 Scott Taylor 2011-09-05 17:55:55 -0400
  • da5e6210b2 Version bump - 0.4 Scott Taylor 2011-09-05 17:54:14 -0400
  • e4cb408558 Update 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
  • 4da1d58d66 FileUtils#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
  • 47b34075a8 Added some tests for relative nonexistent dirs to open. Eero Saynatkari 2011-05-08 22:44:03 +0300
  • 552dc8edb0 minor comment change Scott Taylor 2011-09-05 17:27:02 -0400
  • 9cbf2228a9 Rebase 492d62899 Scott Taylor 2011-09-05 17:26:11 -0400
  • 492d628994 File.open fails given nonexistent path or path to a dir. Closes #82. Eero Saynatkari 2011-05-08 22:31:44 +0300
  • 973a2ae1f3 FileUtils.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
  • 6a2a821c8a Raise a non implemented error Scott Taylor 2011-09-05 17:10:00 -0400
  • d98a06473e fixing FakeFS::FakeSymLink#to_s (Closes #69) Jared Luxenberg 2011-03-23 10:05:40 -0700
  • 1597e76c7f adding 'parent' attr_accessor to FakeFS::FakeSymlink (#69) Jared Luxenberg 2011-03-23 09:55:30 -0700
  • 8b0d10b94b Fix for {} patterns that have last element empty (Closes #65) Andrius Chamentauskas 2011-03-14 18:34:45 +0200
  • 6c7fd0291a Fix for finding files by patterns that include {..,..} (#65) Andrius Chamentauskas 2011-02-19 13:01:11 +0200
  • 2b13555845 Add a note about rails. Closes #67 Scott Taylor 2011-09-05 16:31:23 -0400
  • e81d0bdad1 Add Gemfile.lock to .gitignore (Closes #84) Lars Gierth 2011-06-25 20:00:52 +0200
  • 70a4d2621d Remove Gemfile.lock Lars Gierth 2011-06-25 19:30:38 +0200
  • 54def31e4a Fix test verifier (Closes #85) Lars Gierth 2011-06-25 19:39:18 +0200
  • 019a7f06a3 Minor refactoring Scott Taylor 2011-09-05 14:24:48 -0400
  • c24b338a2e Improved error handling for Dir.delete and Dir.entries Ryan McGeary 2011-07-27 21:47:11 -0400
  • 14367140a3 Added basic File#to_path support (Closes #92) Ryan McGeary 2011-07-27 21:59:56 -0400
  • a0e02ed974 Added fake FileTest.file? (Closes #94) Andrius Chamentauskas 2011-08-30 11:19:30 +0300
  • 7363b6f13b flock can't break John Bintz 2011-05-21 10:10:23 -0400
  • 1e074bf636 update gemspec Scott Taylor 2011-05-02 23:06:29 -0400
  • 3762fa2b35 update version to 0.3.2 Scott Taylor 2011-05-02 23:05:08 -0400
  • 1f948a0fd7 update contributors Scott Taylor 2011-05-02 22:54:26 -0400
  • 8bf4b5aeb0 Raising Errno::ENOENT exception with a particular path instead of src, which may be an array. Mariusz Pietrzyk 2010-12-28 10:25:19 +0100
  • 3916ffc91d Be polite; add new test to bottom of test file. Noah Paessel 2011-01-18 20:37:18 -0500
  • 2e55319dc0 add file#split. Closes #61 Noah Paessel 2011-01-18 20:22:26 -0500
  • 129b557160 add dev dependencies: jeweler, sdoc-helpers, rdiscount Scott Taylor 2011-05-02 21:59:18 -0400
  • c2d7f46bcb move around and reformat code Scott Taylor 2011-05-02 21:55:18 -0400
  • 903b8c5fd8 Add source :rubygems to Gemfile Scott Taylor 2011-05-02 21:54:56 -0400
  • 564387b6a3 Added Dir.mktmpdir and FileTest.directory? Closes #74 Eric MSP Veith 2011-04-02 14:40:40 +0000
  • f5913573ef add .rspec file to run specs with color Scott Taylor 2011-05-02 21:36:54 -0400
  • b556f7ba24 Add rspec 2 as a dev only dependency Scott Taylor 2011-05-02 21:36:33 -0400
  • fa612b194b Update rake tasks to use rspec 2. Scott Taylor 2011-05-02 21:36:07 -0400
  • 12532c8e37 Alias mkdir_p + makedirs for compatability with Rails3. Closes #79 timo3377 2011-04-19 12:14:17 -0700
  • 005ddaaeb2 allow for {p,q} literals in globs fix-glob-literals John Bintz 2011-02-18 16:14:13 -0500
  • a51767db52 Be polite; add new test to bottom of test file. file_split_topic Noah Paessel 2011-01-18 20:37:18 -0500
  • f366142c64 add file#split Noah Paessel 2011-01-18 20:22:26 -0500
  • fa2cacf2c3 update contributors with git-rank-contributors Scott Taylor 2010-12-27 13:26:18 -0500
  • 38b21498e7 add rake task: update_contributors Scott Taylor 2010-12-27 13:25:06 -0500
  • 254ccb0813 whitespace Scott Taylor 2010-12-27 13:22:20 -0500
  • 68c958df0d Fixes File#check_file_existence! always prints empty path. Closes #34 Lars Gierth 2010-12-27 19:01:38 +0100
  • 124a138254 Added failing test for GH-34 Lars Gierth 2010-12-27 18:57:21 +0100
  • 66c27ff31b FakeFS::Dir.glob works with a given block. Closes #39. Closes #55. Mariusz Pietrzyk 2010-12-26 01:05:26 +0100
  • 4e9355dc9e FileUtils.mv can now handle an array of sources Greg Campbell 2010-07-06 11:12:30 -0700
  • b91fddf98b Allows FileUtils.mv to move into a directory. Greg Campbell 2010-07-06 11:04:36 -0700
  • 9505210a90 handle FileUtils.mkdir. Closes #37 Scott Taylor 2010-12-27 12:43:32 -0500
  • 31597f5836 File.join delegates to RealFile.join. Closes #31 Aaron Suggs 2010-01-12 13:50:08 -0500
  • 4bf5f91774 whitespace Scott Taylor 2010-12-27 12:33:08 -0500
  • 076ef40678 Add File.rename (a primitive of FileUtils.mv). Closes #29 Aaron Suggs 2010-01-11 19:55:01 -0500
  • d422c6a79f Add File.utime for updating files' mtime. Closes #28 Scott Taylor 2010-12-27 12:01:45 -0500
  • d4c1e13db1 update docs gh-pages Scott Taylor 2010-12-18 14:28:01 -0500
  • c1db0b6960 update docs Scott Taylor 2010-12-18 14:22:02 -0500
  • b6e5d10c29 update gemspec to 0.3.1 v0.3.1 Scott Taylor 2010-12-18 14:19:49 -0500
  • c59eb01b95 bump version to 0.3.1 Scott Taylor 2010-12-18 14:19:20 -0500
  • a719e5af7b update docs Scott Taylor 2010-12-18 14:14:23 -0500
  • 1743731e43 update docs Scott Taylor 2010-12-18 14:14:00 -0500
  • 0d328a69d4 update docs v0.3.0 Scott Taylor 2010-12-18 14:13:33 -0500
  • 82cd8ae50b update gemspec Scott Taylor 2010-12-18 14:13:22 -0500
  • 7c19c1a02b update gemspec Scott Taylor 2010-12-15 23:15:36 -0500
  • e30c5f5a07 update gem authoris in gemspec Scott Taylor 2010-12-15 23:15:21 -0500
  • d7363f7c56 update version to 0.3.0 Scott Taylor 2010-12-15 23:13:41 -0500
  • 4168785dc8 update CONTRIBUTORS file. Scott Taylor 2010-12-15 23:10:28 -0500
  • c37ec38118 Added gemspec to repository, so bundler can use the gam straight off git. Victor Costan 2010-09-18 22:09:43 -0400
  • 82db05e85d Implemented 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
  • 6759a99780 formatting tweaks Scott Taylor 2010-12-15 23:01:21 -0500
  • 8354db1b77 Implemented File.ctime, File.stat(file).ctime, File.open(file){|f| f.ctime }, File.mtime, File.stat(file).mtime and File.open(file){|f| f.mtime } Víctor Martínez 2010-10-03 16:02:21 +0200
  • f59e9ba94e whitespace fix Scott Taylor 2010-12-15 22:55:56 -0500
  • 25c3b4e632 Fixed issue where Dir glob would not work properly when doing /**/*. marano 2010-11-03 14:09:23 -0200
  • aa0cb96b8e update CONTRIBUTORS Scott Taylor 2010-07-03 04:58:49 -0400
  • c2a9c13345 FileUtils.mv accepts options. Closes #35. Greg Campbell 2010-07-02 13:25:45 -0700
  • 97a68c01ba FileUtils#mkdir_p accepts options. Closes #41. Greg Campbell 2010-07-02 13:18:30 -0700
  • 5099b3cedb whitespace Scott Taylor 2010-06-22 01:56:14 -0400
  • 28950fa71c move require stringio to FakeFS::File Scott Taylor 2010-01-12 10:30:43 -0500
  • 522d871217 Make the default rake task [:test, :spec] Scott Taylor 2010-01-12 08:50:27 -0500
  • 491da764d1 Return true from FakeFS::activate! and ::deactivate! Scott Taylor 2010-01-12 08:36:23 -0500
  • 8ae8692ec7 Fix a test name Scott Taylor 2010-01-12 08:33:39 -0500
  • 53b74cf6c8 Add File::lstat, #lstat. Report the correct size for symlinks when using lstat. Closes Github #25 Scott Taylor 2010-01-12 00:49:16 -0500
  • 01735bb17a Implement File#sysseek Scott Taylor 2010-01-12 00:16:18 -0500
  • 75e4eeff65 Add File#syswrite, File#sysread. Closes Github #26 Scott Taylor 2010-01-11 23:42:53 -0500
  • 2069d3d16d Use color in tests if the redgreen package is around Scott Taylor 2010-01-11 23:14:23 -0500
  • 5a98b220d0 Add .autotest Scott Taylor 2010-01-11 23:08:44 -0500
  • 30d7ba0ee2 add Contributing section to the readme Chris Wanstrath 2010-01-11 18:10:23 -0800
  • 3c0f3e98d0 StringIO isn't automatically required in ruby 1.9.1 Scott Taylor 2009-12-05 16:45:11 -0500
  • a2b69ab9cf Whitespace Scott Taylor 2009-12-05 16:43:53 -0500
  • 4bd78884a9 Make verify.rb more dynamic. Check for both class and instance methods of: Scott Taylor 2009-12-04 05:02:48 -0500
  • 522976f09c Fix test/verify.rb to report the correct missing methods Scott Taylor 2009-12-04 04:54:09 -0500
  • f68cad18a0 Fix the comment to verify.rb Scott Taylor 2009-12-04 04:52:46 -0500
  • 2296655ca9 Call 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
  • b346c80e19 Cleanup "here" test helper Scott Taylor 2009-12-04 04:48:56 -0500
  • 74cb8d9ecf use require "test_helper" in *all* tests Scott Taylor 2009-12-04 04:38:44 -0500