luban-mysql 0.1.11 → 0.1.12

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: 68c47f0967a1755ef8812558bbc6936eeff57bcc
4
- data.tar.gz: e8e018cd786842044101a1637f81c0be7907a89a
3
+ metadata.gz: 7a714bafc2271353310e090d743606bffef024af
4
+ data.tar.gz: 544d1171e2d0e0db87fea07ae3bd07627ee7ba50
5
5
  SHA512:
6
- metadata.gz: 30c350958e222f7734639a33af85fc4ea77ffcb36b62da30e8cf503ef433dfbb59043e5a412300f8f3d24e89d2ce59ad41ada7b269260bc5db2394fd0029691d
7
- data.tar.gz: e7096b1a56697546cbf88290b826420bf3d610c434cf8d361d231044eef58109ccecfa48fcb7c7af71d8316fb2fb4efb8664ef0090b7ae1cedfb630cb684d8cd
6
+ metadata.gz: 126b6f3d5ed7b2147a4968210c86b29ad69f4e97c120b774300466e20cd0640053e048fabed3ebf996201e1237511115060ca679859db391113acff3a2482812
7
+ data.tar.gz: 78cb3ab4b3aac5f3d90a3772f4867c48879954920e5dbe61b2ce671fd6ea616e72819205b43b177b9e83e203cfed2f27cb70e38cf3f9a0eb20d355bccad5b73a
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ## Version 0.1.12 (Nov 29, 2016)
4
+
5
+ Bug fixes:
6
+ * Cleaned up install path before installation
7
+
3
8
  ## Version 0.1.11 (Nov 27, 2016)
4
9
 
5
10
  Minor enhancements:
@@ -50,6 +50,7 @@ module Luban
50
50
  def build_package
51
51
  info "Building #{package_full_name}"
52
52
  within install_path do
53
+ rm('-r', '*') # Clean up install path
53
54
  execute(:mv, build_path.join('*'), '.', ">> #{install_log_file_path} 2>&1")
54
55
  execute(:"bin/mysqld", "--initialize-insecure #{compose_build_options} >> #{install_log_file_path} 2>&1")
55
56
  execute(:"bin/mysql_ssl_rsa_setup", "--datadir=#{ssl_rsa_path}", ">> #{install_log_file_path} 2>&1")
@@ -1,7 +1,7 @@
1
1
  module Luban
2
2
  module Deployment
3
3
  module Packages
4
- MYSQL_VERSION = '0.1.11'
4
+ MYSQL_VERSION = '0.1.12'
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luban-mysql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rubyist Chi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-26 00:00:00.000000000 Z
11
+ date: 2016-11-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: luban