rmysqldump 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/LICENSE +1 -1
  2. data/bin/rmysqldump +1 -1
  3. metadata +14 -12
data/LICENSE CHANGED
@@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met:
8
8
  * Redistributions in binary form must reproduce the above copyright
9
9
  notice, this list of conditions and the following disclaimer in the
10
10
  documentation and/or other materials provided with the distribution.
11
- * Neither the name of the <organization> nor the
11
+ * Neither the name of rmysqldump nor the
12
12
  names of its contributors may be used to endorse or promote products
13
13
  derived from this software without specific prior written permission.
14
14
 
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env ruby
1
+ #!/usr/bin/env ruby18
2
2
 
3
3
  begin
4
4
  require 'rmysqldump'
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rmysqldump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ prerelease:
5
+ version: 0.0.3
5
6
  platform: ruby
6
7
  authors:
7
8
  - "Johan Eckerstr\xC3\xB6m"
@@ -9,19 +10,20 @@ autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
12
 
12
- date: 2009-12-06 00:00:00 +01:00
13
+ date: 2011-05-28 00:00:00 +02:00
13
14
  default_executable: rmysqldump
14
15
  dependencies:
15
16
  - !ruby/object:Gem::Dependency
16
17
  name: mysql
17
- type: :runtime
18
- version_requirement:
19
- version_requirements: !ruby/object:Gem::Requirement
18
+ prerelease: false
19
+ requirement: &id001 !ruby/object:Gem::Requirement
20
+ none: false
20
21
  requirements:
21
22
  - - ">"
22
23
  - !ruby/object:Gem::Version
23
24
  version: 0.0.0
24
- version:
25
+ type: :runtime
26
+ version_requirements: *id001
25
27
  description: Dumping MySQL databases on the Starkast servers
26
28
  email: johan@duh.se
27
29
  executables:
@@ -36,30 +38,30 @@ files:
36
38
  - rmysqldump.conf
37
39
  - LICENSE
38
40
  has_rdoc: true
39
- homepage: http://github.com/jage/rmysqldump
41
+ homepage: http://github.com/Starkast/rmysqldump
40
42
  licenses: []
41
43
 
42
44
  post_install_message:
43
- rdoc_options:
44
- - --charset=UTF-8
45
+ rdoc_options: []
46
+
45
47
  require_paths:
46
48
  - lib
47
49
  required_ruby_version: !ruby/object:Gem::Requirement
50
+ none: false
48
51
  requirements:
49
52
  - - ">="
50
53
  - !ruby/object:Gem::Version
51
54
  version: "0"
52
- version:
53
55
  required_rubygems_version: !ruby/object:Gem::Requirement
56
+ none: false
54
57
  requirements:
55
58
  - - ">="
56
59
  - !ruby/object:Gem::Version
57
60
  version: "0"
58
- version:
59
61
  requirements: []
60
62
 
61
63
  rubyforge_project:
62
- rubygems_version: 1.3.5
64
+ rubygems_version: 1.6.2
63
65
  signing_key:
64
66
  specification_version: 3
65
67
  summary: Dump MySQL databases