sunzi-rails 0.2.12 → 0.2.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sunzi/version.rb +1 -1
- data/lib/sunzi.rb +1 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2dc5beb02c81e4dcb998788020ed695e24cf890
|
4
|
+
data.tar.gz: c586a3e08bd470fb2c6d768d37005e232843879b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67d1db7e4f726918274441e41ac8f5da15dc1076fc01cb015b8192e5197616212323975a4245789ef2e746c323eb3fb49a42388ab8b86a04ba0d0da529793069
|
7
|
+
data.tar.gz: 7fa41a404ebe97d05eeb6b017596b437ddf909036c39dad65710026da2e92f2982bb16103af8ae8798cf33f83a71ff63f3445c9d0662df0bbac693bb5757b262
|
data/lib/sunzi/version.rb
CHANGED
data/lib/sunzi.rb
CHANGED
@@ -1,7 +1,4 @@
|
|
1
|
-
require 'active_support/
|
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.
|