Ido Abramovich

Results 4 issues of Ido Abramovich

`custom_event` is pretty useful but I'm facing a small issue with it. In the `custom_event` block, I'm overwriting the default `host` param, but I also want to be able to...

see code example: ``` ruby wb.add_worksheet(name: "Category Test") do |sheet| sheet.add_row ['', 'First', 'Second'] sheet.add_row ['A', '10', '20'] sheet.add_row ['B', '20', '10'] sheet.add_row ['C', '30', '40'] sheet.add_row ['D', '40', '30']...

Bug

Following issue #245, I tried to implement a similar situation inside a `dry-validators` contract, but the following code fails when there is at least one rule involved, see example below...

bug
help wanted

Hi, I'm trying to use the gem like this: `gem bump --tag --skip-ci --push --version patch` my current version is 0.0.1 and I'm bumping to 0.1.0 I'm expecting the tag...