Skip to content

Commit

Permalink
v1.1.4 - Removing Patron.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaberer committed Jul 15, 2014
1 parent afc38ba commit 464e2c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cinch-toolbox.gemspec
Expand Up @@ -25,5 +25,4 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'cinch-test'

gem.add_dependency 'nokogiri', '~> 1.6.0'
gem.add_dependency 'patron', '~> 0.4.18'
end
1 change: 0 additions & 1 deletion lib/cinch/toolbox.rb
@@ -1,7 +1,6 @@
# -*- coding: utf-8 -*-
require 'cinch/toolbox/version'
require 'open-uri'
require 'patron'
require 'nokogiri'
require 'net/http'
require 'uri'
Expand Down
2 changes: 1 addition & 1 deletion lib/cinch/toolbox/version.rb
Expand Up @@ -2,6 +2,6 @@
module Cinch
# Version Info
module Toolbox
VERSION = '1.1.3'
VERSION = '1.1.4'
end
end

0 comments on commit 464e2c7

Please sign in to comment.