Skip to content

Commit 3436685

Browse files
committed
Lower the required ruby version to 1.9.3
1 parent ba2a2a8 commit 3436685

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ld4l-foaf_rdf.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
1313
spec.description = %q{LD4L FOAF RDF provides tools for modeling a person triples based on the FOAF ontology and persisting to a triplestore.}
1414
spec.homepage = "https://github.com/ld4l/foaf_rdf"
1515
spec.license = "APACHE2"
16-
spec.required_ruby_version = '>= 2.1.2'
16+
spec.required_ruby_version = '>= 1.9.3'
1717

1818
spec.files = `git ls-files -z`.split("\x0")
1919
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})

lib/ld4l/foaf_rdf/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module LD4L
22
module FoafRDF
3-
VERSION = "0.0.2"
3+
VERSION = "0.0.3"
44
end
55
end

0 commit comments

Comments
 (0)