sunzi-rails 0.2.10 → 0.2.11

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: 58ba83636a0cc2b2590bc254a8e8f73f1872556d
4
- data.tar.gz: f53842aea595a6fd0af8b8d9fea33fa7221aa7af
3
+ metadata.gz: 7572af43fdfea476d9ac7cf5ccc3fd4732ab75bd
4
+ data.tar.gz: f7f62a3213426b21ab5e6e643dd470975fa921dc
5
5
  SHA512:
6
- metadata.gz: acf427208a62d14a6124adafad4147e9d7f92cee7ade1adab61afdeeedf20c011499a65507b3632efbab50f569e0b2a1345d564e8f9a7678f0df1e6f49764ef5
7
- data.tar.gz: eaf9e82fe28e68b299b243e8242e46d679b54d0d30518190676307089bedf9323e5c4e38c6d592ae7dc1547798596130a0d0ad3d71b3d1b5fdfdcf73c0593249
6
+ metadata.gz: d778c32a9ef0b6439be64cff4b23d50b71d89a3b54429a4b05f6ab9c64cb9630d640d78a920804b4af21f8b2d42d1c6f3493183a673d17d548ec1dc6625c51f5
7
+ data.tar.gz: 8630877ead10584ef2713d30291d291228ecd432e14127cfd9536dc77ef54a27aa26c0c898f5815f5271a752a56a875ea5193d3edb2a46cf5985ed8bf766920b
data/lib/sunzi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Sunzi
2
- VERSION = "0.2.10"
2
+ VERSION = "0.2.11"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
@@ -3,7 +3,7 @@
3
3
  attributes:
4
4
  timezone: America/New_York
5
5
  locales: en_US en_US.UTF-8
6
- # mysql_root_password: secret
6
+ mysql_root_password: root
7
7
 
8
8
  # Remote recipes here will be downloaded to compiled/recipes.
9
9
  recipes:
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sunzi-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenn Ejima