suspenders 0.1.0.beta.2 → 0.1.0.beta.3

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/Rakefile CHANGED
@@ -4,7 +4,7 @@ require 'cucumber/rake/task'
4
4
  require 'date'
5
5
 
6
6
  TEST_PROJECT = 'test_project'
7
- SUSPENDERS_GEM_VERSION = '0.1.0.beta.2'
7
+ SUSPENDERS_GEM_VERSION = '0.1.0.beta.3'
8
8
 
9
9
  #############################################################################
10
10
  #
data/suspenders.gemspec CHANGED
@@ -4,7 +4,7 @@ Gem::Specification.new do |s|
4
4
  s.rubygems_version = '1.3.5'
5
5
 
6
6
  s.name = 'suspenders'
7
- s.version = '0.1.0.beta.2'
7
+ s.version = '0.1.0.beta.3'
8
8
  s.date = '2010-10-04'
9
9
 
10
10
  s.summary = "Generate a Rails app using thoughtbot's best practices."
@@ -3,7 +3,7 @@
3
3
  <head>
4
4
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
5
5
  <title><%= defined_app_name %></title>
6
- <%%= stylesheet_link_tag 'screen', :media => 'all', :cache => true %>
6
+ <%%= stylesheet_link_tag :flutie, 'screen', :media => 'all', :cache => true %>
7
7
  <%%= javascript_include_tag "jquery", "jquery-ui", "prefilled_input", "rails", "application", :cache => true %>
8
8
  <%%= csrf_meta_tag %>
9
9
  </head>
@@ -122,6 +122,8 @@ inject_into_file "features/support/env.rb",
122
122
  %{Capybara.save_and_open_page_path = 'tmp'\n},
123
123
  :before => %{Capybara.default_selector = :css}
124
124
 
125
+ rake "flutie:install"
126
+
125
127
  say "Ignore the right files"
126
128
 
127
129
  concat_file "suspenders_gitignore", ".gitignore"
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suspenders
3
3
  version: !ruby/object:Gem::Version
4
- hash: 62196407
4
+ hash: 62196405
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 2
12
- version: 0.1.0.beta.2
11
+ - 3
12
+ version: 0.1.0.beta.3
13
13
  platform: ruby
14
14
  authors:
15
15
  - thoughtbot