sass 3.3.0.alpha.136 → 3.3.0.alpha.138

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 (45) hide show
  1. data/REVISION +1 -1
  2. data/VERSION +1 -1
  3. data/VERSION_DATE +1 -1
  4. data/lib/sass/plugin/compiler.rb +1 -17
  5. metadata +22 -47
  6. data/vendor/listen/CHANGELOG.md +0 -221
  7. data/vendor/listen/CONTRIBUTING.md +0 -38
  8. data/vendor/listen/Gemfile +0 -30
  9. data/vendor/listen/Guardfile +0 -8
  10. data/vendor/listen/LICENSE +0 -20
  11. data/vendor/listen/README.md +0 -315
  12. data/vendor/listen/Rakefile +0 -47
  13. data/vendor/listen/Vagrantfile +0 -96
  14. data/vendor/listen/lib/listen.rb +0 -40
  15. data/vendor/listen/lib/listen/adapter.rb +0 -214
  16. data/vendor/listen/lib/listen/adapters/bsd.rb +0 -112
  17. data/vendor/listen/lib/listen/adapters/darwin.rb +0 -85
  18. data/vendor/listen/lib/listen/adapters/linux.rb +0 -113
  19. data/vendor/listen/lib/listen/adapters/polling.rb +0 -67
  20. data/vendor/listen/lib/listen/adapters/windows.rb +0 -87
  21. data/vendor/listen/lib/listen/dependency_manager.rb +0 -126
  22. data/vendor/listen/lib/listen/directory_record.rb +0 -371
  23. data/vendor/listen/lib/listen/listener.rb +0 -225
  24. data/vendor/listen/lib/listen/multi_listener.rb +0 -143
  25. data/vendor/listen/lib/listen/turnstile.rb +0 -28
  26. data/vendor/listen/lib/listen/version.rb +0 -3
  27. data/vendor/listen/listen.gemspec +0 -22
  28. data/vendor/listen/spec/listen/adapter_spec.rb +0 -183
  29. data/vendor/listen/spec/listen/adapters/bsd_spec.rb +0 -36
  30. data/vendor/listen/spec/listen/adapters/darwin_spec.rb +0 -37
  31. data/vendor/listen/spec/listen/adapters/linux_spec.rb +0 -47
  32. data/vendor/listen/spec/listen/adapters/polling_spec.rb +0 -68
  33. data/vendor/listen/spec/listen/adapters/windows_spec.rb +0 -30
  34. data/vendor/listen/spec/listen/dependency_manager_spec.rb +0 -107
  35. data/vendor/listen/spec/listen/directory_record_spec.rb +0 -1225
  36. data/vendor/listen/spec/listen/listener_spec.rb +0 -169
  37. data/vendor/listen/spec/listen/multi_listener_spec.rb +0 -174
  38. data/vendor/listen/spec/listen/turnstile_spec.rb +0 -56
  39. data/vendor/listen/spec/listen_spec.rb +0 -73
  40. data/vendor/listen/spec/spec_helper.rb +0 -21
  41. data/vendor/listen/spec/support/adapter_helper.rb +0 -629
  42. data/vendor/listen/spec/support/directory_record_helper.rb +0 -55
  43. data/vendor/listen/spec/support/fixtures_helper.rb +0 -29
  44. data/vendor/listen/spec/support/listeners_helper.rb +0 -156
  45. data/vendor/listen/spec/support/platform_helper.rb +0 -15
data/REVISION CHANGED
@@ -1 +1 @@
1
- 7e512381422e5d3bc60b0aec36f61a743adffc70
1
+ 47381156165c00870099b227d675b6b4f64dd7dc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.3.0.alpha.136
1
+ 3.3.0.alpha.138
data/VERSION_DATE CHANGED
@@ -1 +1 @@
1
- 10 May 2013 20:15:10 GMT
1
+ 10 May 2013 22:40:42 GMT
@@ -213,23 +213,7 @@ module Sass::Plugin
213
213
  def watch(individual_files = [])
214
214
  update_stylesheets(individual_files)
215
215
 
216
- begin
217
- require 'listen'
218
- rescue LoadError => e
219
- dir = Sass::Util.scope("vendor/listen/lib")
220
- if $LOAD_PATH.include?(dir)
221
- e.message << "\n" <<
222
- if File.exists?(scope(".git"))
223
- 'Run "git submodule update --init" to get the recommended version.'
224
- else
225
- 'Run "gem install listen" to get it.'
226
- end
227
- raise e
228
- else
229
- $LOAD_PATH.unshift dir
230
- retry
231
- end
232
- end
216
+ require 'listen'
233
217
 
234
218
  template_paths = template_locations # cache the locations
235
219
  individual_files_hash = individual_files.inject({}) do |h, files|
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- hash: 592302621
4
+ hash: 592302617
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
9
  - 0
10
10
  - alpha
11
- - 136
12
- version: 3.3.0.alpha.136
11
+ - 138
12
+ version: 3.3.0.alpha.138
13
13
  platform: ruby
14
14
  authors:
15
15
  - Nathan Weizenbaum
@@ -23,9 +23,24 @@ date: 2013-05-10 00:00:00 -04:00
23
23
  default_executable:
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
- name: yard
26
+ name: listen
27
27
  prerelease: false
28
28
  requirement: &id001 !ruby/object:Gem::Requirement
29
+ none: false
30
+ requirements:
31
+ - - ~>
32
+ - !ruby/object:Gem::Version
33
+ hash: 5
34
+ segments:
35
+ - 0
36
+ - 7
37
+ version: "0.7"
38
+ type: :runtime
39
+ version_requirements: *id001
40
+ - !ruby/object:Gem::Dependency
41
+ name: yard
42
+ prerelease: false
43
+ requirement: &id002 !ruby/object:Gem::Requirement
29
44
  none: false
30
45
  requirements:
31
46
  - - ">="
@@ -37,11 +52,11 @@ dependencies:
37
52
  - 3
38
53
  version: 0.5.3
39
54
  type: :development
40
- version_requirements: *id001
55
+ version_requirements: *id002
41
56
  - !ruby/object:Gem::Dependency
42
57
  name: maruku
43
58
  prerelease: false
44
- requirement: &id002 !ruby/object:Gem::Requirement
59
+ requirement: &id003 !ruby/object:Gem::Requirement
45
60
  none: false
46
61
  requirements:
47
62
  - - ">="
@@ -53,7 +68,7 @@ dependencies:
53
68
  - 9
54
69
  version: 0.5.9
55
70
  type: :development
56
- version_requirements: *id002
71
+ version_requirements: *id003
57
72
  description: " Sass makes CSS fun again. Sass is an extension of CSS3, adding\n nested rules, variables, mixins, selector inheritance, and more.\n It's translated to well-formatted, standard CSS using the\n command line tool or a web-framework plugin.\n"
58
73
  email: sass-lang@googlegroups.com
59
74
  executables:
@@ -174,46 +189,6 @@ files:
174
189
  - lib/sass/util/multibyte_string_scanner.rb
175
190
  - lib/sass/util/subset_map.rb
176
191
  - lib/sass/version.rb
177
- - vendor/listen/CHANGELOG.md
178
- - vendor/listen/CONTRIBUTING.md
179
- - vendor/listen/Gemfile
180
- - vendor/listen/Guardfile
181
- - vendor/listen/LICENSE
182
- - vendor/listen/README.md
183
- - vendor/listen/Rakefile
184
- - vendor/listen/Vagrantfile
185
- - vendor/listen/lib/listen.rb
186
- - vendor/listen/lib/listen/adapter.rb
187
- - vendor/listen/lib/listen/adapters/bsd.rb
188
- - vendor/listen/lib/listen/adapters/darwin.rb
189
- - vendor/listen/lib/listen/adapters/linux.rb
190
- - vendor/listen/lib/listen/adapters/polling.rb
191
- - vendor/listen/lib/listen/adapters/windows.rb
192
- - vendor/listen/lib/listen/dependency_manager.rb
193
- - vendor/listen/lib/listen/directory_record.rb
194
- - vendor/listen/lib/listen/listener.rb
195
- - vendor/listen/lib/listen/multi_listener.rb
196
- - vendor/listen/lib/listen/turnstile.rb
197
- - vendor/listen/lib/listen/version.rb
198
- - vendor/listen/listen.gemspec
199
- - vendor/listen/spec/listen/adapter_spec.rb
200
- - vendor/listen/spec/listen/adapters/bsd_spec.rb
201
- - vendor/listen/spec/listen/adapters/darwin_spec.rb
202
- - vendor/listen/spec/listen/adapters/linux_spec.rb
203
- - vendor/listen/spec/listen/adapters/polling_spec.rb
204
- - vendor/listen/spec/listen/adapters/windows_spec.rb
205
- - vendor/listen/spec/listen/dependency_manager_spec.rb
206
- - vendor/listen/spec/listen/directory_record_spec.rb
207
- - vendor/listen/spec/listen/listener_spec.rb
208
- - vendor/listen/spec/listen/multi_listener_spec.rb
209
- - vendor/listen/spec/listen/turnstile_spec.rb
210
- - vendor/listen/spec/listen_spec.rb
211
- - vendor/listen/spec/spec_helper.rb
212
- - vendor/listen/spec/support/adapter_helper.rb
213
- - vendor/listen/spec/support/directory_record_helper.rb
214
- - vendor/listen/spec/support/fixtures_helper.rb
215
- - vendor/listen/spec/support/listeners_helper.rb
216
- - vendor/listen/spec/support/platform_helper.rb
217
192
  - bin/sass
218
193
  - bin/sass-convert
219
194
  - bin/scss
@@ -1,221 +0,0 @@
1
- ## 0.7.2 - January 11, 2013
2
-
3
- ### Bug fix
4
-
5
- - [#76] Exception on filename which is not in UTF-8. (fixed by [@piotr-sokolowski][])
6
-
7
- ## 0.7.1 - January 6, 2013
8
-
9
- ### Bug fix
10
-
11
- - [#75] Default high precision off if the mtime call fails. (fixed by [@zanker][])
12
-
13
- ## 0.7.0 - December 29, 2012
14
-
15
- ### Bug fixes
16
-
17
- - [#73] Rescue Errno::EOPNOTSUPP on sha1_checksum generation. (fixed by [@thibaudgg][])
18
-
19
- ### New feature
20
-
21
- - Add support for *BSD with rb-kqueue. ([@mat813][])
22
-
23
- ## 0.6.0 - November 21, 2012
24
-
25
- ### New feature
26
-
27
- - Add bang versions for filter and ignore listener methods. ([@tarsolya][])
28
-
29
- ## 0.5.3 - October 3, 2012
30
-
31
- ### Bug fixes
32
-
33
- - [#65] Fix ruby warning in adapter.rb. (fixed by [@vongruenigen][])
34
- - [#64] ENXIO raised when hashing UNIX domain socket file. (fixed by [@sunaku][])
35
-
36
- ## 0.5.2 - Septemper 23, 2012
37
-
38
- ### Bug fix
39
-
40
- - [#62] Fix double change callback with polling adapter. (fixed by [@thibaudgg][])
41
-
42
- ## 0.5.1 - Septemper 18, 2012
43
-
44
- ### Bug fix
45
-
46
- - [#61] Fix a synchronisation bug that caused constant fallback to polling. (fixed by [@Maher4Ever][])
47
-
48
- ## 0.5.0 - Septemper 1, 2012
49
-
50
- ### New features
51
-
52
- - Add a dependency manager to handle platform-specific gems. So there is no need anymore to install
53
- extra gems which will never be used on the user system. ([@Maher4Ever][])
54
- - Add a manual reporting mode to the adapters. ([@Maher4Ever][])
55
-
56
- ### Improvements
57
-
58
- - [#28] Enhance the speed of detecting changes on Windows by using the [WDM][] library. ([@Maher4Ever][])
59
-
60
- ## 0.4.7 - June 27, 2012
61
-
62
- ### Bug fixes
63
-
64
- - Increase latency to 0.25, to avoid useless polling fallback. (fixed by [@thibaudgg][])
65
- - Change watched inotify events, to avoid duplication callback. (fixed by [@thibaudgg][])
66
- - [#41](https://github.com/guard/listen/issues/41) Use lstat instead of stat when calculating mtime. (fixed by [@ebroder][])
67
-
68
- ## 0.4.6 - June 20, 2012
69
-
70
- ### Bug fix
71
-
72
- - [#39](https://github.com/guard/listen/issues/39) Fix digest race condition. (fixed by [@dkubb][])
73
-
74
- ## 0.4.5 - June 13, 2012
75
-
76
- ### Bug fix
77
-
78
- - [#39](https://github.com/guard/listen/issues/39) Rescue Errno::ENOENT when path inserted doesn't exist. (reported by [@textgoeshere][], fixed by [@thibaudgg][] and [@rymai][])
79
-
80
- ## 0.4.4 - June 8, 2012
81
-
82
- ### Bug fixes
83
-
84
- - ~~[#39](https://github.com/guard/listen/issues/39) Non-existing path insertion bug. (reported by [@textgoeshere][], fixed by [@thibaudgg][])~~
85
- - Fix relative path for directories containing special characters. (reported by [@napcs][], fixed by [@netzpirat][])
86
-
87
- ## 0.4.3 - June 6, 2012
88
-
89
- ### Bug fixes
90
-
91
- - [#24](https://github.com/guard/listen/issues/24) Fail gracefully when the inotify limit is not enough for Listen to function. (reported by [@daemonza][], fixed by [@Maher4Ever][])
92
- - [#32](https://github.com/guard/listen/issues/32) Fix a crash when trying to calculate the checksum of unreadable files. (reported by [@nex3][], fixed by [@Maher4Ever][])
93
-
94
- ### Improvements
95
-
96
- - Add `#relative_paths` method to listeners. ([@Maher4Ever][])
97
- - Add `#started?` query-method to adapters. ([@Maher4Ever][])
98
- - Dynamically detect the mtime precision used on a system. ([@Maher4Ever][] with help from [@nex3][])
99
-
100
- ## 0.4.2 - May 1, 2012
101
-
102
- ### Bug fixes
103
-
104
- - [#21](https://github.com/guard/listen/issues/21) Issues when listening to changes in relative paths. (reported by [@akerbos][], fixed by [@Maher4Ever][])
105
- - [#27](https://github.com/guard/listen/issues/27) Wrong reports for files modifications. (reported by [@cobychapple][], fixed by [@Maher4Ever][])
106
- - Fix segmentation fault when profiling on Windows. ([@Maher4Ever][])
107
- - Fix redundant watchers on Windows. ([@Maher4Ever][])
108
-
109
- ### Improvements
110
-
111
- - [#17](https://github.com/guard/listen/issues/17) Use regexp-patterns with the `ignore` method instead of supplying paths. (reported by [@fny][], added by [@Maher4Ever][])
112
- - Speed improvement when listening to changes in directories with ignored paths. ([@Maher4Ever][])
113
- - Added `.rbx` and `.svn` to ignored directories. ([@Maher4Ever][])
114
-
115
- ## 0.4.1 - April 15, 2012
116
-
117
- ### Bug fix
118
-
119
- - [#18](https://github.com/guard/listen/issues/18) Listener crashes when removing directories with nested paths. (reported by [@daemonza][], fixed by [@Maher4Ever][])
120
-
121
- ## 0.4.0 - April 9, 2012
122
-
123
- ### New features
124
-
125
- - Add `wait_for_callback` method to all adapters. ([@Maher4Ever][])
126
- - Add `Listen::MultiListener` class to listen to multiple directories at once. ([@Maher4Ever][])
127
- - Allow passing multiple directories to the `Listen.to` method. ([@Maher4Ever][])
128
- - Add `blocking` option to `Listen#start` which can be used to disable blocking the current thread upon starting. ([@Maher4Ever][])
129
- - Use absolute-paths in callbacks by default instead of relative-paths. ([@Maher4Ever][])
130
- - Add `relative_paths` option to `Listen::Listener` to retain the old functionality. ([@Maher4Ever][])
131
-
132
- ### Improvements
133
-
134
- - Encapsulate thread spawning in the linux-adapter. ([@Maher4Ever][])
135
- - Encapsulate thread spawning in the darwin-adapter. ([@Maher4Ever][] with [@scottdavis][] help)
136
- - Encapsulate thread spawning in the windows-adapter. ([@Maher4Ever][])
137
- - Fix linux-adapter bug where Listen would report file-modification events on the parent-directory. ([@Maher4Ever][])
138
-
139
- ### Change
140
-
141
- - Remove `wait_until_listening` as adapters doesn't need to run inside threads anymore ([@Maher4Ever][])
142
-
143
- ## 0.3.3 - March 6, 2012
144
-
145
- ### Improvement
146
-
147
- - Improve pause/unpause. ([@thibaudgg][])
148
-
149
- ## 0.3.2 - March 4, 2012
150
-
151
- ### New feature
152
-
153
- - Add pause/unpause listener's methods. ([@thibaudgg][])
154
-
155
- ## 0.3.1 - February 22, 2012
156
-
157
- ### Bug fix
158
-
159
- - [#9](https://github.com/guard/listen/issues/9) Ignore doesn't seem to work. (reported by [@markiz][], fixed by [@thibaudgg][])
160
-
161
- ## 0.3.0 - February 21, 2012
162
-
163
- ### New features
164
-
165
- - Add automatic fallback to polling if system adapter doesn't work (like a DropBox folder). ([@thibaudgg][])
166
- - Add latency and force_polling options. ([@Maher4Ever][])
167
-
168
- ## 0.2.0 - February 13, 2012
169
-
170
- ### New features
171
-
172
- - Add checksum comparaison support for detecting consecutive file modifications made during the same second. ([@thibaudgg][])
173
- - Add rb-fchange support. ([@thibaudgg][])
174
- - Add rb-inotify support. ([@thibaudgg][] with [@Maher4Ever][] help)
175
- - Add rb-fsevent support. ([@thibaudgg][])
176
- - Add non-recursive diff with multiple directories support. ([@thibaudgg][])
177
- - Ignore .DS_Store by default. ([@thibaudgg][])
178
-
179
- ## 0.1.0 - January 28, 2012
180
-
181
- - First version with only a polling adapter and basic features set (ignore & filter). ([@thibaudgg][])
182
-
183
- <!--- The following link definition list is generated by PimpMyChangelog --->
184
- [#9]: https://github.com/guard/listen/issues/9
185
- [#17]: https://github.com/guard/listen/issues/17
186
- [#18]: https://github.com/guard/listen/issues/18
187
- [#21]: https://github.com/guard/listen/issues/21
188
- [#24]: https://github.com/guard/listen/issues/24
189
- [#27]: https://github.com/guard/listen/issues/27
190
- [#28]: https://github.com/guard/listen/issues/28
191
- [#32]: https://github.com/guard/listen/issues/32
192
- [#41]: https://github.com/guard/listen/issues/41
193
- [#61]: https://github.com/guard/listen/issues/61
194
- [#62]: https://github.com/guard/listen/issues/62
195
- [#64]: https://github.com/guard/listen/issues/64
196
- [#65]: https://github.com/guard/listen/issues/65
197
- [#73]: https://github.com/guard/listen/issues/73
198
- [#75]: https://github.com/guard/listen/issues/75
199
- [#76]: https://github.com/guard/listen/issues/76
200
- [@Maher4Ever]: https://github.com/Maher4Ever
201
- [@dkubb]: https://github.com/dkubb
202
- [@ebroder]: https://github.com/ebroder
203
- [@akerbos]: https://github.com/akerbos
204
- [@cobychapple]: https://github.com/cobychapple
205
- [@daemonza]: https://github.com/daemonza
206
- [@fny]: https://github.com/fny
207
- [@markiz]: https://github.com/markiz
208
- [@mat813]: https://github.com/mat813
209
- [@napcs]: https://github.com/napcs
210
- [@netzpirat]: https://github.com/netzpirat
211
- [@nex3]: https://github.com/nex3
212
- [@piotr-sokolowski]: https://github.com/piotr-sokolowski
213
- [@rymai]: https://github.com/rymai
214
- [@scottdavis]: https://github.com/scottdavis
215
- [@sunaku]: https://github.com/sunaku
216
- [@textgoeshere]: https://github.com/textgoeshere
217
- [@thibaudgg]: https://github.com/thibaudgg
218
- [@tarsolya]: https://github.com/tarsolya
219
- [@vongruenigen]: https://github.com/vongruenigen
220
- [@zanker]: https://github.com/zanker
221
- [WDM]: https://github.com/Maher4Ever/wdm
@@ -1,38 +0,0 @@
1
- Contribute to Listen
2
- ===================
3
-
4
- File an issue
5
- -------------
6
-
7
- You can report bugs and feature requests to [GitHub Issues](https://github.com/guard/listen/issues).
8
-
9
- **Please don't ask question in the issue tracker**, instead ask them in our
10
- [Google group](http://groups.google.com/group/guard-dev) or on `#guard` (irc.freenode.net).
11
-
12
- Try to figure out where the issue belongs to: Is it an issue with Listen itself or with Guard?
13
-
14
- When you file a bug, please try to follow these simple rules if applicable:
15
-
16
- * Make sure you run Listen with `bundle exec` first.
17
- * Add your `Guardfile` (if used) and `Gemfile` to the issue.
18
- * Make sure that the issue is reproducible with your description.
19
-
20
- **It's most likely that your bug gets resolved faster if you provide as much information as possible!**
21
-
22
- Development
23
- -----------
24
-
25
- * Documentation hosted at [RubyDoc](http://rubydoc.info/github/guard/listen/master/frames).
26
- * Source hosted at [GitHub](https://github.com/guard/listen).
27
-
28
- Pull requests are very welcome! Please try to follow these simple rules if applicable:
29
-
30
- * Please create a topic branch for every separate change you make.
31
- * Make sure your patches are well tested. All specs run with `rake spec` must pass.
32
- * Update the [Yard](http://yardoc.org/) documentation.
33
- * Update the [README](https://github.com/guard/listen/blob/master/README.md).
34
- * Update the [CHANGELOG](https://github.com/guard/listen/blob/master/CHANGELOG.md) for noteworthy changes.
35
- * Please **do not change** the version number.
36
-
37
- For questions please join us in our [Google group](http://groups.google.com/group/guard-dev) or on
38
- `#guard` (irc.freenode.net).
@@ -1,30 +0,0 @@
1
- require 'rbconfig'
2
-
3
- source :rubygems
4
-
5
- gemspec
6
-
7
- gem 'rake'
8
-
9
- gem 'rb-kqueue', '~> 0.2' if RbConfig::CONFIG['target_os'] =~ /freebsd/i
10
- gem 'rb-fsevent', '~> 0.9.1' if RbConfig::CONFIG['target_os'] =~ /darwin(1.+)?$/i
11
- gem 'rb-inotify', '~> 0.8.8', :github => 'mbj/rb-inotify' if RbConfig::CONFIG['target_os'] =~ /linux/i
12
- gem 'wdm', '~> 0.0.3' if RbConfig::CONFIG['target_os'] =~ /mswin|mingw/i
13
-
14
- group :development do
15
- platform :ruby do
16
- gem 'coolline'
17
- end
18
-
19
- gem 'guard'
20
- gem 'guard-rspec'
21
- gem 'yard'
22
- gem 'redcarpet'
23
- gem 'pry'
24
-
25
- gem 'vagrant'
26
- end
27
-
28
- group :test do
29
- gem 'rspec'
30
- end
@@ -1,8 +0,0 @@
1
- guard :rspec, :all_on_start => false, :all_after_pass => false do
2
- watch(%r{^spec/.+_spec\.rb$})
3
- watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
4
- watch('spec/support/adapter_helper.rb') { "spec/listen/adapters" }
5
- watch('spec/support/listener_helper.rb') { "spec/listen/listener_spec.rb" }
6
- watch('spec/support/fixtures_helper.rb') { "spec" }
7
- watch('spec/spec_helper.rb') { "spec" }
8
- end