-
I believe the documentation on the readme of "rust in ruby" is faulty/imperfect. When scaffolding the Rakefile with the given instructions, the Rakefile contains only `require "bundler/gem_tasks"`. No…
-
https://ruby.github.io/rake/Rake/FileUtilsExt.html#method-i-when_writing
-
##### Description
I would like to run multiple test cases written using minitest; it would be good to have Rakefile generated for the same to that rake task can be incorporated to run all the test ca…
-
So when running setupmymac for docker, this also seems to fail:
```
Traceback (most recent call last):
2: from /usr/bin/bundle2.7:23:in `'
1: from /usr/lib/ruby/2.7.0/rubygems.rb…
-
Pdd is part of the workflow in the Zold development, and it is used both in Travis and rultor to check for puzzles and create issue accordingly. The puzzle format is very strict, so it happens that Tr…
-
See [test project](https://github.com/slonopotamus/jruby-windows-rakefile).
It contains a simple `Gemfile`:
```ruby
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'kindle…
-
Will you be adding a working Rakefile to have a fully functional standalone set of mongo ruby koans? The rakefile in the original chicagoruby repo doesn't work anymore (with Ruby-1.9.2). Wondering i…
-
Consistently formatted yaml, json, etc makes it easier for multiple developers and reduces git diffs.
Formatting and linting that can be run on at git commit time with a git hook, reduces the need …
-
Given a Rakefile
```
multitask :default => [:a, :b, :c, :d, :e]
task :a => ['target']
task :b => ['target']
task :c => ['target']
task :d => ['target']
task :e => ['target']
rule(/^targe…
ilpon updated
6 years ago
-
I should be able to specify my settings in a `release` block inside the Rakefile and have testflight pull those settings instead of development for distributing builds.
I see the counter argument to …