Marvin Bitterlich

Results 12 comments of Marvin Bitterlich

The way I would like to have it would be having two separate stacks. You have a command to push windows from left to right and back. You can puch...

Yes, something like that would be great!

I encountered this same need just now and took a stab at a regexManager, its not working but maybe someone with more knowledge about these might know what is missing...

The discussion already references examples like https://github.com/mdub/config_hound/blob/master/config_hound.gemspec If that helps :)

``` Gem::Specification.new do |spec| spec.name = "renovate-gemspec-example" spec.version = '1.0.0' spec.authors = ["reggaemuffin"] spec.email = ["[email protected]"] spec.summary = %q{A minimal example for a gemspec file to parse} spec.description = %q{A...

![image](https://user-images.githubusercontent.com/644950/130241689-ce19c3d5-7611-4d01-b492-27b844ac82bb.png) It seems that `^.*add.*dependency.*['"](?.*?)['"],.*['"](?.*?)['"].*` might work as a generic enough regex for this example

Tested this locally and it does not register in the logs of renovate except in the config So far unclear: - Is datasource rubygems or bundler or something else, and...

I created https://github.com/reggaemuffin/renovate-gemspec-minimal-example and will try to update it with the `ruby` version strategy to see if that works

You can see a run of it as https://app.renovatebot.com/dashboard#github/reggaemuffin/renovate-gemspec-minimal-example/432999060 ![image](https://user-images.githubusercontent.com/644950/130245031-23a02ba6-9826-4e50-8e9c-a54890298c71.png) Not sure how to extract more information out of this but let me know if you have any ideas

For me the newest file worked. It started up and using `/chunkgen zone ~ ~ 5000 5000 0` started generating chunks. There is still a minor floating point problem ;)...