Regenerate gemspec for version 0.3.0
This commit is contained in:
parent
dd8534903e
commit
73f1d90048
@ -2,16 +2,16 @@
|
||||
# DO NOT EDIT THIS FILE DIRECTLY
|
||||
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
||||
# -*- encoding: utf-8 -*-
|
||||
# stub: algoliasearch-jekyll 0.2.3 ruby lib
|
||||
# stub: algoliasearch-jekyll 0.3.0 ruby lib
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "algoliasearch-jekyll"
|
||||
s.version = "0.2.3"
|
||||
s.version = "0.3.0"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.require_paths = ["lib"]
|
||||
s.authors = ["Tim Carry"]
|
||||
s.date = "2015-07-16"
|
||||
s.date = "2015-07-21"
|
||||
s.description = "Index all your pages and posts to an Algolia index with `jekyll algolia push`"
|
||||
s.email = "tim@pixelastic.com"
|
||||
s.extra_rdoc_files = [
|
||||
@ -19,41 +19,63 @@ Gem::Specification.new do |s|
|
||||
"README.md"
|
||||
]
|
||||
s.files = [
|
||||
".coveralls.yml",
|
||||
".rspec",
|
||||
".rubocop.yml",
|
||||
".travis.yml",
|
||||
"Gemfile",
|
||||
"Guardfile",
|
||||
"LICENSE.txt",
|
||||
"README.md",
|
||||
"Rakefile",
|
||||
"VERSION",
|
||||
"algoliasearch-jekyll.gemspec",
|
||||
"lib/algoliasearch-jekyll.rb",
|
||||
"lib/credential_checker.rb",
|
||||
"lib/push.rb",
|
||||
"lib/record_extractor.rb",
|
||||
"scripts/check_flay",
|
||||
"scripts/check_flog",
|
||||
"scripts/git_hooks/pre-commit",
|
||||
"scripts/git_hooks/pre-push",
|
||||
"scripts/run_tests",
|
||||
"scripts/update_gem",
|
||||
"spec/credential_checker_spec.rb",
|
||||
"spec/fixtures/_config.yml",
|
||||
"spec/fixtures/_layouts/default.html",
|
||||
"spec/fixtures/_my-collection/collection-item.html",
|
||||
"spec/fixtures/_my-collection/collection-item.md",
|
||||
"spec/fixtures/_posts/2015-07-02-test-post.md",
|
||||
"spec/fixtures/_posts/2015-07-03-test-post-again.md",
|
||||
"spec/fixtures/_site/2015/07/02/test-post.html",
|
||||
"spec/fixtures/_site/2015/07/03/test-post-again.html",
|
||||
"spec/fixtures/_site/about.html",
|
||||
"spec/fixtures/_site/assets/ring.png",
|
||||
"spec/fixtures/_site/authors.html",
|
||||
"spec/fixtures/_site/excluded.html",
|
||||
"spec/fixtures/_site/hierarchy.html",
|
||||
"spec/fixtures/_site/index.html",
|
||||
"spec/fixtures/_site/my-collection/collection-item.html",
|
||||
"spec/fixtures/_site/page2/index.html",
|
||||
"spec/fixtures/_site/weight.html",
|
||||
"spec/fixtures/about.md",
|
||||
"spec/fixtures/api_key_dir/_algolia_api_key",
|
||||
"spec/fixtures/assets/ring.png",
|
||||
"spec/fixtures/authors.html",
|
||||
"spec/fixtures/excluded.html",
|
||||
"spec/fixtures/hierarchy.md",
|
||||
"spec/fixtures/index.html",
|
||||
"spec/fixtures/weight.md",
|
||||
"spec/push_spec.rb",
|
||||
"spec/record_extractor_spec.rb",
|
||||
"spec/spec_helper.rb",
|
||||
"spec/spec_helper_jekyll.rb",
|
||||
"spec/spec_helper_simplecov.rb"
|
||||
"spec/spec_helper_simplecov.rb",
|
||||
"txt/api_key_missing",
|
||||
"txt/application_id_missing",
|
||||
"txt/index_name_missing"
|
||||
]
|
||||
s.homepage = "https://github.com/algolia/algoliasearch-jekyll"
|
||||
s.licenses = ["MIT"]
|
||||
s.rubygems_version = "2.4.6"
|
||||
s.rubygems_version = "2.4.8"
|
||||
s.summary = "AlgoliaSearch for Jekyll"
|
||||
|
||||
if s.respond_to? :specification_version then
|
||||
@ -64,6 +86,9 @@ Gem::Specification.new do |s|
|
||||
s.add_runtime_dependency(%q<awesome_print>, ["~> 1.6"])
|
||||
s.add_runtime_dependency(%q<json>, ["~> 1.8"])
|
||||
s.add_runtime_dependency(%q<nokogiri>, ["~> 1.6"])
|
||||
s.add_development_dependency(%q<coveralls>, ["~> 0.8"])
|
||||
s.add_development_dependency(%q<flay>, ["~> 2.6"])
|
||||
s.add_development_dependency(%q<flog>, ["~> 4.3"])
|
||||
s.add_development_dependency(%q<guard-rspec>, ["~> 4.6"])
|
||||
s.add_development_dependency(%q<jekyll>, ["~> 2.5"])
|
||||
s.add_development_dependency(%q<jeweler>, ["~> 2.0"])
|
||||
@ -75,6 +100,9 @@ Gem::Specification.new do |s|
|
||||
s.add_dependency(%q<awesome_print>, ["~> 1.6"])
|
||||
s.add_dependency(%q<json>, ["~> 1.8"])
|
||||
s.add_dependency(%q<nokogiri>, ["~> 1.6"])
|
||||
s.add_dependency(%q<coveralls>, ["~> 0.8"])
|
||||
s.add_dependency(%q<flay>, ["~> 2.6"])
|
||||
s.add_dependency(%q<flog>, ["~> 4.3"])
|
||||
s.add_dependency(%q<guard-rspec>, ["~> 4.6"])
|
||||
s.add_dependency(%q<jekyll>, ["~> 2.5"])
|
||||
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
||||
@ -87,6 +115,9 @@ Gem::Specification.new do |s|
|
||||
s.add_dependency(%q<awesome_print>, ["~> 1.6"])
|
||||
s.add_dependency(%q<json>, ["~> 1.8"])
|
||||
s.add_dependency(%q<nokogiri>, ["~> 1.6"])
|
||||
s.add_dependency(%q<coveralls>, ["~> 0.8"])
|
||||
s.add_dependency(%q<flay>, ["~> 2.6"])
|
||||
s.add_dependency(%q<flog>, ["~> 4.3"])
|
||||
s.add_dependency(%q<guard-rspec>, ["~> 4.6"])
|
||||
s.add_dependency(%q<jekyll>, ["~> 2.5"])
|
||||
s.add_dependency(%q<jeweler>, ["~> 2.0"])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user