README.md in middleman-syntax-3.3.0 vs README.md in middleman-syntax-3.4.0
- old
+ new
@@ -1,12 +1,11 @@
# Middleman-Syntax
`middleman-syntax` is an extension for the [Middleman] static site generator that adds syntax highlighting via [Rouge](https://github.com/jayferd/rouge).
[![Gem Version](https://badge.fury.io/rb/middleman-syntax.svg)][gem]
-[![Build Status](https://travis-ci.org/middleman/middleman-syntax.svg)][travis]
-[![Dependency Status](https://gemnasium.com/middleman/middleman-syntax.svg?travis)][gemnasium]
+[![CI](https://github.com/middleman/middleman-syntax/actions/workflows/ci.yml/badge.svg)](https://github.com/middleman/middleman-syntax/actions/workflows/ci.yml)
[![Code Quality](https://codeclimate.com/github/middleman/middleman-syntax.svg)][codeclimate]
## Installation
If you're just getting started, install the `middleman` gem and generate a new project:
@@ -14,14 +13,12 @@
```bash
gem install middleman
middleman init MY_PROJECT
```
-If you already have a Middleman project: Add `gem "middleman-syntax"` to your `Gemfile` and run `bundle install`.
+If you already have a Middleman project, add `gem "middleman-syntax"` to your `Gemfile` and run `bundle install`.
-**This plugin will not work on Ruby 1.8!** Rouge requires 1.9+, so we do too.
-
## Configuration
```ruby
activate :syntax
```
@@ -195,17 +192,15 @@
3. Run `bundle install` inside the project root to install the gem dependencies.
4. Run test cases: `bundle exec rake test`
## Donate
-[Click here to lend your support to Middleman](https://spacebox.io/s/4dXbHBorC3)
+[Click here to lend your support to Middleman](https://github.com/sponsors/tdreyno)
## License
Copyright (c) 2012-2014 Benjamin Hollis. MIT Licensed, see [LICENSE] for details.
[middleman]: http://middlemanapp.com
[gem]: https://rubygems.org/gems/middleman-syntax
-[travis]: http://travis-ci.org/middleman/middleman-syntax
-[gemnasium]: https://gemnasium.com/middleman/middleman-syntax
[codeclimate]: https://codeclimate.com/github/middleman/middleman-syntax
[LICENSE]: https://github.com/middleman/middleman-syntax/blob/master/LICENSE.md