Skip to content

Commit

Permalink
Cleaned gemspec [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jul 21, 2018
1 parent 411383e commit 15bd651
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions searchkick.gemspec
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# coding: utf-8

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "searchkick/version"

Gem::Specification.new do |spec|
spec.name = "searchkick"
spec.version = Searchkick::VERSION
spec.authors = ["Andrew Kane"]
spec.email = ["andrew@chartkick.com"]
spec.description = "Intelligent search made easy"
spec.summary = "Searchkick learns what your users are looking for. As more people search, it gets smarter and the results get better. It’s friendly for developers - and magical for your users."
spec.summary = "Intelligent search made easy"
spec.homepage = "https://github.com/ankane/searchkick"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features|benchmark)/})
spec.require_paths = ["lib"]
spec.author = "Andrew Kane"
spec.email = "andrew@chartkick.com"

spec.files = Dir["*.{md,txt}", "{lib}/**/*"]
spec.require_path = "lib"

spec.required_ruby_version = ">= 2.2.0"
spec.required_ruby_version = ">= 2.2"

spec.add_dependency "activemodel", ">= 4.2"
spec.add_dependency "elasticsearch", ">= 5"
Expand Down

0 comments on commit 15bd651

Please sign in to comment.