dougo_layout 0.0.3 → 0.0.4

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.3
1
+ 0.0.4
@@ -2,23 +2,20 @@ class GeneratorManifest
2
2
  def self.populate_record(m)
3
3
 
4
4
  %w(
5
- public
6
5
  public/stylesheets
7
- public/stylesheets/dougo_layout
8
- app
9
- app/views
10
6
  app/views/layouts
7
+ public/stylesheets/dougo_layout
11
8
  ).each do |dirname|
12
9
  m.directory dirname
13
10
  end
14
11
 
15
12
  %w(
16
- public/stylesheets/dougo_layout.css
17
- public/stylesheets/dougo_layout/nav-bg.png
18
- public/stylesheets/dougo_layout/footer.png
19
13
  public/stylesheets/dougo_layout/bg_highlight.png
20
14
  public/stylesheets/dougo_layout/bg_header.gif
21
15
  app/views/layouts/_navigate.html.erb
16
+ public/stylesheets/dougo_layout/nav-bg.png
17
+ public/stylesheets/dougo_layout.css
18
+ public/stylesheets/dougo_layout/footer.png
22
19
  app/views/layouts/_header.html.erb
23
20
  app/views/layouts/_footer.html.erb
24
21
  ).each do |filename|
@@ -3,9 +3,6 @@
3
3
  <li class="first">
4
4
  <%= link_to 'Home', root_path, :class => if_action('PreviewController', 'index') ? 'active' : ''%>
5
5
  </li>
6
- <li>
7
- <%= link_to 'Pipelines', re_pipelines_path %>
8
- </li>
9
6
  <li>
10
7
  <%= link_to 'Projects', root_path %>
11
8
  </li>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 3
9
- version: 0.0.3
8
+ - 4
9
+ version: 0.0.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Chris Douglas
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-25 00:00:00 +11:00
17
+ date: 2010-04-01 00:00:00 +11:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency