mysql_isolated_server 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c86a7be139488f4c7980f150cb2df8d998730c3a
4
+ data.tar.gz: d90947e7b2e7bc90083bf7f63c93a00c56bfb661
5
+ SHA512:
6
+ metadata.gz: e15d257eab67513a552482f2b58eb86ad89a65f1dff1032d1b40a2108db393dc4f8fc0be8dee8c8f0a2f2c0045cb2d983bdac0a424cb7a40a0fd7cd2c6a7d154
7
+ data.tar.gz: e15e5009dc2a940b3c547cfcb6bc817787d1d4b130c26f9510d3aa634c220efb5cfb41dedb95749bc95e6952c1806d8ceff6406c0a2cdbbb162f265147d445a5
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem "bump"
3
4
  # Specify your gem's dependencies in mysql_isolated_server.gemspec
4
5
  gemspec
5
- gem 'bump'
@@ -1,3 +1,3 @@
1
1
  class MysqlIsolatedServer
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
@@ -4,6 +4,7 @@ require 'mysql2'
4
4
 
5
5
  class MysqlIsolatedServer
6
6
  attr_reader :pid, :base, :port
7
+ attr_accessor :params
7
8
  MYSQL_BASE_DIR="/usr"
8
9
 
9
10
  def initialize(options = {})
@@ -15,5 +15,6 @@ Gem::Specification.new do |gem|
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
17
17
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
18
+ gem.add_dependency "mysql2"
18
19
  gem.require_paths = ["lib"]
19
20
  end
metadata CHANGED
@@ -1,16 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_isolated_server
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
5
- prerelease:
4
+ version: 0.2.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Ben Osheroff
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-06-03 00:00:00.000000000 Z
13
- dependencies: []
11
+ date: 2014-05-22 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: mysql2
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
14
27
  description: A small library that allows you to easily spin up new local mysql servers
15
28
  for testing purposes.
16
29
  email:
@@ -19,7 +32,7 @@ executables: []
19
32
  extensions: []
20
33
  extra_rdoc_files: []
21
34
  files:
22
- - .gitignore
35
+ - ".gitignore"
23
36
  - Gemfile
24
37
  - LICENSE.txt
25
38
  - README.md
@@ -32,28 +45,26 @@ files:
32
45
  - mysql_isolated_server.gemspec
33
46
  homepage: ''
34
47
  licenses: []
48
+ metadata: {}
35
49
  post_install_message:
36
50
  rdoc_options: []
37
51
  require_paths:
38
52
  - lib
39
53
  required_ruby_version: !ruby/object:Gem::Requirement
40
- none: false
41
54
  requirements:
42
- - - ! '>='
55
+ - - ">="
43
56
  - !ruby/object:Gem::Version
44
57
  version: '0'
45
58
  required_rubygems_version: !ruby/object:Gem::Requirement
46
- none: false
47
59
  requirements:
48
- - - ! '>='
60
+ - - ">="
49
61
  - !ruby/object:Gem::Version
50
62
  version: '0'
51
63
  requirements: []
52
64
  rubyforge_project:
53
- rubygems_version: 1.8.25
65
+ rubygems_version: 2.2.2
54
66
  signing_key:
55
- specification_version: 3
67
+ specification_version: 4
56
68
  summary: A small library that allows you to easily spin up new local mysql servers
57
69
  for testing purposes.
58
70
  test_files: []
59
- has_rdoc: