handlebar_wax 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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{MustacheWax is a gem that makes rails understand mustache templates, and exposes them all to your client side code using a simple, sane API.}
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'
@@ -1,3 +1,3 @@
1
1
  module HandlebarWax
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
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: MustacheWax is a gem that makes rails understand mustache templates, and exposes them all to your client side code using a simple, sane API.
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: []