Skip to content

Commit

Permalink
Bump version to 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Apr 27, 2015
1 parent 31256b3 commit b051c1a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
oddb2xml (2.0.5)
oddb2xml (2.0.6)
archive-tar-minitar (~> 0.5.2)
mechanize (~> 2.5.1)
nokogiri (~> 1.5.10)
Expand Down Expand Up @@ -29,9 +29,9 @@ GEM
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.7)
debugger-ruby_core_source (1.3.8)
diff-lcs (1.2.5)
domain_name (0.5.23)
domain_name (0.5.24)
unf (>= 0.0.5, < 1.0.0)
gyoku (1.1.1)
builder (>= 2.1.2)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
ruby-ole (1.2.11.8)
rubyXL (3.3.6)
rubyXL (3.3.8)
nokogiri (>= 1.4.4)
rubyzip (>= 1.1.6)
rubyntlm (0.3.4)
Expand All @@ -93,11 +93,11 @@ GEM
sax-machine (0.1.0)
nokogiri (> 0.0.0)
slop (3.6.0)
spreadsheet (1.0.0)
spreadsheet (1.0.3)
ruby-ole (>= 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.6)
unf_ext (0.0.7.1)
wasabi (3.2.3)
httpi (~> 2.0)
mime-types (< 2.0.0)
Expand Down
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
=== 2.0.6 / 27.04.2015

* Remove trailing spaces in names imported from ZurRose transfer.dat
* Use ISO-8859-14 when reading ZurRose transfer.dat to avoid unreadable characters, eg. Ethacridin

=== 2.0.5 / 31.03.2015

* --calc adds boolean flag is_active_agent
Expand Down
2 changes: 1 addition & 1 deletion lib/oddb2xml/version.rb
@@ -1,3 +1,3 @@
module Oddb2xml
VERSION = "2.0.5"
VERSION = "2.0.6"
end

0 comments on commit b051c1a

Please sign in to comment.