Skip to content

Commit

Permalink
restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
ttilley committed Dec 13, 2009
1 parent 37abec8 commit 8264177
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitignore
@@ -1,7 +1,9 @@
*.sw? *.sw?
.DS_Store .DS_Store
.idea
/*.gem
coverage coverage
rdoc
pkg
nbproject nbproject
pkg
rdoc


2 changes: 1 addition & 1 deletion lib/fssm/backends/fsevents.rb
@@ -1,4 +1,4 @@
require 'fssm/fsevents' require File.join(File.dirname(__FILE__), 'rubycocoa/fsevents')


module FSSM::Backends module FSSM::Backends
class FSEvents class FSEvents
Expand Down
File renamed without changes.

0 comments on commit 8264177

Please sign in to comment.