Skip to content

Commit

Permalink
removing spec requirement from gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 20, 2018
1 parent 21d8929 commit 0ddd203
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions neo4j-core.gemspec
Expand Up @@ -18,9 +18,8 @@ Gem::Specification.new do |s|
Neo4j-core provides classes and methods to work with the graph database Neo4j.
DESCRIPTION

s.require_paths = %w[lib spec]
s.require_path = 'lib'
s.files = Dir.glob('{bin,lib,config}/**/*') + %w[README.md Gemfile neo4j-core.gemspec]
s.files += Dir['spec/neo4j/core/shared_examples/adaptor.rb', 'spec/neo4j_spec_helpers']
s.has_rdoc = true
s.extra_rdoc_files = %w[README.md]
s.rdoc_options = ['--quiet', '--title', 'Neo4j::Core', '--line-numbers', '--main', 'README.rdoc', '--inline-source']
Expand Down

0 comments on commit 0ddd203

Please sign in to comment.