Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Make modern gem build not complain #37

Closed
ripienaar opened this issue Jan 22, 2015 · 0 comments · Fixed by #38
Closed

Make modern gem build not complain #37

ripienaar opened this issue Jan 22, 2015 · 0 comments · Fixed by #38
Labels
Milestone

Comments

@ripienaar
Copy link
Owner

Building with new rubygems raises all kinds of issues

>>> Building travlrmap-1.3.0.gem ...
WARNING:  licenses is empty, but is recommended.  Use a license abbreviation from:
http://opensource.org/licenses/alphabetical
WARNING:  open-ended dependency on sinatra (>= 0) is not recommended
  if sinatra is semantically versioned, use:
    add_runtime_dependency 'sinatra', '~> 0'
WARNING:  open-ended dependency on bundler (>= 0) is not recommended
  if bundler is semantically versioned, use:
    add_runtime_dependency 'bundler', '~> 0'
WARNING:  open-ended dependency on httparty (>= 0) is not recommended
  if httparty is semantically versioned, use:
    add_runtime_dependency 'httparty', '~> 0'
WARNING:  open-ended dependency on ruby_kml (>= 0) is not recommended
  if ruby_kml is semantically versioned, use:
    add_runtime_dependency 'ruby_kml', '~> 0'
@ripienaar ripienaar added the bug label Jan 22, 2015
@ripienaar ripienaar added this to the 1.4.0 milestone Jan 22, 2015
ripienaar added a commit that referenced this issue Jan 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant