golf 0.7.1 → 0.7.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/lib/golf/compiler.rb CHANGED
@@ -163,8 +163,11 @@ module Golf
163
163
  arr["js"] = ""
164
164
  end
165
165
 
166
+
166
167
  (doc/'//style').remove
167
168
  (doc/'//script').remove
169
+
170
+ puts doc.to_s
168
171
 
169
172
  arr["html"] = doc.to_s
170
173
 
data/lib/golf/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Golf
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
@@ -1,4 +1,4 @@
1
- Require 'rubygems'
1
+ require 'rubygems'
2
2
  require 'bundler'
3
3
 
4
4
  Bundler.require
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: golf
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.7.1
5
+ version: 0.7.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Micha Niskin, Alan Dipert, Julio Capote