sunzi-rails 0.2.4 → 0.2.5

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 -0
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: def0b1015f882e01108a08367951082cd7af9d65
4
- data.tar.gz: c77f07236cba06111ab3e964013d28bf3378cb7e
3
+ metadata.gz: 382cba20cc489d5824daf4d87510df5db85107ec
4
+ data.tar.gz: c67cbb29ef2917d7e39559c33b44ea7a72f4165e
5
5
  SHA512:
6
- metadata.gz: 11009783323bdfb86d03ccf79bfdafaf4ae9b381a97c8202d19ac731107cc7eb1fab8dde2d47bd7b21525c793bbddae9b828e579070001361abddf85b8561220
7
- data.tar.gz: 39ed8809ea6b6a02b00df3fbfed73b8fe0d4bd20da23732b84cdd312e688106acb6ef7ba42ef5ebd6503e16bca22660c616e470f56f3af061490a03a06f2e193
6
+ metadata.gz: 900e0904e93da1aedeab5da1eff86b510e799417a26bf57a64adc1d34e968e65cad3dd8265aef053af8350d4d285e0e92771c4a7c805362c1862cf8880c74184
7
+ data.tar.gz: c140d5ce08a7f48263fe3be14577b8116d1c90e6098416d10a6060255acda227dcac7d165dd5f0e421d798756be6cea02f406a80687726b671d031fb3a9dd08c
data/lib/sunzi/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Sunzi
2
- VERSION = "0.2.4"
2
+ VERSION = "0.2.5"
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,6 +1,7 @@
1
1
  require 'thor'
2
2
  require 'rainbow'
3
3
  require 'yaml'
4
+ require 'sunzi/version'
4
5
 
5
6
  # Starting 2.0.0, Rainbow no longer patches string with the color method by default.
6
7
  require 'rainbow/version'
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenn Ejima