Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump #4

Merged
merged 4 commits into from
Aug 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion algolia_html_extractor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|

# Dependencies
gem.add_runtime_dependency 'json', '~> 2.0'
gem.add_runtime_dependency 'nokogiri', '~> 1.8.2'
gem.add_runtime_dependency 'nokogiri', '>= 1.10.4'

gem.add_development_dependency 'coveralls', '~> 0.8.21'
gem.add_development_dependency 'flay', '~> 2.6'
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Expose gem version
# rubocop:disable Style/SingleLineMethods
class AlgoliaHTMLExtractorVersion
def self.to_s; '2.6.1' end
def self.to_s; '2.6.2' end
end
# rubocop:enable Style/SingleLineMethods