pkgsrc/databases/ruby-mysql2/PLIST
taca e5d892fd50 Update ruby-mysql2 to 0.4.1.
0.4.1

0.4.0

@sodabrew sodabrew released this 26 days ago · 54 commits to master since this
release

New Features

* Support for Prepared Statements!
* Add connection option :sslverify
* Use mariadb_config for MariaDB builds
Bugfixes

* Fix Mysql2::Result#count always returns 0 when using stored procedures and
  MULTI_STATEMENTS

Changes

* Prevent Timeout::timeout from interrupting query execution
* Use Ruby's String#encode to remove unrecognized characters from error messages
* Convert specs to RSpec 3 expect sytnax
* Refactored the Travis CI test scripts
* Misc cleanups with Rubocop
* Stricter CFLAGS

0.3.20

@sodabrew sodabrew released this on 25 Aug · 205 commits to master since this
release

Bugfixes

* Check if O_CLOEXEC is defined before using it in open()
* Fix an infinite loop while searching for libmysqlclient when mysql_config is
  not found

Changes

* Call RakeCompilerDock.sh twice, once for 32-bit and once for 64-bit, when
  building Windows binary gems

0.3.19

@sodabrew sodabrew released this on 30 Jul · 205 commits to master since this
release

New Features

* Mysql2::Client#info class method for easier debugging, and both the class
  and instance method return US_ASCII output rather than using the connection
  encoding.
* When streaming results, continue result.count across calls to result.each

Bugfixes

* Search for mariadb_config on compile
* Update to Connector/C 6.1.6 in the Windows builds
* Fix Mysql2::Client#escape to set the encoding even if the string was not
  modified
* Fix LICENSE filename in gem file list
* Make the result.count return type consistent and match the source type

Changes

* Rename macro GetMysql2Result to GET_RESULT
* Convert StringValuePtr to either RSTRING_PTR or StringValueCStr
* Fix unused variable warning on Windows in rb_mysql_client_socket
* Add Ruby 2.2 to the AppVeyor matrix
* Test default client flag equality instead of bitwise truthiness
* Add rake-compiler-dock for building Windows binary gems
* Friendly ext build error <3
* Process :stream option in rb_mysql_result_to_obj once instead of
  rb_mysql_result_each for each call to each
* Tests for streaming and stored procedures with multiple result sets
2015-10-04 08:49:01 +00:00

60 lines
2.2 KiB
Text

@comment $NetBSD: PLIST,v 1.7 2015/10/04 08:49:01 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/gem.build_complete
${GEM_EXTSDIR}/mysql2/mysql2.${RUBY_DLEXT}
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/examples/eventmachine.rb
${GEM_LIBDIR}/examples/threaded.rb
${GEM_LIBDIR}/ext/mysql2/client.c
${GEM_LIBDIR}/ext/mysql2/client.h
${GEM_LIBDIR}/ext/mysql2/extconf.rb
${GEM_LIBDIR}/ext/mysql2/infile.c
${GEM_LIBDIR}/ext/mysql2/infile.h
${GEM_LIBDIR}/ext/mysql2/mysql2_ext.c
${GEM_LIBDIR}/ext/mysql2/mysql2_ext.h
${GEM_LIBDIR}/ext/mysql2/mysql_enc_name_to_ruby.h
${GEM_LIBDIR}/ext/mysql2/mysql_enc_to_ruby.h
${GEM_LIBDIR}/ext/mysql2/result.c
${GEM_LIBDIR}/ext/mysql2/result.h
${GEM_LIBDIR}/ext/mysql2/statement.c
${GEM_LIBDIR}/ext/mysql2/statement.h
${GEM_LIBDIR}/ext/mysql2/wait_for_single_fd.h
${GEM_LIBDIR}/lib/mysql2.rb
${GEM_LIBDIR}/lib/mysql2/client.rb
${GEM_LIBDIR}/lib/mysql2/console.rb
${GEM_LIBDIR}/lib/mysql2/em.rb
${GEM_LIBDIR}/lib/mysql2/error.rb
${GEM_LIBDIR}/lib/mysql2/field.rb
${GEM_LIBDIR}/lib/mysql2/mysql2.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/mysql2/result.rb
${GEM_LIBDIR}/lib/mysql2/statement.rb
${GEM_LIBDIR}/lib/mysql2/version.rb
${GEM_LIBDIR}/spec/configuration.yml.example
${GEM_LIBDIR}/spec/em/em_spec.rb
${GEM_LIBDIR}/spec/my.cnf.example
${GEM_LIBDIR}/spec/mysql2/client_spec.rb
${GEM_LIBDIR}/spec/mysql2/error_spec.rb
${GEM_LIBDIR}/spec/mysql2/result_spec.rb
${GEM_LIBDIR}/spec/mysql2/statement_spec.rb
${GEM_LIBDIR}/spec/rcov.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/spec/ssl/ca-cert.pem
${GEM_LIBDIR}/spec/ssl/ca-key.pem
${GEM_LIBDIR}/spec/ssl/ca.cnf
${GEM_LIBDIR}/spec/ssl/cert.cnf
${GEM_LIBDIR}/spec/ssl/client-cert.pem
${GEM_LIBDIR}/spec/ssl/client-key.pem
${GEM_LIBDIR}/spec/ssl/client-req.pem
${GEM_LIBDIR}/spec/ssl/gen_certs.sh
${GEM_LIBDIR}/spec/ssl/pkcs8-client-key.pem
${GEM_LIBDIR}/spec/ssl/pkcs8-server-key.pem
${GEM_LIBDIR}/spec/ssl/server-cert.pem
${GEM_LIBDIR}/spec/ssl/server-key.pem
${GEM_LIBDIR}/spec/ssl/server-req.pem
${GEM_LIBDIR}/spec/test_data
${GEM_LIBDIR}/support/libmysql.def
${GEM_LIBDIR}/support/mysql_enc_to_ruby.rb
${GEM_LIBDIR}/support/ruby_enc_to_mysql.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec