Permalink
Browse files
Try going back to using Fuubar per #489
- Loading branch information...
Showing
with
18 additions
and
18 deletions.
-
+1
−4
Gemfile
-
+16
−13
Gemfile.lock
-
+1
−1
Rakefile
|
@@ -4,7 +4,4 @@ gem 'rake' |
|
|
|
gem 'rspec' |
|
|
|
gem 'nokogiri' |
|
|
|
gem 'csl', '~>1.0' |
|
|
|
|
|
|
|
group :extra do |
|
|
|
gem 'fuubar' |
|
|
|
end |
|
|
|
gem 'fuubar' |
|
@@ -4,24 +4,27 @@ GEM |
|
|
|
csl (1.0.1) |
|
|
|
namae (~> 0.7) |
|
|
|
diff-lcs (1.2.4) |
|
|
|
fuubar (1.1.0) |
|
|
|
fuubar (1.1.1) |
|
|
|
rspec (~> 2.0) |
|
|
|
rspec-instafail (~> 0.2.0) |
|
|
|
ruby-progressbar (~> 1.0.0) |
|
|
|
ruby-progressbar (~> 1.0) |
|
|
|
mini_portile (0.5.1) |
|
|
|
namae (0.7.1) |
|
|
|
nokogiri (1.5.9) |
|
|
|
nokogiri (1.5.9-x86-mingw32) |
|
|
|
rake (10.0.4) |
|
|
|
rspec (2.13.0) |
|
|
|
rspec-core (~> 2.13.0) |
|
|
|
rspec-expectations (~> 2.13.0) |
|
|
|
rspec-mocks (~> 2.13.0) |
|
|
|
rspec-core (2.13.1) |
|
|
|
rspec-expectations (2.13.0) |
|
|
|
nokogiri (1.6.0) |
|
|
|
mini_portile (~> 0.5.0) |
|
|
|
nokogiri (1.6.0-x86-mingw32) |
|
|
|
mini_portile (~> 0.5.0) |
|
|
|
rake (10.1.0) |
|
|
|
rspec (2.14.1) |
|
|
|
rspec-core (~> 2.14.0) |
|
|
|
rspec-expectations (~> 2.14.0) |
|
|
|
rspec-mocks (~> 2.14.0) |
|
|
|
rspec-core (2.14.4) |
|
|
|
rspec-expectations (2.14.1) |
|
|
|
diff-lcs (>= 1.1.3, < 2.0) |
|
|
|
rspec-instafail (0.2.4) |
|
|
|
rspec-mocks (2.13.1) |
|
|
|
ruby-progressbar (1.0.2) |
|
|
|
rspec-mocks (2.14.3) |
|
|
|
ruby-progressbar (1.2.0) |
|
|
|
|
|
|
|
PLATFORMS |
|
|
|
ruby |
|
|
|
@@ -11,7 +11,7 @@ end |
|
|
|
require 'rspec/core' |
|
|
|
require 'rspec/core/rake_task' |
|
|
|
RSpec::Core::RakeTask.new(:spec) do |spec| |
|
|
|
spec.rspec_opts = %w{ --require spec_helper.rb --format ErrorFormatter --color } |
|
|
|
spec.rspec_opts = %w{ --require spec_helper.rb --format Fuubar --color } |
|
|
|
end |
|
|
|
|
|
|
|
task :default => [:spec] |
0 comments on commit
9ae30a9