vx-builder 0.5.47 → 0.5.48

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: bdd97d005981919bd22196754cfc1a359b6e8f3c
4
- data.tar.gz: c6a4db1f2eed1513d64eb73f9711f99ff3e97d21
3
+ metadata.gz: 7b7f3efd24739e18b0b16b992f8a76975a20aa73
4
+ data.tar.gz: eb67e6a8e68017d584d1156d319cc63583a14d6e
5
5
  SHA512:
6
- metadata.gz: fef39beb30f0973dd7f73ce879a2bbda9ce9f7b59ca8ad0feff0ac14e2b7cae553235490d45bdb7a4f748eea9c038f0b2726a6ad8e54954dbece8adb709330ec
7
- data.tar.gz: 62b007ff666a6f986abb05196d5da55b27c0fadc76f07b962fa41add8da9f74decff2ea2e6a6754561a007c1c6f39457388fa554e87aec37bdc13bd3aa957a6b
6
+ metadata.gz: 3ad0b7f38985698491a683a08baa206cd16089cb852548493e725989f8f6958c1a280f7e8e4b9d5e1ce76be060eea653894b3341de67fe81f94119d87d0f6a66
7
+ data.tar.gz: 7e3043ca1f78caee0d73f2a1f8ee80c4ad4b29a6753ebaa92a8b3a1f21d5f87ebbe1c30a3e0723c9bbaebb4c374a7fdd97894b533fb501a44df9cfa45f10347a
data/bin/vx_builder CHANGED
@@ -74,11 +74,12 @@ ruby_rails_gen_database_spec_for_mysql () {
74
74
  echo 'create config/database.yml for mysql'
75
75
  cat > config/database.yml <<EOL
76
76
  test:
77
- adapter: mysql2
78
- encoding: utf8
79
- database: rails_test
80
- username: root
81
- host: localhost
77
+ adapter: mysql2
78
+ encoding: utf8
79
+ database: rails_test
80
+ username: root
81
+ host: localhost
82
+ collation: utf8_unicode_ci
82
83
  EOL
83
84
  )
84
85
  }
@@ -1,5 +1,5 @@
1
1
  module Vx
2
2
  module Builder
3
- VERSION = "0.5.47"
3
+ VERSION = "0.5.48"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vx-builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.47
4
+ version: 0.5.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dmitry Galinsky
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-20 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vx-common