Skip to content
Draft
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
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ source "https://rubygems.org"
# Specify your gem's dependencies in relaton_cie.gemspec
gemspec

gem "lutaml-model", github: "lutaml/lutaml-model", branch: "main"
gem "relaton-bib", github: "relaton/relaton-bib", branch: "upd-lutaml-model-to-0-8-0"
gem "rfcxml", github: "metanorma/rfcxml", branch: "main"

gem "equivalent-xml", "~> 0.6"
gem "pry-byebug"
gem "rake", "~> 13.0"
Expand Down
1 change: 1 addition & 0 deletions lib/relaton/cie/bibdata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Relaton
module Cie
class Bibdata < Item
model ItemData
include Bib::BibdataShared
end
end
Expand Down
1 change: 1 addition & 0 deletions lib/relaton/cie/bibitem.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module Relaton
module Cie
class Bibitem < Item
model ItemData
include Bib::BibitemShared
end
end
Expand Down
6 changes: 1 addition & 5 deletions lib/relaton/cie/ext.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
module Relaton
module Cie
class Ext < Bib::Ext
attribute :schema_version, method: :get_shema_version

def get_shema_version
Relaton.schema_versions["relaton-model-cie"]
end
def get_schema_version = Relaton.schema_versions["relaton-model-cie"]
end
end
end
14 changes: 7 additions & 7 deletions spec/vcr_cassettes/cie_001_1980.yml

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

Loading