zassets-plugins-haml_coffee 0.0.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/.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Gemfile.lock
|
data/Gemfile
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
module ZAssets
|
|
2
|
+
module Plugins
|
|
3
|
+
module HamlCoffee
|
|
4
|
+
class Registrant
|
|
5
|
+
def initialize(config)
|
|
6
|
+
@config = config
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
def register
|
|
10
|
+
require 'haml_coffee_assets'
|
|
11
|
+
|
|
12
|
+
@config[:paths] << File.dirname(::HamlCoffeeAssets.helpers_path)
|
|
13
|
+
@config[:engines][:hamlc] = ::HamlCoffeeAssets::Tilt::TemplateHandler
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
|
18
|
+
end
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
lib = File.expand_path('../lib', __FILE__)
|
|
2
|
+
$LOAD_PATH << lib unless $LOAD_PATH.include? lib
|
|
3
|
+
require 'zassets/plugins/haml_coffee/version'
|
|
4
|
+
|
|
5
|
+
Gem::Specification.new do |s|
|
|
6
|
+
s.name = 'zassets-plugins-haml_coffee'
|
|
7
|
+
s.version = ZAssets::Plugins::HamlCoffee::VERSION
|
|
8
|
+
s.summary = "zassets-plugins-haml_coffee-#{ZAssets::Plugins::HamlCoffee::VERSION}"
|
|
9
|
+
s.description = <<-eoh.gsub(/^ +/, '')
|
|
10
|
+
Haml Coffee processor for zassets.
|
|
11
|
+
eoh
|
|
12
|
+
s.homepage = 'https://rubygems.org/gems/zassets-plugins-haml_coffee'
|
|
13
|
+
|
|
14
|
+
s.author = 'Thibault Jouan'
|
|
15
|
+
s.email = 'tj@a13.fr'
|
|
16
|
+
|
|
17
|
+
s.files = `git ls-files`.split $/
|
|
18
|
+
|
|
19
|
+
s.add_dependency 'haml_coffee_assets', '~> 1.11.1'
|
|
20
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: zassets-plugins-haml_coffee
|
|
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-08-08 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: haml_coffee_assets
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
|
+
none: false
|
|
18
|
+
requirements:
|
|
19
|
+
- - ~>
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
21
|
+
version: 1.11.1
|
|
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: 1.11.1
|
|
30
|
+
description: ! 'Haml Coffee 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-haml_coffee.rb
|
|
41
|
+
- lib/zassets/plugins/haml_coffee/registrant.rb
|
|
42
|
+
- lib/zassets/plugins/haml_coffee/version.rb
|
|
43
|
+
- zassets-plugins-haml_coffee.gemspec
|
|
44
|
+
homepage: https://rubygems.org/gems/zassets-plugins-haml_coffee
|
|
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-haml_coffee-0.0.1
|
|
68
|
+
test_files: []
|
|
69
|
+
has_rdoc:
|