Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
relax capybara and colorize dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Aug 7, 2017
1 parent a8dd5b6 commit bb9a13d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions jasminerice-runner.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Gem::Specification.new do |spec|
}
# specify any dependencies here; for example:
# spec.add_development_dependency "rspec"
spec.add_runtime_dependency 'capybara', '~> 2.0', '>= 2.0'
spec.add_runtime_dependency 'capybara', '>= 1.0', '>= 1.0'
spec.add_runtime_dependency 'jasminerice', '>= 0.0', '>= 0.0.10'
spec.add_runtime_dependency 'jasmine', '>= 1.1', '>= 1.1'
spec.add_runtime_dependency 'nokogiri', '~> 1.6', '>= 1.6'
spec.add_runtime_dependency 'colorize', '~> 0.8', '>= 0.8'
spec.add_runtime_dependency 'colorize', '~> 0.7', '>= 0.7'
spec.add_runtime_dependency 'coffee-script', '>= 2.0', '>= 2.0'

spec.add_development_dependency 'appraisal', '~> 2.1', '>= 2.1'
Expand Down
12 changes: 7 additions & 5 deletions lib/jasminerice-runner/engine.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
if defined?(Rails)
class Jasminerice::Runner::Engine < Rails::Engine

config.assets.precompile += %w(
jasminerice_runner_base.js.coffee
jasminerice_legacy_reporter.js.coffee
jasminerice_reporter.js.coffee
)
initializer "add assets to be precompiled" do |app|
app.config.assets.precompile += %w(
jasminerice_runner_base.js.coffee
jasminerice_legacy_reporter.js.coffee
jasminerice_reporter.js.coffee
)
end

rake_tasks do
load 'jasminerice-runner/tasks/jasminerice-runner.rake'
Expand Down
2 changes: 1 addition & 1 deletion lib/jasminerice-runner/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module VERSION
# minor release version
MINOR = 5
# tiny release version
TINY = 1
TINY = 2
# prelease version ( set this only if it is a prelease)
PRE = nil

Expand Down

0 comments on commit bb9a13d

Please sign in to comment.