golf-coffee 1.0 → 1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/golf-coffee.gemspec +2 -2
- data/lib/golf-coffee.rb +2 -2
- metadata +3 -3
data/golf-coffee.gemspec
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "golf-coffee"
|
5
|
-
s.version = "1.
|
5
|
+
s.version = "1.1"
|
6
6
|
s.platform = Gem::Platform::RUBY
|
7
7
|
s.authors = ["Julio Capote"]
|
8
8
|
s.email = ["jcapote@gmail.com"]
|
9
9
|
s.homepage = "http://www.juliocapote.com"
|
10
10
|
s.summary = %q{coffee-script filter for golf}
|
11
|
-
s.description =
|
11
|
+
s.description = %q{}
|
12
12
|
|
13
13
|
s.add_dependency('golf')
|
14
14
|
s.add_dependency('therubyracer')
|
data/lib/golf-coffee.rb
CHANGED
@@ -3,12 +3,12 @@ module Golf
|
|
3
3
|
module Filter
|
4
4
|
class Coffee
|
5
5
|
def self.transform(data)
|
6
|
-
CoffeeScript.compile(data)
|
6
|
+
CoffeeScript.compile(data, :no_wrap => true)
|
7
7
|
end
|
8
8
|
end
|
9
9
|
class Cs
|
10
10
|
def self.transform(data)
|
11
|
-
CoffeeScript.compile(data)
|
11
|
+
CoffeeScript.compile(data, :no_wrap => true)
|
12
12
|
end
|
13
13
|
end
|
14
14
|
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: golf-coffee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: "1.
|
5
|
+
version: "1.1"
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Julio Capote
|
@@ -46,7 +46,7 @@ dependencies:
|
|
46
46
|
version: "0"
|
47
47
|
type: :runtime
|
48
48
|
version_requirements: *id003
|
49
|
-
description:
|
49
|
+
description: ""
|
50
50
|
email:
|
51
51
|
- jcapote@gmail.com
|
52
52
|
executables: []
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements: []
|
86
86
|
|
87
87
|
rubyforge_project: golf-coffee
|
88
|
-
rubygems_version: 1.6.
|
88
|
+
rubygems_version: 1.6.1
|
89
89
|
signing_key:
|
90
90
|
specification_version: 3
|
91
91
|
summary: coffee-script filter for golf
|