handlebar_wax 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Burke Libbey"]
10
10
  s.email = ["burke@burkelibbey.org"]
11
- s.homepage = ""
12
- s.summary = %q{write me later}
13
- s.description = %q{write me later}
11
+ s.homepage = "https://github.com/innovatis/handlebar_wax"
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.}
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.2"
2
+ VERSION = "0.0.3"
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
9
+ - 3
10
+ version: 0.0.3
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: write me later
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.
111
111
  email:
112
112
  - burke@burkelibbey.org
113
113
  executables: []
@@ -134,7 +134,7 @@ files:
134
134
  - spec/handlebar_wax_spec.rb
135
135
  - spec/spec_helper.rb
136
136
  has_rdoc: true
137
- homepage: ""
137
+ homepage: https://github.com/innovatis/handlebar_wax
138
138
  licenses: []
139
139
 
140
140
  post_install_message:
@@ -166,7 +166,7 @@ rubyforge_project:
166
166
  rubygems_version: 1.5.0
167
167
  signing_key:
168
168
  specification_version: 3
169
- summary: write me later
169
+ summary: easy reuse of mustache templates between server and client
170
170
  test_files:
171
171
  - spec/handlebar_wax_spec.rb
172
172
  - spec/spec_helper.rb