Skip to content

Commit

Permalink
Latest Earth and Sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
ihough committed Nov 7, 2012
1 parent 02f6fe1 commit eec6102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion features/fuel_purchase_committees.feature
Expand Up @@ -27,7 +27,7 @@ Feature: Fuel Purchase Committee Calculations
Scenario Outline: Price committee from fuel type
Given a characteristic "fuel_type.name" of "<fuel_type>"
When the "price" committee reports
Then the conclusion of the committee should be "<price>"
Then the conclusion of the committee should have "to_f" of "<price>"
Examples:
| fuel_type | price |
| Industrial Coking Coal | 0.1302 |
Expand Down
4 changes: 2 additions & 2 deletions fuel_purchase.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_runtime_dependency 'earth', '~> 1.0.0'
s.add_runtime_dependency 'earth', '~> 1.1.0'
s.add_runtime_dependency 'emitter', '~> 1.1.0'
s.add_development_dependency 'sniff', '~> 1.0.0'
s.add_development_dependency 'sniff', '~> 1.1.1'
end

0 comments on commit eec6102

Please sign in to comment.