Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
3b4a11f3bc |
2 changed files with 1 additions and 2 deletions
|
@ -5,7 +5,6 @@
|
|||
[![Gem Version](https://badge.fury.io/rb/namarara.svg)](https://rubygems.org/gems/namarara)
|
||||
[![GitHub license](https://img.shields.io/github/license/glenux/namarara.svg)](https://github.com/glenux/namarara/blob/master/LICENSE)
|
||||
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
|
||||
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
|
||||
|
||||
Namarara is a library that can parses boolean expressions, builds an [binary
|
||||
expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree) and
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -25,4 +25,4 @@ end
|
|||
|
||||
Rake::Task[:spec].enhance ['spec:rubocop']
|
||||
|
||||
task :default => :spec
|
||||
task default: :spec
|
||||
|
|
Loading…
Reference in a new issue