shared_mustache 0.0.1 → 0.0.2
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.
- data/lib/shared_mustache/version.rb +1 -1
- data/lib/tasks/shared_mustache.rake +5 -0
- metadata +4 -4
|
@@ -17,4 +17,9 @@ namespace :shared_mustache do
|
|
|
17
17
|
|
|
18
18
|
File.open(SharedMustache::Config.template_file, 'w') { |f| f.write javascript.join("\n") }
|
|
19
19
|
end
|
|
20
|
+
|
|
21
|
+
desc 'Cleans up the mustache template file used in production'
|
|
22
|
+
task :clean do
|
|
23
|
+
File.open(SharedMustache::Config.template_file, 'w') {}
|
|
24
|
+
end
|
|
20
25
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: shared_mustache
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Edd Sowden
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2013-01-
|
|
13
|
+
date: 2013-01-30 00:00:00 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: mustache
|
|
@@ -88,7 +88,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
requirements:
|
|
89
89
|
- - ">="
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
|
-
hash:
|
|
91
|
+
hash: 2041257311935917581
|
|
92
92
|
segments:
|
|
93
93
|
- 0
|
|
94
94
|
version: "0"
|
|
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
97
97
|
requirements:
|
|
98
98
|
- - ">="
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
|
-
hash:
|
|
100
|
+
hash: 2041257311935917581
|
|
101
101
|
segments:
|
|
102
102
|
- 0
|
|
103
103
|
version: "0"
|