handlebar_wax 0.0.3 → 0.0.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.
- data/handlebar_wax.gemspec +1 -1
- data/lib/handlebar_wax/version.rb +1 -1
- metadata +4 -4
data/handlebar_wax.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
|
10
10
|
s.email = ["burke@burkelibbey.org"]
|
|
11
11
|
s.homepage = "https://github.com/innovatis/handlebar_wax"
|
|
12
12
|
s.summary = %q{easy reuse of mustache templates between server and client}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{HandlebarWax is a gem that makes rails understand mustache templates, and exposes them all to your client side code using a simple, sane API.}
|
|
14
14
|
|
|
15
15
|
s.add_runtime_dependency 'yajl-ruby'
|
|
16
16
|
s.add_runtime_dependency 'rails', '~> 3.0'
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handlebar_wax
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Burke Libbey
|
|
@@ -107,7 +107,7 @@ dependencies:
|
|
|
107
107
|
version: "0"
|
|
108
108
|
type: :development
|
|
109
109
|
version_requirements: *id006
|
|
110
|
-
description:
|
|
110
|
+
description: HandlebarWax is a gem that makes rails understand mustache templates, and exposes them all to your client side code using a simple, sane API.
|
|
111
111
|
email:
|
|
112
112
|
- burke@burkelibbey.org
|
|
113
113
|
executables: []
|