suspenders 0.1.0.beta.1 → 0.1.0.beta.2

Sign up to get free protection for your applications and to get access to all the features.
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.1'
7
+ SUSPENDERS_GEM_VERSION = '0.1.0.beta.2'
8
8
 
9
9
  #############################################################################
10
10
  #
@@ -4,8 +4,8 @@ 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.1'
8
- s.date = '2010-09-28'
7
+ s.version = '0.1.0.beta.2'
8
+ s.date = '2010-10-04'
9
9
 
10
10
  s.summary = "Generate a Rails app using thoughtbot's best practices."
11
11
  s.description = <<-HERE
@@ -118,6 +118,10 @@ copy_file "factory_girl_steps.rb", "features/step_definitions/factory_girl_steps
118
118
 
119
119
  replace_in_file "spec/spec_helper.rb", "mock_with :rspec", "mock_with :mocha"
120
120
 
121
+ inject_into_file "features/support/env.rb",
122
+ %{Capybara.save_and_open_page_path = 'tmp'\n},
123
+ :before => %{Capybara.default_selector = :css}
124
+
121
125
  say "Ignore the right files"
122
126
 
123
127
  concat_file "suspenders_gitignore", ".gitignore"
@@ -17,6 +17,7 @@ gem "dynamic_form"
17
17
  # http://blog.davidchelimsky.net/2010/07/11/rspec-rails-2-generators-and-rake-tasks/
18
18
  group :development, :test, :cucumber do
19
19
  gem "rspec-rails", "~> 2.0.0.beta"
20
+ gem "ruby-debug"
20
21
  end
21
22
 
22
23
  group :test, :cucumber do
@@ -29,4 +30,6 @@ group :test, :cucumber do
29
30
  gem "nokogiri"
30
31
  gem "timecop"
31
32
  gem "treetop"
33
+ gem "shoulda"
34
+ gem "launchy"
32
35
  end
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: 62196401
4
+ hash: 62196407
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
10
  - beta
11
- - 1
12
- version: 0.1.0.beta.1
11
+ - 2
12
+ version: 0.1.0.beta.2
13
13
  platform: ruby
14
14
  authors:
15
15
  - thoughtbot
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2010-09-28 00:00:00 -04:00
20
+ date: 2010-10-04 00:00:00 -04:00
21
21
  default_executable: suspenders
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency