intersect_rails_layout 0.0.1 → 0.0.2

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.
@@ -4,12 +4,12 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "intersect_rails_layout"
7
- spec.version = "0.0.1"
7
+ spec.version = "0.0.2"
8
8
  spec.authors = ["Marc Ziani de Ferranti"]
9
9
  spec.email = ["marc@intersect.org.au"]
10
10
  spec.description = %q{Generates Rails application layout files for use with various front-end frameworks.}
11
11
  spec.summary = %q{Rails generator creates application layout files for Twitter Bootstrap and other frameworks.}
12
- spec.homepage = "http://github.com/RailsApps/rails_layout/"
12
+ spec.homepage = "http://github.com/IntersectAustralia/rails_layout/"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files`.split($/)
@@ -18,6 +18,7 @@
18
18
  %span.icon-bar
19
19
  %span.icon-bar
20
20
  %span.icon-bar
21
+ %a.navbar-brand{href: "#"} Intersect Template
21
22
  .collapse.navbar-collapse
22
23
  = render 'layouts/navigation'
23
24
  %main{:role => "main"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: intersect_rails_layout
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -96,7 +96,7 @@ files:
96
96
  - lib/generators/layout/templates/simple.css
97
97
  - lib/rails_layout.rb
98
98
  - lib/rails_layout/version.rb
99
- homepage: http://github.com/RailsApps/rails_layout/
99
+ homepage: http://github.com/IntersectAustralia/rails_layout/
100
100
  licenses:
101
101
  - MIT
102
102
  post_install_message: