dougo_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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -1,12 +1,8 @@
1
1
  directories :
2
-
2
+ - public/stylesheets/dougo_layout
3
3
 
4
4
  files :
5
5
  - app/views/layouts/_footer.html.erb
6
6
  - app/views/layouts/_header.html.erb
7
7
  - app/views/layouts/_navigate.html.erb
8
- - public/stylesheets/layout.css
9
- - public/stylesheets/layout/bg_header.gif
10
- - public/stylesheets/layout/bg_highlight.png
11
- - public/stylesheets/layout/footer.png
12
- - public/stylesheets/layout/nav-bg.png
8
+ - public/stylesheets/dougo_layout.css
@@ -7,18 +7,18 @@ class GeneratorManifest
7
7
  public/stylesheets/layout
8
8
  app
9
9
  app/views
10
- app/views/layouts
10
+ app/views/dougo_layout
11
11
  ).each do |dirname|
12
12
  m.directory dirname
13
13
  end
14
14
 
15
15
  %w(
16
16
  USAGE
17
- public/stylesheets/layout.css
18
- public/stylesheets/layout/nav-bg.png
19
- public/stylesheets/layout/footer.png
20
- public/stylesheets/layout/bg_highlight.png
21
- public/stylesheets/layout/bg_header.gif
17
+ public/stylesheets/dougo_layout.css
18
+ public/stylesheets/dougo_layout/nav-bg.png
19
+ public/stylesheets/dougo_layout/footer.png
20
+ public/stylesheets/dougo_layout/bg_highlight.png
21
+ public/stylesheets/dougo_layout/bg_header.gif
22
22
  app/views/layouts/_navigate.html.erb
23
23
  app/views/layouts/_header.html.erb
24
24
  app/views/layouts/_footer.html.erb
@@ -7,7 +7,7 @@ config.gem 'dougo_view_helpers'
7
7
 
8
8
  *** EDIT app/views/layouts/application.html.erb
9
9
 
10
- <%= stylesheet_link_tag ..., 'layout', :cache => true %>
10
+ <%= stylesheet_link_tag ..., 'dougo_layout', :cache => true %>
11
11
 
12
12
  <body>
13
13
  <div class="container">
@@ -1,5 +1,5 @@
1
1
  .header {
2
- background: #171717 url(./layout/bg_highlight.png) no-repeat top center;
2
+ background: #171717 url(./dougo_layout/bg_highlight.png) no-repeat top center;
3
3
  color: #fff;
4
4
  padding: 8px 0 8px 50px;
5
5
  height: 100px;
@@ -16,7 +16,7 @@
16
16
 
17
17
  .navigate {
18
18
  overflow: hidden;
19
- background: url(./layout/nav-bg.png) bottom left repeat-x;
19
+ background: url(./dougo_layout/nav-bg.png) bottom left repeat-x;
20
20
  border-top: solid #000 1px;
21
21
  border-bottom: solid #600 1px;
22
22
  padding-left: 100px;
@@ -64,7 +64,7 @@
64
64
 
65
65
  .footer {
66
66
  border-top: solid #aaa 1px;
67
- background: #ccc url(./layout/footer.png) bottom left repeat-x;
67
+ background: #ccc url(./dougo_layout/footer.png) bottom left repeat-x;
68
68
  color: #333;
69
69
  font-size: 12px;
70
70
  padding: 5px 0;
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 2
9
+ version: 0.0.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Douglas
@@ -52,11 +52,11 @@ files:
52
52
  - rails_generators/templates/app/views/layouts/_footer.html.erb
53
53
  - rails_generators/templates/app/views/layouts/_header.html.erb
54
54
  - rails_generators/templates/app/views/layouts/_navigate.html.erb
55
- - rails_generators/templates/public/stylesheets/layout.css
56
- - rails_generators/templates/public/stylesheets/layout/bg_header.gif
57
- - rails_generators/templates/public/stylesheets/layout/bg_highlight.png
58
- - rails_generators/templates/public/stylesheets/layout/footer.png
59
- - rails_generators/templates/public/stylesheets/layout/nav-bg.png
55
+ - rails_generators/templates/public/stylesheets/dougo_layout.css
56
+ - rails_generators/templates/public/stylesheets/dougo_layout/bg_header.gif
57
+ - rails_generators/templates/public/stylesheets/dougo_layout/bg_highlight.png
58
+ - rails_generators/templates/public/stylesheets/dougo_layout/footer.png
59
+ - rails_generators/templates/public/stylesheets/dougo_layout/nav-bg.png
60
60
  - spec/dougo_layout_spec.rb
61
61
  - spec/spec.opts
62
62
  - spec/spec_helper.rb