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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9d6f5f35678b5b44d703dca8ec23c5767cfd5bb8
4
- data.tar.gz: 8f615e3f738a4bee9fdb3b7cdb5ac0fa6bdca82c
3
+ metadata.gz: 30091c026209f981d805ec91264ca88294897c67
4
+ data.tar.gz: 1ae2809899117f49b99a4f1eec60bb065260ef04
5
5
  SHA512:
6
- metadata.gz: 915803ca7a2f831cd9bab59e5b378648719fffb51a623dd70f88e092bfed581c3421db53d09d2de041a99f08f8fe785bf101225a5ba8a87a57169a346c06176b
7
- data.tar.gz: 1856897c7147a7ab46fc57103c2a6f89ce80ef58c54c22df861485dae351deee8e67503563cafbb221e6115190c2e2f5f005246d84d4f128441421a37e5cce24
6
+ metadata.gz: 3d59370dbfc84de09b2dddf1301a76d52ea50bb64e9aa8306af9d48adc8abf3a00f511d492537a301ff94998b4a58812a69f81faf4c21beb48553bf33a564f00
7
+ data.tar.gz: 4164549d817cbdd7d645417262d0b5b8f7282454d5d6c6eac990f15cb084c09b8f0c8af2432760179cac67621765fa41ad286d057fd79f6826500e0a69246ab4
@@ -1,3 +1,3 @@
1
1
  module RailsMysqldump
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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{By default, it outputs dump file to 'tmp/mysqldump' directory.}
14
- spec.homepage = "https://github.com/ultimate-works/rails_mysqldump"
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.0
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: By default, it outputs dump file to 'tmp/mysqldump' directory.
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/ultimate-works/rails_mysqldump
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: []