Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Feb 18, 2010
1 parent 1b80ddc commit cf77844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_app_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require 'rspec/rails/version'
# This needs to be installed on the system, as well as all of its rspec-2 deps
# - would be nicer if we could source them from the <repo>/pkg dirs
gem 'rspec-rails', :version => Rspec::Rails::Version::STRING
gem 'rspec-rails', :version => "'#{Rspec::Rails::Version::STRING}'"

run('bundle install')

Expand Down
3 changes: 2 additions & 1 deletion rspec-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["David Chelimsky", "Chad Humphries"]
s.date = %q{2010-02-15}
s.date = %q{2010-02-17}
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
s.extra_rdoc_files = [
"README.markdown"
Expand Down Expand Up @@ -55,6 +55,7 @@ Gem::Specification.new do |s|
"lib/rspec/rails/example.rb",
"lib/rspec/rails/example/controller_example_group.rb",
"lib/rspec/rails/example/request_example_group.rb",
"lib/rspec/rails/example/view_example_group.rb",
"lib/rspec/rails/matchers.rb",
"lib/rspec/rails/mocks.rb",
"lib/rspec/rails/transactional_database_support.rb",
Expand Down

0 comments on commit cf77844

Please sign in to comment.