maxlapshin / mysql2postgres

Mysqldump, writing in postgresql format
MIT License
709 stars 156 forks source link

Gem build warnings #59

Closed paazmaya closed 9 years ago

paazmaya commented 10 years ago

While running gem build mysqltopostgres.gemspec, the following warnings are coming:

WARNING:  licenses is empty, but is recommended.  Use a license abbreviation from:
http://opensource.org/licenses/alphabetical
WARNING:  open-ended dependency on mysql-pr (>= 2.9.10) is not recommended
  if mysql-pr is semantically versioned, use:
    add_runtime_dependency 'mysql-pr', '~> 2.9', '>= 2.9.10'
WARNING:  open-ended dependency on activerecord (>= 3.2.6) is not recommended
  if activerecord is semantically versioned, use:
    add_runtime_dependency 'activerecord', '~> 3.2', '>= 3.2.6'
WARNING:  open-ended dependency on test-unit (>= 2.1.1) is not recommended
  if test-unit is semantically versioned, use:
    add_runtime_dependency 'test-unit', '~> 2.1', '>= 2.1.1'
WARNING:  See http://guides.rubygems.org/specification-reference/ for help

Would it make sense to add version numbers as suggested?

paazmaya commented 9 years ago

Seems that this has been merged in 3d38696