Skip to content

Commit

Permalink
update grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew2net committed Jan 8, 2024
1 parent f828e06 commit 0a0cefe
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 42 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ item = hit_collection[0].fetch
[source,ruby]
----
item.to_xml
=> "<bibitem id="XEP0001" type="standard" schema-version="v1.2.5">
=> "<bibitem id="XEP0001" type="standard" schema-version="v1.2.8">
<fetched>2023-07-18</fetched>
<title format="text/plain" language="en" script="Latn">XMPP Extension Protocols</title>
...
Expand All @@ -78,7 +78,7 @@ With argument `bibdata: true` it outputs XML wrapped by `bibdata` element and ad
[source,ruby]
----
item.to_xml bibdata: true
=> "<bibdata type="standard" schema-version="v1.2.5">
=> "<bibdata type="standard" schema-version="v1.2.8">
<fetched>2023-07-18</fetched>
<title format="text/plain" language="en" script="Latn">XMPP Extension Protocols</title>
...
Expand Down
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.17.0"
VERSION = "1.18.0"
end
2 changes: 1 addition & 1 deletion relaton_xsf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
# spec.add_dependency "example-gem", "~> 1.0"

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

# For more information and examples about making a new gem, check out our
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/bibdata.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<bibdata type="standard" schema-version="v1.2.5">
<bibdata type="standard" schema-version="v1.2.8">
<fetched>2023-11-08</fetched>
<title format="text/plain" language="en" script="Latn">XMPP Extension Protocols</title>
<uri type="src">http://xmpp.org/extensions/xep-0001.html</uri>
Expand Down
78 changes: 41 additions & 37 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 0a0cefe

Please sign in to comment.