menumatic 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/menumatic/version.rb +1 -1
- data/menumatic.gemspec +1 -1
- metadata +4 -4
data/lib/menumatic/version.rb
CHANGED
data/menumatic.gemspec
CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
9
9
|
s.authors = ["Nicholas Bruning"]
|
10
10
|
s.email = ["nicholas@bruning.com.au"]
|
11
|
-
s.homepage = ""
|
11
|
+
s.homepage = "http://github.com/thetron/menumatic"
|
12
12
|
s.summary = %q{Menumatic is a Rails 3 gem which aims to simplify building complex website navigation}
|
13
13
|
s.description = %q{Menumatic is a Rails 3 exclusive gem which aims to take all the fuss and clutter out of developing semantic, usable navigation menus.}
|
14
14
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: menumatic
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease: false
|
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
|
- Nicholas Bruning
|
@@ -64,7 +64,7 @@ files:
|
|
64
64
|
- spec/link_spec.rb
|
65
65
|
- spec/spec_helper.rb
|
66
66
|
has_rdoc: true
|
67
|
-
homepage:
|
67
|
+
homepage: http://github.com/thetron/menumatic
|
68
68
|
licenses: []
|
69
69
|
|
70
70
|
post_install_message:
|