Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Jun 19, 2024
1 parent 0a0cefe commit 662f5dc
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion lib/relaton_xsf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RelatonXsf
VERSION = "1.18.0"
VERSION = "1.18.1"
end
2 changes: 1 addition & 1 deletion relaton_xsf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"

spec.add_dependency "mechanize", "~> 2.8.0"
spec.add_dependency "mechanize", "~> 2.10"
spec.add_dependency "relaton-bib", "~> 1.18.0"
spec.add_dependency "relaton-index", "~> 0.2.0"

Expand Down
6 changes: 3 additions & 3 deletions spec/fixtures/bibdata.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<bibdata type="standard" schema-version="v1.2.8">
<fetched>2023-11-08</fetched>
<fetched>2024-06-18</fetched>
<title format="text/plain" language="en" script="Latn">XMPP Extension Protocols</title>
<uri type="src">http://xmpp.org/extensions/xep-0001.html</uri>
<docidentifier type="XEP" primary="true">XEP 0001</docidentifier>
<docidentifier type="XEP" scope="anchor">XEP-0001</docidentifier>
<docnumber>XEP-0001</docnumber>
<date type="published">
<on>2021-08-24</on>
<on>2024-03-11</on>
</date>
<contributor>
<role type="author"/>
Expand Down Expand Up @@ -44,4 +44,4 @@
<ext>
<doctype>rfc</doctype>
</ext>
</bibdata>
</bibdata>
60 changes: 30 additions & 30 deletions spec/vcr_cassettes/get_successful.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 662f5dc

Please sign in to comment.