mysql_isolated_server 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9cca5f8cc62bca94fe0b6512c29e5e0d93d32c87
4
- data.tar.gz: 411f15e13ef561b3ec17539226e50f74d9d82498
3
+ metadata.gz: 780eadcd927b0451c0171bb20c06dc1bfdbbbf4c
4
+ data.tar.gz: cf9b3f56dc3cebc954aa5256360f998a08ac20a3
5
5
  SHA512:
6
- metadata.gz: 5058652a441d478944b3c0c91c6d36be2324c0d86b5461412f2710a69c5dd17319c413fa8953354e94592aa8821c4f8ef5bcf8e1b453c49c55dc7d38d7b2dbad
7
- data.tar.gz: 8bd323f6f4886bf93f164a72465cd509e7c3ed990f14afb98077b3e1d91f4332fc1f74b4d17b22497fa2c89828d3982159743b7912f26550f5cfb20e7133768c
6
+ metadata.gz: 7df2dfac09db0e9dda1df5df5737c5366c91af6f1745e83b44763f7cf8dad124fe0ae966328151e3ab8912f1c2cfe16126282459b432447d70e2fcf40b1f6a12
7
+ data.tar.gz: 6f4e9147fe8dda6c148d1e3ff537da399fd7d7f3587294550d5e73f5cbcd118b477c7dffb99e160deaf5c8c1741ce29b63b74e59b8fcc1a36bdf916cc9bca6dd
@@ -67,7 +67,7 @@ class MysqlIsolatedServer
67
67
  master_log_pos=#{binlog_pos}
68
68
  EOL
69
69
  )
70
- connection.query("SLAVE START")
70
+ connection.query("START SLAVE")
71
71
  connection.query("SET GLOBAL READ_ONLY=1")
72
72
  end
73
73
 
@@ -1,3 +1,3 @@
1
1
  class MysqlIsolatedServer
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_isolated_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Osheroff
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-10 00:00:00.000000000 Z
11
+ date: 2016-03-11 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A small library that allows you to easily spin up new local mysql servers
14
14
  for testing purposes.
@@ -52,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
52
52
  version: '0'
53
53
  requirements: []
54
54
  rubyforge_project:
55
- rubygems_version: 2.2.2
55
+ rubygems_version: 2.4.5.1
56
56
  signing_key:
57
57
  specification_version: 4
58
58
  summary: A small library that allows you to easily spin up new local mysql servers