Skip to content

Commit

Permalink
Bump version to 2.2.1. Fix uninitialized constant Net::NTLM::VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Jul 1, 2015
1 parent ff4fb3b commit 7925713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions History.txt
@@ -1,3 +1,7 @@
=== 2.2.1 / 01.07.2015

* Add a require 'mechanize' in bin/oddb2xml to avoid 'Invalid version of rubyntlm'

=== 2.2.0 / 24.06.2015

* Use FixNum instead of String for EAN-keys into hashes
Expand Down
1 change: 1 addition & 0 deletions bin/oddb2xml
Expand Up @@ -6,6 +6,7 @@ root = Pathname.new(__FILE__).realpath.parent.parent
$:.unshift root.join('lib') if $0 == __FILE__

require 'optparse'
require 'mechanize'
require 'oddb2xml'
require 'oddb2xml/options'

Expand Down
2 changes: 1 addition & 1 deletion lib/oddb2xml/version.rb
@@ -1,3 +1,3 @@
module Oddb2xml
VERSION = "2.2.0"
VERSION = "2.2.1"
end

0 comments on commit 7925713

Please sign in to comment.