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.
- data/jsRender-rails.gemspec +2 -2
- data/lib/jsRender-rails/version.rb +1 -1
- metadata +2 -2
data/jsRender-rails.gemspec
CHANGED
@@ -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
|
|
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:
|
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: []
|