bullet-train-co / magic_test

MIT License
440 stars 23 forks source link

Version 0.1.0 is not published on ruby gems #88

Closed adrienpoly closed 5 months ago

adrienpoly commented 1 year ago

Hello

Thanks for your work on this gem. I noticed that v0.1.0 was released on Github but I think it was not published to Rubygems

as a solution, I am currently pointing to GitHub

gem "magic_test", git: "https://github.com/bullet-train-co/magic_test.git", tag: 'v0.1.0'

thanks

kg-currenxie commented 1 year ago

Thx. Would be nice to release to rubygems. It took a while to figure out, as the current docs with bundle binstubs magic_test does not work in 0.0.9

gazayas commented 1 year ago

@kg-currenxie Same here, wasn't able to run bundle binstubs magic_test until I used gem "magic_test", git: "https://github.com/bullet-train-co/magic_test.git", tag: 'v0.1.0'

Frexuz commented 1 year ago

Any news? Running bundle install is always slow as github sources dont cache. Even more so when travelling without a good connection

gazayas commented 1 year ago

Tagging @andrewculver just in case

Frexuz commented 11 months ago

Bump :(

jagthedrummer commented 11 months ago

@andrewculver If you'll make me an owner on this gem I'll get a new release cut and published.

gazayas commented 11 months ago

As a side note, this doesn't solve the rubygems issue, but I at least started my own fork which includes some of the pull requests I have open on this repository.

Feel free to open PRs over there in the meantime.

gem "magic_test", git: "git@github.com:gazayas/magic_test.git", branch: "pre-0.1.0"
konung commented 6 months ago

@kg-currenxie Same here, wasn't able to run bundle binstubs magic_test until I used gem "magic_test", git: "https://github.com/bullet-train-co/magic_test.git", tag: 'v0.1.0'

Yep. Same issue. Makes Installation instructions confusing - as this line about bundle binstubs doesn't work


bundle binstubs magic_test                                                                          
magic_test has no executables, but you may want one from a gem it depends on.
  pry has: pry

But pointint to git / tag v0.1.0 - worked.

natevick commented 5 months ago

👋🏻 I just pushed version 0.1.0 to Rubygems.

kg-currenxie commented 5 months ago

Thank you!