sass 3.2.0.alpha.102 → 3.2.0.alpha.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. metadata +5 -41
  4. data/vendor/fssm/Gemfile +0 -3
  5. data/vendor/fssm/LICENSE +0 -20
  6. data/vendor/fssm/README.markdown +0 -83
  7. data/vendor/fssm/Rakefile +0 -11
  8. data/vendor/fssm/example.rb +0 -12
  9. data/vendor/fssm/ext/rakefile.rb +0 -14
  10. data/vendor/fssm/fssm.gemspec +0 -27
  11. data/vendor/fssm/lib/fssm.rb +0 -74
  12. data/vendor/fssm/lib/fssm/backends/fsevents.rb +0 -36
  13. data/vendor/fssm/lib/fssm/backends/inotify.rb +0 -26
  14. data/vendor/fssm/lib/fssm/backends/polling.rb +0 -25
  15. data/vendor/fssm/lib/fssm/backends/rbfsevent.rb +0 -42
  16. data/vendor/fssm/lib/fssm/backends/rubycocoa/fsevents.rb +0 -131
  17. data/vendor/fssm/lib/fssm/monitor.rb +0 -36
  18. data/vendor/fssm/lib/fssm/path.rb +0 -94
  19. data/vendor/fssm/lib/fssm/pathname.rb +0 -36
  20. data/vendor/fssm/lib/fssm/state/directory.rb +0 -75
  21. data/vendor/fssm/lib/fssm/state/file.rb +0 -24
  22. data/vendor/fssm/lib/fssm/support.rb +0 -87
  23. data/vendor/fssm/lib/fssm/tree.rb +0 -176
  24. data/vendor/fssm/lib/fssm/version.rb +0 -3
  25. data/vendor/fssm/profile/prof-cache.rb +0 -40
  26. data/vendor/fssm/profile/prof-fssm-pathname.html +0 -1231
  27. data/vendor/fssm/profile/prof-pathname-rubinius.rb +0 -35
  28. data/vendor/fssm/profile/prof-pathname.rb +0 -68
  29. data/vendor/fssm/profile/prof-plain-pathname.html +0 -988
  30. data/vendor/fssm/profile/prof.html +0 -2379
  31. data/vendor/fssm/spec/count_down_latch.rb +0 -151
  32. data/vendor/fssm/spec/monitor_spec.rb +0 -202
  33. data/vendor/fssm/spec/path_spec.rb +0 -96
  34. data/vendor/fssm/spec/root/duck/quack.txt +0 -0
  35. data/vendor/fssm/spec/root/file.css +0 -0
  36. data/vendor/fssm/spec/root/file.rb +0 -0
  37. data/vendor/fssm/spec/root/file.yml +0 -0
  38. data/vendor/fssm/spec/root/moo/cow.txt +0 -0
  39. data/vendor/fssm/spec/spec_helper.rb +0 -14
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,14 +0,0 @@
1
- $LOAD_PATH.unshift(File.dirname(__FILE__))
2
- $LOAD_PATH.unshift(File.expand_path('../lib', File.dirname(__FILE__)))
3
-
4
- require 'rubygems'
5
- require 'bundler/setup'
6
- require 'fssm'
7
-
8
- require 'rspec'
9
-
10
- RSpec.configure do |config|
11
- config.before :all do
12
- @watch_root = FSSM::Pathname.new(__FILE__).dirname.join('root').expand_path
13
- end
14
- end