chriseppstein-compass 0.8.1 → 0.8.2

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.
data/CHANGELOG.markdown CHANGED
@@ -1,6 +1,11 @@
1
1
  COMPASS CHANGELOG
2
2
  =================
3
3
 
4
+ 0.8.2 (July 04, 2009)
5
+ ---------------------
6
+
7
+ Fixed a bug that caused touch to fail on windows due to open files. (Contributor: Joe Wasson)
8
+
4
9
  0.8.1
5
10
  -----
6
11
 
@@ -390,4 +395,4 @@ Almost definitely. Please let me know if you encounter any problems and I'll get
390
395
  [enricob]: http://github.com/enricob
391
396
  [perezd]: http://github.com/perezd
392
397
  [Chrononaut]: http://github.com/Chrononaut
393
- [rails_template]: http://github.com/chriseppstein/compass/raw/4e7e51e2c5491851f66c77abf3f15194f2f8fb8d/lib/compass/app_integration/rails/templates/compass-install-rails.rb
398
+ [rails_template]: http://github.com/chriseppstein/compass/raw/4e7e51e2c5491851f66c77abf3f15194f2f8fb8d/lib/compass/app_integration/rails/templates/compass-install-rails.rb
data/REVISION CHANGED
@@ -1 +1 @@
1
- 0bb65bc17bf3983e088c41c4c8752f0fb85f051a
1
+ 1de07d81dc07bca446b9f911aff76243c1e515a2
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 1
2
+ :patch: 2
3
3
  :major: 0
4
4
  :minor: 8
@@ -33,7 +33,7 @@ module Compass
33
33
  options ||= self.options if self.respond_to?(:options)
34
34
  skip_write = options[:dry_run]
35
35
  if File.exists?(file_name)
36
- existing_contents = File.new(file_name).read
36
+ existing_contents = IO.read(file_name)
37
37
  if existing_contents == contents
38
38
  logger.record :identical, basename(file_name)
39
39
  skip_write = true
@@ -105,4 +105,4 @@ module Compass
105
105
  end
106
106
 
107
107
  end
108
- end
108
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-06-28 00:00:00 -07:00
12
+ date: 2009-07-04 00:00:00 -07:00
13
13
  default_executable: compass
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency