nazca 0.1.0 → 0.1.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/lib/nazca/version.rb +1 -1
- data/nazca.gemspec +1 -1
- metadata +4 -4
data/lib/nazca/version.rb
CHANGED
data/nazca.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Jacek Galanciak"]
|
|
10
10
|
s.email = ["jacek.galanciak@gmail.com"]
|
|
11
|
-
s.homepage = "http://razorjack
|
|
11
|
+
s.homepage = "http://github.com/razorjack/nazca"
|
|
12
12
|
s.summary = %q{Meta tags for Rails 3 views.}
|
|
13
13
|
s.description = %q{Rails 3 plugin that makes title and meta tags (keywords, description) easy and manageable.}
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nazca
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Jacek Galanciak
|
|
@@ -72,7 +72,7 @@ files:
|
|
|
72
72
|
- spec/spec_helper.rb
|
|
73
73
|
- spec/view_helpers_spec.rb
|
|
74
74
|
has_rdoc: true
|
|
75
|
-
homepage: http://razorjack
|
|
75
|
+
homepage: http://github.com/razorjack/nazca
|
|
76
76
|
licenses: []
|
|
77
77
|
|
|
78
78
|
post_install_message:
|