You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to fix the following warnings, could anybody point me to some documentation or information about this things they talk about? They show up when running the following function:
WARNING: licenses is empty, but is recommended. Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
WARNING: no homepage specified
WARNING: description and summary are identical
WARNING: open-ended dependency on railties (>= 3.2) is not recommended
if railties is semantically versioned, use:
add_runtime_dependency 'railties', '~> 3.2'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
WARNING: licenses is empty, but is recommended. Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
WARNING: no homepage specified
WARNING: description and summary are identical
WARNING: open-ended dependency on railties (> 3.1) is not recommended
if railties is semantically versioned, use:
add_runtime_dependency 'railties', '~> 3.1', '> 3.1'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
WARNING: licenses is empty, but is recommended. Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
WARNING: no homepage specified
WARNING: description and summary are identical
WARNING: open-ended dependency on railties (> 3.1) is not recommended
if railties is semantically versioned, use:
add_runtime_dependency 'railties', '~> 3.1', '> 3.1'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
WARNING: licenses is empty, but is recommended. Use a license identifier from
http://spdx.org/licenses or 'Nonstandard' for a nonstandard license.
WARNING: no homepage specified
WARNING: description and summary are identical
WARNING: open-ended dependency on railties (>= 3.2) is not recommended
if railties is semantically versioned, use:
add_runtime_dependency 'railties', '~> 3.2'
WARNING: See http://guides.rubygems.org/specification-reference/ for help
Thanks!
The text was updated successfully, but these errors were encountered:
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
I would like to fix the following warnings, could anybody point me to some documentation or information about this things they talk about? They show up when running the following function:
Thanks!
The text was updated successfully, but these errors were encountered: