doubleshot icon indicating copy to clipboard operation
doubleshot copied to clipboard

Build and Dependency Management for mixed Java/Ruby projects.

Results 6 doubleshot issues
Sort by recently updated
recently updated
newest added

I'm a bot made by @montanaflynn, cheers!

The Listen gem (or our usage of it, same result) is flaky. It fails to start a Listener a third of the time, and occassionally falls back to polling for...

bug

Since the `pom.xml` is required for bootstrapping, let's just remove the bootstrapping code within Doubleshot. It's a bit difficult to maintain, and the project will integrate better with other tools...

Right now we're using `org.sam.doubleshot`. The `groupId` needs to be a domain-name I control however according to the Maven Central publishing guidelines. For hosted projects we have the option of...

@michaelklishin mentioned that supporting local JARs can be a lifesaver: - Some project maintainers don't release artifacts on any schedule. - Some project maintainers just publish JARs on their own...

enhancement

Because Rubygems is a terrible library and uses globals all over the place, we set `Gem::sources` to assign the repository for the `SpecFetcher` and `DependencyInstaller`. We create a `GemSource` _per-repository_...

bug