We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2a2a8 commit 3436685Copy full SHA for 3436685
ld4l-foaf_rdf.gemspec
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
13
spec.description = %q{LD4L FOAF RDF provides tools for modeling a person triples based on the FOAF ontology and persisting to a triplestore.}
14
spec.homepage = "https://github.com/ld4l/foaf_rdf"
15
spec.license = "APACHE2"
16
- spec.required_ruby_version = '>= 2.1.2'
+ spec.required_ruby_version = '>= 1.9.3'
17
18
spec.files = `git ls-files -z`.split("\x0")
19
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
lib/ld4l/foaf_rdf/version.rb
@@ -1,5 +1,5 @@
1
module LD4L
2
module FoafRDF
3
- VERSION = "0.0.2"
+ VERSION = "0.0.3"
4
end
5
0 commit comments