mustache-js-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mustache-js-rails might be problematic. Click here for more details.

metadata ADDED
@@ -0,0 +1,68 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mustache-js-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Krzysztof Knapik
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-06-20 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: railties
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '3.1'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '3.1'
27
+ description: "\n mustache.js (https://github.com/janl/mustache.js) \n and jQuery.mustache.js
28
+ (https://github.com/jonnyreeves/jquery-Mustache) \n for Rails 3.1+ asset pipeline\n
29
+ \ "
30
+ email:
31
+ - knapo@knapo.net
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - vendor/assets/javascripts/jquery.mustache.js
37
+ - vendor/assets/javascripts/mustache.js
38
+ - lib/mustache-js-rails/engine.rb
39
+ - lib/mustache-js-rails/version.rb
40
+ - lib/mustache-js-rails.rb
41
+ - MIT-LICENSE
42
+ - Rakefile
43
+ - Gemfile
44
+ - README.md
45
+ homepage: https://github.com/knapo/mustache-js-rails
46
+ licenses: []
47
+ metadata: {}
48
+ post_install_message:
49
+ rdoc_options: []
50
+ require_paths:
51
+ - lib
52
+ required_ruby_version: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - '>='
55
+ - !ruby/object:Gem::Version
56
+ version: '0'
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubyforge_project: mustache-js-rails
64
+ rubygems_version: 2.0.3
65
+ signing_key:
66
+ specification_version: 4
67
+ summary: mustache.js and jQuery.mustache.js for Rails 3.1+ asset pipeline
68
+ test_files: []