jade-js-source 0.15.4

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.
Files changed (3) hide show
  1. data/lib/jade_js/jade.js +2636 -0
  2. data/lib/jade_js/source.rb +7 -0
  3. metadata +50 -0
@@ -0,0 +1,7 @@
1
+ module JadeJs
2
+ module Source
3
+ def self.bundled_path
4
+ File.expand_path("../jade.js", __FILE__)
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,50 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jade-js-source
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.15.4
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - TJ Holowaychuk
9
+ - David Haslem
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2011-09-07 00:00:00.000000000 -04:00
14
+ default_executable:
15
+ dependencies: []
16
+ description: ! " Jade is a high performance template engine heavily influenced
17
+ by Haml \n and implemented with JavaScript for node.\n"
18
+ email: therabidbanana@gmail.com
19
+ executables: []
20
+ extensions: []
21
+ extra_rdoc_files: []
22
+ files:
23
+ - lib/jade_js/jade.js
24
+ - lib/jade_js/source.rb
25
+ has_rdoc: true
26
+ homepage: https://github.com/visionmedia/jade
27
+ licenses: []
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubyforge_project: jade-js-source
46
+ rubygems_version: 1.6.2
47
+ signing_key:
48
+ specification_version: 3
49
+ summary: Jade - template engine
50
+ test_files: []