rails_mysqldump 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/rails_mysqldump/version.rb +1 -1
- data/rails_mysqldump.gemspec +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30091c026209f981d805ec91264ca88294897c67
|
4
|
+
data.tar.gz: 1ae2809899117f49b99a4f1eec60bb065260ef04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d59370dbfc84de09b2dddf1301a76d52ea50bb64e9aa8306af9d48adc8abf3a00f511d492537a301ff94998b4a58812a69f81faf4c21beb48553bf33a564f00
|
7
|
+
data.tar.gz: 4164549d817cbdd7d645417262d0b5b8f7282454d5d6c6eac990f15cb084c09b8f0c8af2432760179cac67621765fa41ad286d057fd79f6826500e0a69246ab4
|
data/rails_mysqldump.gemspec
CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["mokuo"]
|
10
10
|
spec.email = ["https://github.com/mokuo/rails_mysqldump"]
|
11
11
|
|
12
|
-
spec.summary = %q{Run mysqldump in the Rails project}
|
13
|
-
spec.description = %q{
|
14
|
-
spec.homepage = "https://github.com/
|
12
|
+
spec.summary = %q{Run mysqldump in the Rails project.}
|
13
|
+
spec.description = %q{Run mysqldump in the Rails project.}
|
14
|
+
spec.homepage = "https://github.com/mokuo/rails_mysqldump"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
17
17
|
f.match(%r{^(test|spec|features)/})
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_mysqldump
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mokuo
|
@@ -38,7 +38,7 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '10.0'
|
41
|
-
description:
|
41
|
+
description: Run mysqldump in the Rails project.
|
42
42
|
email:
|
43
43
|
- https://github.com/mokuo/rails_mysqldump
|
44
44
|
executables: []
|
@@ -54,7 +54,7 @@ files:
|
|
54
54
|
- lib/rails_mysqldump.rb
|
55
55
|
- lib/rails_mysqldump/version.rb
|
56
56
|
- rails_mysqldump.gemspec
|
57
|
-
homepage: https://github.com/
|
57
|
+
homepage: https://github.com/mokuo/rails_mysqldump
|
58
58
|
licenses: []
|
59
59
|
metadata: {}
|
60
60
|
post_install_message:
|
@@ -76,5 +76,5 @@ rubyforge_project:
|
|
76
76
|
rubygems_version: 2.6.13
|
77
77
|
signing_key:
|
78
78
|
specification_version: 4
|
79
|
-
summary: Run mysqldump in the Rails project
|
79
|
+
summary: Run mysqldump in the Rails project.
|
80
80
|
test_files: []
|