duck_map 0.8.2 → 0.8.3
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/lib/duck_map/version.rb +1 -1
- metadata +5 -3
data/lib/duck_map/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: duck_map
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -27,7 +27,8 @@ dependencies:
|
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
29
|
version: '0'
|
30
|
-
description: Duck
|
30
|
+
description: Duck Map is a Rails 3.x compliant gem providing support for dynamically
|
31
|
+
generating sitemaps and meta tags in HTML page headers.
|
31
32
|
email:
|
32
33
|
- jeff.duckett@gmail.com
|
33
34
|
executables: []
|
@@ -91,6 +92,7 @@ rubyforge_project: duck_map
|
|
91
92
|
rubygems_version: 1.8.24
|
92
93
|
signing_key:
|
93
94
|
specification_version: 3
|
94
|
-
summary: Duck
|
95
|
+
summary: Duck Map is a Rails 3.x compliant gem providing support for dynamically generating
|
96
|
+
sitemaps and meta tags in HTML page headers.
|
95
97
|
test_files: []
|
96
98
|
has_rdoc:
|