Skip to content

Commit

Permalink
Fork the gem under a different name
Browse files Browse the repository at this point in the history
This may be temporary, but we are going to publish our fork
to rubygems under another name.

This will allow us to include this version as a dependency in the
govuk_tech_docs gem we publish here:
https://rubygems.org/gems/govuk_tech_docs

The difference between this and upstream is a change from therubyracer
to execjs. This fixes problems with middleman hanging in dev mode.
See manastech#24 for more
details.
  • Loading branch information
MatMoore committed Oct 12, 2018
1 parent 50d0723 commit 48e509d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/middleman-search/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MiddlemanSearch
VERSION = "0.10.0"
VERSION = "0.11.0a"
end
10 changes: 5 additions & 5 deletions middleman-search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'middleman-search/version'

Gem::Specification.new do |spec|
spec.name = "middleman-search"
spec.name = "middleman-search-gds"
spec.version = MiddlemanSearch::VERSION
spec.authors = ["Matías García Isaía", "Santiago Palladino"]
spec.email = ["mgarcia@manas.com.ar", "spalladino@manas.com.ar"]
spec.authors = ["Government Digital Service", "Matías García Isaía", "Santiago Palladino"]
spec.email = ["govuk-dev@digital.cabinet-office.gov.uk", "mgarcia@manas.com.ar", "spalladino@manas.com.ar"]
spec.summary = %q{LunrJS-based search for Middleman}
spec.description = %q{LunrJS-based search for Middleman}
spec.homepage = "http://github.com/manastech/middleman-search"
spec.description = %q{LunrJS-based search for Middleman. This is an unofficial fork of the middleman-search gem.}
spec.homepage = "http://github.com/alphagov/middleman-search"
spec.license = "MIT"

spec.files = `git ls-files`.split($/)
Expand Down

0 comments on commit 48e509d

Please sign in to comment.