repctl 0.0.1

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.
data/repctl.gemspec ADDED
@@ -0,0 +1,25 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "repctl/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "repctl"
7
+ s.version = Repctl::VERSION
8
+ s.authors = ["Michael Schmitz"]
9
+ s.email = ["lydianblues@gmail.com"]
10
+ s.homepage = ""
11
+ s.summary = %q{Manage replication for Mysql and PostgresSQL}
12
+ s.description = %q{Ruby gem with Thor script to manage MySQL and PostgreSQL replication}
13
+
14
+ s.rubyforge_project = "repctl"
15
+
16
+ s.files = `git ls-files`.split("\n")
17
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
+ s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
+ s.require_paths = ["lib"]
20
+
21
+ # specify any dependencies here; for example:
22
+ s.add_development_dependency "rspec"
23
+ s.add_runtime_dependency "thor"
24
+ s.add_runtime_dependency "mysql2"
25
+ end
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: repctl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Michael Schmitz
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-26 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
16
+ requirement: &240249920 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *240249920
25
+ - !ruby/object:Gem::Dependency
26
+ name: thor
27
+ requirement: &240246980 !ruby/object:Gem::Requirement
28
+ none: false
29
+ requirements:
30
+ - - ! '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: *240246980
36
+ - !ruby/object:Gem::Dependency
37
+ name: mysql2
38
+ requirement: &240240880 !ruby/object:Gem::Requirement
39
+ none: false
40
+ requirements:
41
+ - - ! '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ type: :runtime
45
+ prerelease: false
46
+ version_requirements: *240240880
47
+ description: Ruby gem with Thor script to manage MySQL and PostgreSQL replication
48
+ email:
49
+ - lydianblues@gmail.com
50
+ executables:
51
+ - mysql.thor
52
+ extensions: []
53
+ extra_rdoc_files: []
54
+ files:
55
+ - .gitignore
56
+ - Gemfile
57
+ - README.md
58
+ - Rakefile
59
+ - bin/mysql.thor
60
+ - config/bristlecone.properties
61
+ - config/config.rb
62
+ - config/mysql.cnf
63
+ - config/servers.yml
64
+ - lib/repctl.rb
65
+ - lib/repctl/mysql_admin.rb
66
+ - lib/repctl/servers.rb
67
+ - lib/repctl/version.rb
68
+ - repctl.gemspec
69
+ homepage: ''
70
+ licenses: []
71
+ post_install_message:
72
+ rdoc_options: []
73
+ require_paths:
74
+ - lib
75
+ required_ruby_version: !ruby/object:Gem::Requirement
76
+ none: false
77
+ requirements:
78
+ - - ! '>='
79
+ - !ruby/object:Gem::Version
80
+ version: '0'
81
+ required_rubygems_version: !ruby/object:Gem::Requirement
82
+ none: false
83
+ requirements:
84
+ - - ! '>='
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ requirements: []
88
+ rubyforge_project: repctl
89
+ rubygems_version: 1.8.10
90
+ signing_key:
91
+ specification_version: 3
92
+ summary: Manage replication for Mysql and PostgresSQL
93
+ test_files: []
94
+ has_rdoc: