mysql_isolated_server 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  class MysqlIsolatedServer
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -7,7 +7,7 @@ class MysqlIsolatedServer
7
7
  MYSQL_BASE_DIR="/usr"
8
8
 
9
9
  def initialize(options = {})
10
- @base = Dir.mktmpdir("/tmp/mysql_isolated")
10
+ @base = Dir.mktmpdir("mysql_isolated", "/tmp")
11
11
  @mysql_data_dir="#{@base}/mysqld"
12
12
  @mysql_socket="#{@mysql_data_dir}/mysqld.sock"
13
13
  @params = options[:params]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_isolated_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: