ruby-rdf / spira

Spira is a framework for viewing RDF data as model objects
http://rubygems.org/gems/spira
The Unlicense
58 stars 36 forks source link

Add the XSD.Time type. #42

Closed kbogtob closed 7 years ago

kbogtob commented 7 years ago

I added the XSD.Time type and its specs. I also fixed the Gemfile & the Rakefile.

The Gemfile's problem was that the SXP gem did not have a 'develop' branch anymore.

The Rakefile's problem was that Rspec changed its API and the #rcov accessor didn't exist anymore on RSpec::Core::RakeTask.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.6%) to 98.16% when pulling 4f1ce4be3679dee58e93d0432f502037deb226a5 on kbogtob:master into 90997060d717afb4d0bd94d0a16fa75a2c021ce2 on ruby-rdf:master.

gkellogg commented 7 years ago

The sxp gen has moved to dry-ruby/sxp

kbogtob commented 7 years ago

Thanks for merging and doing the change on the sxp dependency.

gkellogg commented 7 years ago

Please. It for the future to use the develop branch, rather than the master branch.