golf 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
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