livescript-source 1.4.0.rc.1 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -4
- data/lib/livescript/livescript.js +4547 -3846
- data/lib/livescript/source.rb +1 -1
- data/lib/livescript/source/version.rb +1 -1
- metadata +5 -6
data/lib/livescript/source.rb
CHANGED
@@ -15,7 +15,7 @@ module LiveScript
|
|
15
15
|
def self.contents
|
16
16
|
filepath = File.expand_path('../livescript.js', __FILE__)
|
17
17
|
# LiveScript >= 1.3 does not expose `LiveScript`
|
18
|
-
File.read(filepath) + "var LiveScript = require('
|
18
|
+
File.read(filepath) + "var LiveScript = require('livescript');"
|
19
19
|
end
|
20
20
|
end
|
21
21
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: livescript-source
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Victor Hugo Borja
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2016-
|
13
|
+
date: 2016-08-31 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: bundler
|
@@ -105,14 +105,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
105
|
version: '0'
|
106
106
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
|
-
- - "
|
108
|
+
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
110
|
+
version: '0'
|
111
111
|
requirements: []
|
112
112
|
rubyforge_project:
|
113
|
-
rubygems_version: 2.
|
113
|
+
rubygems_version: 2.6.4
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Wrapper of LiveScript official node.js compiler.
|
117
117
|
test_files: []
|
118
|
-
has_rdoc:
|