sunzi-rails 0.2.12 → 0.2.13

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sunzi/version.rb +1 -1
  3. data/lib/sunzi.rb +1 -4
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 935d6dcf19b2d56f74469bfcaba57a49263a6c3f
4
- data.tar.gz: 38fb57c30f82279de72203fbe1a11bb6d3922c06
3
+ metadata.gz: c2dc5beb02c81e4dcb998788020ed695e24cf890
4
+ data.tar.gz: c586a3e08bd470fb2c6d768d37005e232843879b
5
5
  SHA512:
6
- metadata.gz: ad9b0425c11f0de6d32887be01709524514f7653fb2d799ef8f77c79a6d738112530c7c41bd3a05287a2f4e9351695a0efedc00bcc29ae6701ce6fb40d415f2d
7
- data.tar.gz: c7c027053f4d26b3e4ed25b5171c5e5b59b3e5109956621e3be8e7b1fd256a6f59ee38ae73716342ea97cc98d286eaf5c2339b1d119dae83770bc70f1a558f66
6
+ metadata.gz: 67d1db7e4f726918274441e41ac8f5da15dc1076fc01cb015b8192e5197616212323975a4245789ef2e746c323eb3fb49a42388ab8b86a04ba0d0da529793069
7
+ data.tar.gz: 7fa41a404ebe97d05eeb6b017596b437ddf909036c39dad65710026da2e92f2982bb16103af8ae8798cf33f83a71ff63f3445c9d0662df0bbac693bb5757b262
data/lib/sunzi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Sunzi
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
data/lib/sunzi.rb CHANGED
@@ -1,7 +1,4 @@
1
- require 'active_support/core_ext/hash/slice'
2
- require 'active_support/core_ext/hash/indifferent_access'
3
- require 'active_support/ordered_hash'
4
- require 'active_support/hash_with_indifferent_access'
1
+ require 'active_support/all'
5
2
  require 'thor'
6
3
  require 'rainbow'
7
4
  # Starting 2.0.0, Rainbow no longer patches string with the color method by default.
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.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenn Ejima