Skip to content

Commit

Permalink
Move to ruby 3.0.x as minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
htdebeer committed Nov 26, 2023
1 parent 76fcd2c commit a110bce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ gem install paru
```

You can also download the latest gem
[paru-1.1.2.gem](https://github.com/htdebeer/paru/blob/master/releases/paru-1.1.2.gem)
[paru-1.2.0.gem](https://github.com/htdebeer/paru/blob/master/releases/paru-1.2.0.gem)
and install it by:

``` bash
cd /directory/you/downloaded/the/gem/to
gem install paru-1.1.2.gem
gem install paru-1.2.0.gem
```

Paru, obviously, requires pandoc. See
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "bundler/gem_tasks"
require "rake/testtask"
require 'rubocop/rake_task'
require "yard"

Rake::TestTask.new do |t|
Expand All @@ -23,7 +22,6 @@ task :generate_doc do
end

task :build do
Rake::Task[:rubocop].execute
Rake::Task["test"].execute
Rake::Task["yard"].execute
sh "gem build paru.gemspec; mv *.*.*.gem releases"
Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ gem install paru
```

You can also download the latest gem
[paru-1.1.2.gem](https://github.com/htdebeer/paru/blob/master/releases/paru-1.1.2.gem)
[paru-1.2.0.gem](https://github.com/htdebeer/paru/blob/master/releases/paru-1.2.0.gem)
and install it by:

``` bash
cd /directory/you/downloaded/the/gem/to
gem install paru-1.1.2.gem
gem install paru-1.2.0.gem
```

Paru, obviously, requires pandoc. See
Expand Down
Binary file added releases/paru-1.2.0.gem
Binary file not shown.

0 comments on commit a110bce

Please sign in to comment.