zassets-plugins-handlebars 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ Gemfile.lock
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source :rubygems
2
+
3
+ gemspec
@@ -0,0 +1,7 @@
1
+ module ZAssets
2
+ module Plugins
3
+ module Handlebars
4
+ autoload :Registrant, 'zassets/plugins/handlebars/registrant'
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,14 @@
1
+ module ZAssets
2
+ module Plugins
3
+ module Handlebars
4
+ class Registrant
5
+ def initialize(config)
6
+ @config = config
7
+ end
8
+
9
+ def register
10
+ end
11
+ end
12
+ end
13
+ end
14
+ end
@@ -0,0 +1,7 @@
1
+ module ZAssets
2
+ module Plugins
3
+ module Handlebars
4
+ VERSION = '0.0.1'
5
+ end
6
+ end
7
+ end
@@ -0,0 +1,19 @@
1
+ $:.unshift File.expand_path('../lib', __FILE__)
2
+ require 'zassets/plugins/handlebars/version'
3
+
4
+ Gem::Specification.new do |s|
5
+ s.name = 'zassets-plugins-handlebars'
6
+ s.version = ZAssets::Plugins::Handlebars::VERSION
7
+ s.summary = "zassets-plugins-handlebars-#{ZAssets::Plugins::Handlebars::VERSION}"
8
+ s.description = <<-eoh.gsub(/^ +/, '')
9
+ Handlebars JST processor for zassets.
10
+ eoh
11
+ s.homepage = 'https://rubygems.org/gems/zassets-plugins-handlebars'
12
+
13
+ s.author = 'Thibault Jouan'
14
+ s.email = 'tj@a13.fr'
15
+
16
+ s.files = `git ls-files`.split "\n"
17
+
18
+ s.add_dependency 'handlebars_assets', '~> 0.6'
19
+ end
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: zassets-plugins-handlebars
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Thibault Jouan
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-03-24 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: handlebars_assets
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ~>
20
+ - !ruby/object:Gem::Version
21
+ version: '0.6'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ~>
28
+ - !ruby/object:Gem::Version
29
+ version: '0.6'
30
+ description: ! 'Handlebars JST processor for zassets.
31
+
32
+ '
33
+ email: tj@a13.fr
34
+ executables: []
35
+ extensions: []
36
+ extra_rdoc_files: []
37
+ files:
38
+ - .gitignore
39
+ - Gemfile
40
+ - lib/zassets-plugins-handlebars.rb
41
+ - lib/zassets/plugins/handlebars/registrant.rb
42
+ - lib/zassets/plugins/handlebars/version.rb
43
+ - zassets-plugins-handlebars.gemspec
44
+ homepage: https://rubygems.org/gems/zassets-plugins-handlebars
45
+ licenses: []
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ none: false
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
57
+ none: false
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
62
+ requirements: []
63
+ rubyforge_project:
64
+ rubygems_version: 1.8.23
65
+ signing_key:
66
+ specification_version: 3
67
+ summary: zassets-plugins-handlebars-0.0.1
68
+ test_files: []
69
+ has_rdoc: