golf 0.7.7 → 0.7.8

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/lib/golf/filter.rb CHANGED
@@ -4,8 +4,6 @@ require 'compass'
4
4
  require 'fileutils'
5
5
  require 'erb'
6
6
 
7
- Compass.add_project_configuration("doesnt/really/matter")
8
-
9
7
  module Golf
10
8
  module Filter
11
9
  class Scss
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.7.7"
2
+ VERSION = "0.7.8"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 7
9
- version: 0.7.7
8
+ - 8
9
+ version: 0.7.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Micha Niskin, Alan Dipert, Julio Capote
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2011-04-18 00:00:00 -04:00
17
+ date: 2011-05-09 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -117,7 +117,6 @@ files:
117
117
  - lib/golf/filter.rb
118
118
  - lib/golf/rack.rb
119
119
  - lib/golf/version.rb
120
- - resources/.jquery.js.swn
121
120
  - resources/Gemfile.lock
122
121
  - resources/app_error.html
123
122
  - resources/index.html
Binary file