dustinlakin / twitch-rb

Twitch API gem
MIT License
51 stars 28 forks source link

require date in .gemspec #31

Open anaumov opened 7 years ago

anaumov commented 7 years ago

fixes an issue about an exception when using bundle outdated

[!] There was an error while loading `twitch.gemspec`: uninitialized constant Date
Did you mean?  Data. Bundler cannot continue.

related to https://github.com/bundler/bundler/issues/5470

ponny commented 5 years ago

Apparently you can also remove this date and it'll use the current date on gem pushes.