duck_map 0.8.0

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.
metadata ADDED
@@ -0,0 +1,96 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: duck_map
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.8.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jeff Duckett
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2013-02-16 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: highline
16
+ requirement: !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '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'
30
+ description: Duck Seo is a gem that adds SEO support to Rails apps
31
+ email:
32
+ - jeff.duckett@gmail.com
33
+ executables: []
34
+ extensions: []
35
+ extra_rdoc_files: []
36
+ files:
37
+ - lib/generators/duckmap/static/static_generator.rb
38
+ - lib/generators/duckmap/static/USAGE
39
+ - lib/generators/duckmap/sync/sync_generator.rb
40
+ - lib/generators/duckmap/sync/USAGE
41
+ - lib/generators/duckmap/sitemaps/sitemaps_generator.rb
42
+ - lib/generators/duckmap/sitemaps/USAGE
43
+ - lib/duck_map/sync.rb
44
+ - lib/duck_map/mapper.rb
45
+ - lib/duck_map/sitemap_object.rb
46
+ - lib/duck_map/logger.rb
47
+ - lib/duck_map/version.rb
48
+ - lib/duck_map/view_helpers.rb
49
+ - lib/duck_map/attributes.rb
50
+ - lib/duck_map/list.rb
51
+ - lib/duck_map/controller_helpers.rb
52
+ - lib/duck_map/array_helper.rb
53
+ - lib/duck_map/config.rb
54
+ - lib/duck_map/engine.rb
55
+ - lib/duck_map/filter_stack.rb
56
+ - lib/duck_map/model.rb
57
+ - lib/duck_map/route.rb
58
+ - lib/duck_map/handlers/base.rb
59
+ - lib/duck_map/handlers/index.rb
60
+ - lib/duck_map/handlers/show.rb
61
+ - lib/duck_map/static.rb
62
+ - lib/duck_map/route_set.rb
63
+ - lib/duck_map/last_mod.rb
64
+ - lib/duck_map/class_helpers.rb
65
+ - lib/duck_map/route_filter.rb
66
+ - lib/duck_map.rb
67
+ - app/views/sitemap/default_template.xml.erb
68
+ - app/controllers/sitemap_base_controller.rb
69
+ - app/controllers/sitemap_controller.rb
70
+ - config/routes.rb
71
+ homepage: http://www.jeffduckett.com/
72
+ licenses: []
73
+ post_install_message:
74
+ rdoc_options: []
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ none: false
79
+ requirements:
80
+ - - ! '>='
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ none: false
85
+ requirements:
86
+ - - ! '>='
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ requirements: []
90
+ rubyforge_project: duck_map
91
+ rubygems_version: 1.8.24
92
+ signing_key:
93
+ specification_version: 3
94
+ summary: Duck Seo
95
+ test_files: []
96
+ has_rdoc: