Skip to content

Commit 6a78623

Browse files
committed
Remove require from gemspec.
1 parent 5b8c46e commit 6a78623

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

rdf-virtuoso.gemspec

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# -*- encoding: utf-8 -*-
2-
$:.push File.expand_path('../lib', __FILE__)
3-
require 'rdf/virtuoso'
42

53
Gem::Specification.new do |s|
64
s.name = 'rdf-virtuoso'
@@ -14,10 +12,7 @@ Gem::Specification.new do |s|
1412
s.description = %q{An RDF.rb extension library for interacting with a Virtuoso rdf store.\nSupports SPARQL 1.1 UPDATE extensions and some Virtuoso specific commands.}
1513
s.licenses = ['GPL-3']
1614

17-
s.rubyforge_project = 'rdf-virtuoso'
18-
19-
s.files = %w(README.md) + Dir.glob('lib/**/*.rb')
20-
s.files += Dir['spec/**/*.rb'] + Dir['doc/**/**/*.rb']
15+
s.files = %w(README.md VERSION) + Dir.glob('lib/**/*.rb')
2116
s.require_paths = ['lib']
2217

2318
s.add_runtime_dependency 'rdf', '~> 3.1'

0 commit comments

Comments
 (0)