From add8862fe686d8a245e766daab77663ff88880c5 Mon Sep 17 00:00:00 2001 From: Sebastien Savater Date: Mon, 4 Sep 2023 16:03:47 +0200 Subject: [PATCH] Mon Territoire renamed to Solutions & territoire --- LICENSE | 2 +- README.md | 22 +++++++++++----------- caoutsearch.gemspec | 2 +- retype.yml | 10 +++++----- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/LICENSE b/LICENSE index d3a0139..d9a2fe0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2022 Mon Territoire +Copyright (c) 2023 Solutions & Territoire MIT License diff --git a/README.md b/README.md index 7b15da8..3e4349d 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Caoutsearch [\ˈkawt͡ˈsɝtʃ\\](http://ipa-reader.xyz/?text=ˈkawt͡ˈsɝtʃ) [![Gem Version](https://badge.fury.io/rb/caoutsearch.svg)](https://rubygems.org/gems/caoutsearch) -[![CI Status](https://github.com/mon-territoire/caoutsearch/actions/workflows/ci.yml/badge.svg)](https://github.com/mon-territoire/caoutsearch/actions/workflows/ci.yml) +[![CI Status](https://github.com/solutions-territoire/caoutsearch/actions/workflows/ci.yml/badge.svg)](https://github.com/solutions-territoire/caoutsearch/actions/workflows/ci.yml) [![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard) -[![Maintainability](https://api.codeclimate.com/v1/badges/fbe73db3fd8be9a10e12/maintainability)](https://codeclimate.com/github/mon-territoire/caoutsearch/maintainability) -[![Test Coverage](https://api.codeclimate.com/v1/badges/fbe73db3fd8be9a10e12/test_coverage)](https://codeclimate.com/github/mon-territoire/caoutsearch/test_coverage) +[![Maintainability](https://api.codeclimate.com/v1/badges/fbe73db3fd8be9a10e12/maintainability)](https://codeclimate.com/github/solutions-territoire/caoutsearch/maintainability) +[![Test Coverage](https://api.codeclimate.com/v1/badges/fbe73db3fd8be9a10e12/test_coverage)](https://codeclimate.com/github/solutions-territoire/caoutsearch/test_coverage) -[![JRuby](https://github.com/mon-territoire/caoutsearch/actions/workflows/jruby.yml/badge.svg)](https://github.com/mon-territoire/caoutsearch/actions/workflows/jruby.yml) -[![Truffle Ruby](https://github.com/mon-territoire/caoutsearch/actions/workflows/truffle_ruby.yml/badge.svg)](https://github.com/mon-territoire/caoutsearch/actions/workflows/truffle_ruby.yml) +[![JRuby](https://github.com/solutions-territoire/caoutsearch/actions/workflows/jruby.yml/badge.svg)](https://github.com/solutions-territoire/caoutsearch/actions/workflows/jruby.yml) +[![Truffle Ruby](https://github.com/solutions-territoire/caoutsearch/actions/workflows/truffle_ruby.yml/badge.svg)](https://github.com/solutions-territoire/caoutsearch/actions/workflows/truffle_ruby.yml) **!! Gem under development before public release !!** @@ -15,14 +15,14 @@ Caoutsearch is a new Elasticsearch integration for Ruby and/or Rails. It provides a simple but powerful DSL to perform complex indexing and searching, while securely exposing search criteria to a public and chainable API, without overwhelming your models. Caoutsearch only supports Elasticsearch 8.x right now. -It is used in production in a robust application, updated and maintained for several years at [Mon Territoire](https://mon-territoire.fr). +It is used in production in a robust application, updated and maintained for several years at [Solutions & Territoire](https://solutions-territoire.fr). Caoutsearch was inspired by awesome gems such as [elasticsearch-rails](https://github.com/elastic/elasticsearch-rails) or [search_flip](https://github.com/mrkamel/search_flip). Depending on your search scenarios, they may better suite your needs. ## Documentation -Visit our [offical documentation](https://mon-territoire.github.io/caoutsearch) to understand how to use Caoutsearch. +Visit our [offical documentation](https://solutions-territoire.github.io/caoutsearch) to understand how to use Caoutsearch. ## Installation @@ -71,8 +71,8 @@ ArticleSearch.search(published_on: [["now-1y", nil]]).aggregate(:popular_tags) ## Contributing -1. Don't hesitate to submit your feature/idea/fix in [issues](https://github.com/inkstak/activejob-status) -2. Fork the [repository](https://github.com/inkstak/activejob-status) +1. Don't hesitate to submit your feature/idea/fix in [issues](https://github.com/solutions-territoire/caoutsearch/issues) +2. Fork the [repository](https://github.com/solutions-territoire/caoutsearch) 3. Create your feature branch 4. Ensure RSpec & Rubocop are passing 4. Create a pull request @@ -99,7 +99,7 @@ bundle exec rake ## License & credits -Please see [LICENSE](https://github.com/mon-territoire/caoutsearch/blob/main/LICENSE) for further details. +Please see [LICENSE](https://github.com/solutions-territoire/caoutsearch/blob/main/LICENSE) for further details. -Contributors: [./graphs/contributors](https://github.com/mon-territoire/caoutsearch/graphs/contributors) +Contributors: [./graphs/contributors](https://github.com/solutions-territoire/caoutsearch/graphs/contributors) diff --git a/caoutsearch.gemspec b/caoutsearch.gemspec index f08ef33..a45a541 100644 --- a/caoutsearch.gemspec +++ b/caoutsearch.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |s| s.authors = ["Savater Sebastien", "Bailhache Jeanne"] s.email = "github.60k5k@simplelogin.co" - s.homepage = "http://github.com/mon-territoire/caoutsearch" + s.homepage = "http://github.com/solutions-territoire/caoutsearch" s.licenses = ["MIT"] s.summary = "An alternative approach to index & search with Elasticsearch & Ruby on Rails" diff --git a/retype.yml b/retype.yml index bf7b96e..68e0106 100644 --- a/retype.yml +++ b/retype.yml @@ -1,6 +1,6 @@ input: . output: .retype -url: https://mon-territoire.github.io/caoutsearch +url: https://solutions-territoire.github.io/caoutsearch branding: title: Caoutsearch @@ -15,17 +15,17 @@ links: icon: ruby target: blank - text: Github - link: https://github.com/mon-territoire/caoutsearch + link: https://github.com/solutions-territoire/caoutsearch icon: mark-github target: blank - text: Issues - link: https://github.com/mon-territoire/caoutsearch/issues + link: https://github.com/solutions-territoire/caoutsearch/issues icon: bug target: blank # - text: "Changelog" - # link: https://github.com/mon-territoire/caoutsearch/releases + # link: https://github.com/solutions-territoire/caoutsearch/releases # icon: versions # target: blank footer: - copyright: "© 2023 [Mon Territoire](https://mon-territoire.fr) - [MIT License](https://github.com/mon-territoire/caoutsearch/blob/main/LICENSE)" \ No newline at end of file + copyright: "© 2023 [Solutions & Territoire](https://solutions-territoire.fr) - [MIT License](https://github.com/solutions-territoire/caoutsearch/blob/main/LICENSE)" \ No newline at end of file