diff options
author | Brian Evans <grknight@gentoo.org> | 2018-05-24 15:47:48 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-05-24 15:47:48 -0400 |
commit | 549f3459a5d03942b94a362e318138f94411fbc2 (patch) | |
tree | ea53103c0933c7fb420afe35b74d174bc3be7ff6 /projects.rb | |
parent | not a hash :( (diff) | |
download | semantic-data-toolkit-549f3459a5d03942b94a362e318138f94411fbc2.tar.gz semantic-data-toolkit-549f3459a5d03942b94a362e318138f94411fbc2.tar.bz2 semantic-data-toolkit-549f3459a5d03942b94a362e318138f94411fbc2.zip |
Infra is on Ruby 2.3; no need to have backports for <2.120180524T202804Z
Diffstat (limited to 'projects.rb')
-rwxr-xr-x | projects.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects.rb b/projects.rb index b76742a..69a2857 100755 --- a/projects.rb +++ b/projects.rb @@ -3,7 +3,6 @@ # Alex Legler <a3li@gentoo.org> require_relative 'lib/vocabulary' -require 'backports/2.1.0/array/to_h' require 'json' require 'rdf/rdfxml' require 'uri' |