Project

maltese

0.0
No release in over 3 years
Low commit activity in last 3 years
Ruby library to generate sitemap for DataCite Commons.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 12.0
~> 3.4
~> 0.1
~> 3.0, >= 3.0.3
~> 3.0, >= 3.0.1

Runtime

>= 4.2.5, < 6
~> 1.19
~> 2.1, >= 2.1.1
= 0.17.0
~> 4.1
~> 3.1
~> 0.19
 Project Readme

Gem Version Build Status Code Climate Test Coverage

Maltese

Ruby gem and command-line tool for generating sitemap files from the DataCite REST API. Uses the SitemapGenerator gem and can be run as Docker container, e.g. using as a scheduled task in AWS ECS triggered by AWS Cloudwatch Events.

Run as a command-line tool:

maltese sitemap

Installation

Requires Ruby 2.2 or later. Then add the following to your Gemfile to install the latest version:

gem 'maltese'

Then run bundle install to install into your environment.

You can also install the gem system-wide in the usual way:

gem install maltese

Development

We use rspec for unit testing:

bundle exec rspec

Follow along via Github Issues.

Note on Patches/Pull Requests

  • Fork the project
  • Write tests for your new feature or a test that reproduces a bug
  • Implement your feature or make a bug fix
  • Do not mess with Rakefile, version or history
  • Commit, push and make a pull request. Bonus points for topical branches.

License

maltese is released under the MIT License.