startups 0.0.3.4 → 0.0.3.5

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.
@@ -23,7 +23,7 @@ class StartupLayoutGenerator < Rails::Generator::Base
23
23
  m.file "public/stylesheets/startup_layout_master.css", "public/stylesheets/master.css"
24
24
  m.file "public/stylesheets/startup_layout_ie6.css", "public/stylesheets/global-ie6.css"
25
25
  m.file "public/stylesheets/startup_layout_ie7.css", "public/stylesheets/global-ie7.css"
26
- m.file "public/styelsheets/startup_layout_iepngfix.htc", "public/stylesheets/iepngfix.htc"
26
+ m.file "public/stylesheets/startup_layout_iepngfix.htc", "public/stylesheets/iepngfix.htc"
27
27
 
28
28
  m.file "public/javascripts/startup_application.js", "public/javascripts/application.js"
29
29
  m.file "public/javascripts/startup_imgSizer.js", "public/javascripts/imgSizer.js"
@@ -1,7 +1,7 @@
1
- <div id="<%= (name.to_s == 'top') ? 'nav' : "#{name}_nav" %>">
1
+ <div id="<%%= (name.to_s == 'top') ? 'nav' : "#{name}_nav" %>">
2
2
  <ul>
3
3
  <%% layout_nav_items(:<%= name %>).each do |nav_item| %>
4
- <li><%= link_to_nav_item(nav_item) %></li>
4
+ <li><%%= link_to_nav_item(nav_item) %></li>
5
5
  <%% end %>
6
6
  </ul>
7
7
  </div>
data/startups.gemspec CHANGED
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.platform = Gem::Platform::RUBY
3
3
  s.name = 'startups'
4
- s.version = '0.0.3.4'
4
+ s.version = '0.0.3.5'
5
5
  s.summary = 'Rails Generators from InfoEther'
6
6
  s.description = 'Rails generators for basic infoether apps including file setup, base working styles, and more.'
7
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: startups
3
3
  version: !ruby/object:Gem::Version
4
- hash: 75
4
+ hash: 73
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 3
10
- - 4
11
- version: 0.0.3.4
10
+ - 5
11
+ version: 0.0.3.5
12
12
  platform: ruby
13
13
  authors:
14
14
  - Ryan Owens