maxlapshin / mysql2postgres

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

Minimum supported version of Ruby? #58

Closed paazmaya closed 10 years ago

paazmaya commented 10 years ago

What would/should/shall be the minimum supported Ruby version?

I am running rubocop on the files and it might reduce the support for very old versions of Ruby...

paazmaya commented 10 years ago

Well here it is, 1.9.x. https://github.com/maxlapshin/mysql2postgres/blob/master/Gemfile#L2

paazmaya commented 10 years ago

Perhaps it could be defined in Gemfile as defined by its doc: http://bundler.io/v1.7/gemfile_ruby.html

Something like: ruby '1.9.3', :engine => 'jruby', :engine_version => '1.6.7'

The versions should then be checked, but just an example.

maxlapshin commented 10 years ago

You can make a pull request, I'll commit it.

I haven't touched mysql since 2008 =)