jolt 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +0 -0
  2. data/Rakefile +15 -0
  3. data/VERSION +1 -0
  4. metadata +64 -0
File without changes
@@ -0,0 +1,15 @@
1
+ require 'rubygems'
2
+
3
+ require 'jeweler'
4
+ require 'rake'
5
+
6
+
7
+ Jeweler::Tasks.new do |gemspec|
8
+ gemspec.name = "jolt"
9
+ gemspec.summary = "A Spark inspired templating system."
10
+ gemspec.description = "A Spark inspired templating system."
11
+ gemspec.email = "charles.c.strahan@gmail.com"
12
+ gemspec.homepage = "http://github.com/cstrahan/jolt"
13
+ gemspec.authors = ["Charles C. Strahan"]
14
+ end
15
+ Jeweler::GemcutterTasks.new
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 0.0.0
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jolt
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 0
9
+ version: 0.0.0
10
+ platform: ruby
11
+ authors:
12
+ - Charles C. Strahan
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-02-28 00:00:00 -06:00
18
+ default_executable:
19
+ dependencies: []
20
+
21
+ description: A Spark inspired templating system.
22
+ email: charles.c.strahan@gmail.com
23
+ executables: []
24
+
25
+ extensions: []
26
+
27
+ extra_rdoc_files: []
28
+
29
+ files:
30
+ - .gitignore
31
+ - Rakefile
32
+ - VERSION
33
+ has_rdoc: true
34
+ homepage: http://github.com/cstrahan/jolt
35
+ licenses: []
36
+
37
+ post_install_message:
38
+ rdoc_options:
39
+ - --charset=UTF-8
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ segments:
54
+ - 0
55
+ version: "0"
56
+ requirements: []
57
+
58
+ rubyforge_project:
59
+ rubygems_version: 1.3.6
60
+ signing_key:
61
+ specification_version: 3
62
+ summary: A Spark inspired templating system.
63
+ test_files: []
64
+