Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

require date in .gemspec #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

anaumov
Copy link

@anaumov anaumov commented Jun 2, 2017

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 rubygems/bundler#5470

@anaumov anaumov changed the title require date to gemspec require date in .gemspec Jun 2, 2017
@ponny ponny mentioned this pull request Aug 3, 2018
@ponny
Copy link
Contributor

ponny commented Aug 3, 2018

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

@@ -14,7 +15,7 @@ Gem::Specification.new do |s|

s.files = Dir["lib/**/*"]
s.require_paths = ["lib"]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change seems unrelated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants