From ca6749f91ee43c66e132f7f599dcb52cb3419e80 Mon Sep 17 00:00:00 2001 From: Kevin Reedy Date: Tue, 5 Sep 2017 16:17:00 -0500 Subject: [PATCH 1/2] fix uri-lib require --- lib/lita/handlers/espn_fantasy_football.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/lita/handlers/espn_fantasy_football.rb b/lib/lita/handlers/espn_fantasy_football.rb index 3975f8d..13bf9c7 100644 --- a/lib/lita/handlers/espn_fantasy_football.rb +++ b/lib/lita/handlers/espn_fantasy_football.rb @@ -1,5 +1,6 @@ require "nokogiri" require "terminal-table" +require "open-uri" module Lita module Handlers From e8a32cfb7359e8ff5817bcf7d58d6bca0be719a4 Mon Sep 17 00:00:00 2001 From: Kevin Reedy Date: Tue, 5 Sep 2017 16:18:44 -0500 Subject: [PATCH 2/2] bump version --- lita-espn-fantasy-football.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lita-espn-fantasy-football.gemspec b/lita-espn-fantasy-football.gemspec index 597bd6b..8917294 100644 --- a/lita-espn-fantasy-football.gemspec +++ b/lita-espn-fantasy-football.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = "lita-espn-fantasy-football" - spec.version = "0.1.4" + spec.version = "0.1.5" spec.authors = ["Kevin Reedy", "Miles Evenson"] spec.email = ["kevinreedy@gmail.com", "miles.evenson@gmail.com"] spec.description = "Lita handler for ESPN Fantasy Football"