sunzi-rails 0.2.5 → 0.2.6

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: 382cba20cc489d5824daf4d87510df5db85107ec
4
- data.tar.gz: c67cbb29ef2917d7e39559c33b44ea7a72f4165e
3
+ metadata.gz: e43ac5d7c906e6485ec101bb0a9770928eaee7b7
4
+ data.tar.gz: 01575aca2a9010abafb8d343e53d1f183d7a73f1
5
5
  SHA512:
6
- metadata.gz: 900e0904e93da1aedeab5da1eff86b510e799417a26bf57a64adc1d34e968e65cad3dd8265aef053af8350d4d285e0e92771c4a7c805362c1862cf8880c74184
7
- data.tar.gz: c140d5ce08a7f48263fe3be14577b8116d1c90e6098416d10a6060255acda227dcac7d165dd5f0e421d798756be6cea02f406a80687726b671d031fb3a9dd08c
6
+ metadata.gz: 399a6f11f0da8fbc40a7341fa4924e79da4caf5a74bcd36bdebcc3abba366c2619ac0ae33583df94ebe30fd565b53ed8cf9d8fca5f8cfe8020837a7a7a310dcb
7
+ data.tar.gz: e08254da13ee0d2d6e381fbb95067166ba69606930b71164bafcf89f2a14cf0bd59a7fe2979e4cbc0beb4d182bf118bf619ca9d138b031d05f1354ec87846d9e
data/bin/sunzi-cap CHANGED
@@ -19,9 +19,4 @@ if ['-v', '--version'].include? ARGV[0]
19
19
  exit 0
20
20
  end
21
21
 
22
- require 'active_support/core_ext/hash/slice'
23
- require 'active_support/core_ext/hash/indifferent_access'
24
- require 'active_support/ordered_hash'
25
- require 'active_support/hash_with_indifferent_access'
26
-
27
22
  Sunzi::Cli.start
data/lib/sunzi.rb CHANGED
@@ -2,6 +2,10 @@ require 'thor'
2
2
  require 'rainbow'
3
3
  require 'yaml'
4
4
  require 'sunzi/version'
5
+ require 'active_support/core_ext/hash/slice'
6
+ require 'active_support/core_ext/hash/indifferent_access'
7
+ require 'active_support/ordered_hash'
8
+ require 'active_support/hash_with_indifferent_access'
5
9
 
6
10
  # Starting 2.0.0, Rainbow no longer patches string with the color method by default.
7
11
  require 'rainbow/version'
data/lib/sunzi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Sunzi
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
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.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenn Ejima