Skip to content

Commit

Permalink
Merge branch 'hotfix/RunTimeDependencies'
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammetDilmac committed Jun 23, 2017
2 parents f4bca28 + 83918e0 commit 1204e7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Html2Docx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.15'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'nokogiri', '~> 1.6', '>= 1.6.8'
spec.add_development_dependency 'rubyzip', '~> 1.2', '>= 1.2.0'
spec.add_runtime_dependency 'nokogiri', '~> 1.6', '>= 1.6.8'
spec.add_runtime_dependency 'rubyzip', '~> 1.2', '>= 1.2.0'
end
2 changes: 1 addition & 1 deletion lib/Html2Docx/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Html2Docx
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit 1204e7d

Please sign in to comment.