jsRender-rails 0.9 → 0.9.1

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.
@@ -2,10 +2,10 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "jsRender-rails"
5
- s.version = "0.9"
5
+ s.version = "0.9.1"
6
6
  s.authors = ["Sebastian Pape"]
7
7
  s.email = ["email@sebastianpape.com"]
8
- s.homepage = ""
8
+ s.homepage = "https://github.com/spape/jsRender-rails"
9
9
  s.summary = %q{jsRender templates added to the Rails asset pipeline automatically.}
10
10
  s.description = %q{This gem adds jsRender (next generation of jQuery Templates) and a corresponding Sprockets engine to the asset pipeline for Rails >= 3.1 applications.}
11
11
 
@@ -1,6 +1,6 @@
1
1
  module JsRender
2
2
  module Rails
3
- VERSION = "0.9"
3
+ VERSION = "0.9.1"
4
4
  JS_RENDER_VERSION = "v1.0pre"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jsRender-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.9'
4
+ version: 0.9.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -117,7 +117,7 @@ files:
117
117
  - spec/jsRender-rails/jsRender_spec.rb
118
118
  - spec/spec_helper.rb
119
119
  - vendor/assets/javascripts/jsrender.js
120
- homepage: ''
120
+ homepage: https://github.com/spape/jsRender-rails
121
121
  licenses: []
122
122
  post_install_message:
123
123
  rdoc_options: []