diff --git a/recipes/rb-jekyll-relative-links/LICENSE.md b/recipes/rb-jekyll-relative-links/LICENSE.md deleted file mode 100644 index a2c5dbedf4413..0000000000000 --- a/recipes/rb-jekyll-relative-links/LICENSE.md +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Ben Balter - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/recipes/rb-jekyll-relative-links/meta.yaml b/recipes/rb-jekyll-relative-links/meta.yaml deleted file mode 100644 index efb2c72228b4a..0000000000000 --- a/recipes/rb-jekyll-relative-links/meta.yaml +++ /dev/null @@ -1,42 +0,0 @@ -{% set name = "jekyll-relative-links" %} -{% set version = "0.6.0" %} - -package: - name: rb-{{ name|lower }} - version: {{ version }} - -source: - url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem - sha256: a59be3ddff1aaddba1b37a6a9dc3d5201a4cc5ee7647b087b8228291f34d2cb7 - -build: - noarch: generic - number: 0 - script: - - gem install -N -l -V --norc --ignore-dependencies {{ name }}-{{ version }}.gem - skip: {{ win }} - -requirements: - host: - - ruby - run: - - ruby - - rb-jekyll >=3.3,<4 - -test: - commands: - - ruby -r {{ name }} -e 'exit 0' - -about: - home: https://rubygems.org/gems/{{ name }} - license: MIT - license_family: MIT - license_file: LICENSE.md - summary: A Jekyll plugin to convert relative links to markdown files to their rendered equivalents. - - doc_url: https://www.rubydoc.info/gems/{{ name }} - dev_url: https://github.com/benbalter/{{ name }} - -extra: - recipe-maintainers: - - sodre