clot_engine 1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,81 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: clot_engine
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.2'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jim Gilliam, Alexander Negoda
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-02-03 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: mongo_mapper
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: 0.12.0
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.12.0
30
+ description: Extensions for solidifying Liquid Templates
31
+ email:
32
+ - alexander.negoda@gmail.com
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - lib/clot_engine.rb
38
+ - lib/clot/if_content_for.rb
39
+ - lib/clot/active_record/droppable.rb
40
+ - lib/clot/url_filters.rb
41
+ - lib/clot/no_model_form_tags.rb
42
+ - lib/clot/mongo_mapper/droppable.rb
43
+ - lib/clot/form_tag.rb
44
+ - lib/clot/date_tags.rb
45
+ - lib/clot/protected.rb
46
+ - lib/clot/link_filters.rb
47
+ - lib/clot/tag_helper.rb
48
+ - lib/clot/model_form_tags.rb
49
+ - lib/clot/model_date_tags.rb
50
+ - lib/clot/form_for.rb
51
+ - lib/clot/base_drop.rb
52
+ - lib/clot/deprecated.rb
53
+ - lib/clot/yield.rb
54
+ - lib/clot/form_filters.rb
55
+ - lib/clot/nav_bar.rb
56
+ - lib/autotest/discover.rb
57
+ homepage: https://github.com/greendog/clots
58
+ licenses: []
59
+ post_install_message:
60
+ rdoc_options: []
61
+ require_paths:
62
+ - lib
63
+ required_ruby_version: !ruby/object:Gem::Requirement
64
+ none: false
65
+ requirements:
66
+ - - ! '>='
67
+ - !ruby/object:Gem::Version
68
+ version: '0'
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ none: false
71
+ requirements:
72
+ - - ! '>='
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubyforge_project:
77
+ rubygems_version: 1.8.24
78
+ signing_key:
79
+ specification_version: 3
80
+ summary: Clot Engine
81
+ test_files: []