Skip to content

Commit

Permalink
Fixed spreadsheet derived error from dependence 0.9.9. Bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmans0n committed Sep 16, 2014
1 parent 6b7409f commit d82d489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/localio/version.rb
@@ -1,3 +1,3 @@
module Localio
VERSION = "0.0.16"
VERSION = "0.0.17"
end
2 changes: 1 addition & 1 deletion localio.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "micro-optparse", "~> 1.1"
spec.add_dependency "google_drive", "~> 0.3"
spec.add_dependency "spreadsheet", "~> 0.8"
spec.add_dependency "spreadsheet", "~> 1.0"
spec.add_dependency "simple_xlsx_reader", "~> 0.9"
spec.add_dependency "nokogiri", "~> 1.6"
end

0 comments on commit d82d489

Please sign in to comment.