Skip to content

Commit

Permalink
Finish 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gkellogg committed Dec 15, 2017
2 parents 4b8beaf + 41bbb32 commit b1b1578
Show file tree
Hide file tree
Showing 5 changed files with 3,170 additions and 1,857 deletions.
17 changes: 11 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@ source "https://rubygems.org"

gemspec

gem 'rdf', github: "ruby-rdf/rdf", branch: "develop"
gem 'json-ld', github: "ruby-rdf/json-ld", branch: "develop"
gem 'json-ld-preloaded',github: "ruby-rdf/json-ld-preloaded", branch: "develop"
gem 'rdf', git: "https://github.com/ruby-rdf/rdf", branch: "develop"
gem 'json-ld', git: "https://github.com/ruby-rdf/json-ld", branch: "develop"
gem 'json-ld-preloaded',git: "https://github.com/ruby-rdf/json-ld-preloaded", branch: "develop"

group :development, :test do
gem 'ebnf', github: "gkellogg/ebnf", branch: "develop"
gem 'linkeddata', github: "ruby-rdf/linkeddata", branch: "develop"
gem 'sxp', github: "dryruby/sxp.rb", branch: "develop"
gem 'ebnf', git: "https://github.com/gkellogg/ebnf", branch: "develop"
#gem 'linkeddata', git: "https://github.com/ruby-rdf/linkeddata", branch: "develop"
gem 'rdf-isomorphic', git: "https://github.com/ruby-rdf/rdf-isomorphic", branch: "develop"
gem 'rdf-turtle', git: "https://github.com/ruby-rdf/rdf-turtle", branch: "develop"
gem 'rdf-xsd', git: "https://github.com/ruby-rdf/rdf-xsd", branch: "develop"
gem 'rdf-spec', git: "https://github.com/ruby-rdf/rdf-spec", branch: "develop"
gem 'sparql', git: "https://github.com/ruby-rdf/sparql", branch: "develop"
gem 'sxp', git: "https://github.com/dryruby/sxp.rb", branch: "develop"
gem 'simplecov', require: false
gem 'coveralls', require: false
gem 'earl-report'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.5.2
Loading

0 comments on commit b1b1578

Please sign in to comment.