cft-source 0.0.4 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/cft/cft.js +3693 -2
  2. data/lib/cft/source.rb +1 -1
  3. metadata +3 -3
@@ -1,6 +1,6 @@
1
1
  module CFT
2
2
  module Source
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.6"
4
4
 
5
5
  def self.bundled_path
6
6
  File.expand_path("../cft.js", __FILE__)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cft-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-19 00:00:00.000000000 Z
12
+ date: 2013-05-22 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: JavaScript source code for the CFT (CoffeeScript fragment template) compiler
15
15
  email: info@eribium.org
@@ -39,7 +39,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
39
39
  version: '0'
40
40
  requirements: []
41
41
  rubyforge_project:
42
- rubygems_version: 1.8.24
42
+ rubygems_version: 1.8.25
43
43
  signing_key:
44
44
  specification_version: 3
45
45
  summary: CFT compiler source