# -*- encoding: utf-8 -*-
# stub: odrl-ruby 0.2.4 ruby lib

Gem::Specification.new do |s|
  s.name = "odrl-ruby".freeze
  s.version = "0.2.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/markwilkinson/ODRL-RUBY/blob/master/CHANGELOG.md", "documentation_uri" => "https://www.rubydoc.info/gems/odrl-ruby/", "homepage_uri" => "https://example.org", "source_code_uri" => "https://github.com/markwilkinson/ODRL-RUBY" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mark Wilkinson".freeze, "Oussama Benhamed".freeze]
  s.bindir = "exe".freeze
  s.date = "2024-06-13"
  s.description = "A builder for ODRL files. Does basic validation against core ODRL vocabularies. Has a Builder that allows you to create ODRL Profiles to extend the core vocabulary.  DOES NOT validate against a profile.  DOES NOT cover the full ODRL specificaiton, only the bits that I needed!".freeze
  s.email = ["markw@illuminae.com".freeze, "benhamedoussamamed@gmail.com".freeze]
  s.files = [".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/biohackathon-output.ttl".freeze, "examples/build_profile.rb".freeze, "examples/create-biohackathon-offer.rb".freeze, "examples/create-nagoya-es-offer.rb".freeze, "examples/nagoya-output.ttl".freeze, "launch.json".freeze, "lib/odrl/action.rb".freeze, "lib/odrl/asset.rb".freeze, "lib/odrl/base.rb".freeze, "lib/odrl/constraint.rb".freeze, "lib/odrl/odrl/version.rb".freeze, "lib/odrl/party.rb".freeze, "lib/odrl/policy.rb".freeze, "lib/odrl/profile/builder.rb".freeze, "lib/odrl/ruby.rb".freeze, "lib/odrl/rule.rb".freeze]
  s.homepage = "https://example.org".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.6.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "builds ODRL files.".freeze
end