wordpress_tools 1.1.1 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 771b806315f6ab0f4b1ed7ce8f690587e62309aa
4
- data.tar.gz: 5180bc8ca894423d268caf24f3905e9516942f73
3
+ metadata.gz: f5208c545c2f48695434f491530d1262c243df95
4
+ data.tar.gz: 9e1db7c3b62abd88d0ca2e45ed2af8aff2d7896f
5
5
  SHA512:
6
- metadata.gz: 571e5c9f7acbce4663b62daad236f784b01a07a19b674d716ac3bd9f22a9a888dd228d11ed29ca99e8bbdfc26f0e2ca297c441c48419eb938d54d90a257b835a
7
- data.tar.gz: ff8618d8ac92b095667d33a252058ca161771c6682dbd830d3e33c180b89149d00a1758543385ae61ea128d0e5fe9fe39fdff5f00108196250ca7d887bc81b8d
6
+ metadata.gz: af29c57017e573241ebbb35f070c988dee1f6bfc95d4b77a5635b6f1c413beb79c0d713a120baf8d4a4faf2c0e0794f5d7e65cf058c8c82bd3c64504ab761f4c
7
+ data.tar.gz: 7da3b9cbccff833db747cee25848e5c1481d2544e696108075cb31ce8801ad97cdb8461d0addd6fcb96071e61dd959b45d3517fe1a62d3478f544ead945557dd
@@ -26,7 +26,7 @@ module WordPressTools
26
26
  end
27
27
 
28
28
  def mysql_create_command
29
- "#{mysql_command} --execute='CREATE DATABASE #{db_name}'"
29
+ "#{mysql_command} --execute='CREATE DATABASE #{db_name} DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;'"
30
30
  end
31
31
 
32
32
  def mysql_command
@@ -1,3 +1,3 @@
1
1
  module WordPressTools
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wordpress_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Étienne Després"
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: exe
14
14
  cert_chain: []
15
- date: 2015-02-20 00:00:00.000000000 Z
15
+ date: 2015-03-05 00:00:00.000000000 Z
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
18
18
  name: thor