cratus 0.2.6 → 0.2.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcc42a91850c24730a36d61f38e48b2a0db73972
4
- data.tar.gz: 9d9a96515547a15e6744f5c0d13179ce51001be7
3
+ metadata.gz: 221de27655a5941283238844606c8d82cfd00bb9
4
+ data.tar.gz: 41bd62644fe03681001864484cf0bf7821c2732a
5
5
  SHA512:
6
- metadata.gz: 0ec26ce5a450ec200c286195388e1f650fe418ca318167446b1742f58ed78b217ff9c31b11d9777bd5d2ab852e17e927192588d6d55cff1c7f68d48ac12dc298
7
- data.tar.gz: d3bea33a3efd9169ede51b5948fc1a0d0ce5a4b9c65856b70460ab4968feaa05cf8c77d90cc6065e7aeb7f9f99017ec8adb597af5f8e7c69f4d58d33fe51cb65
6
+ metadata.gz: b5592e891bb9425e2cb6ea676718634c7f480fcd13374eb2fc22bf0b9c977f3db835fea028858a26e70ca5d59902e2126e43943126ac386dbb7304e352b2cbf0
7
+ data.tar.gz: ab9cc09b7acee6afed3d2a2df01c40f9edb5ad6e8b53b501137745d1694581e77cd72256d47b4e92d9f62dd1e8fe350f1267e3723f816552d7e534359017825f
data/bin/cratus-compare CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  require 'yaml'
4
4
  require 'tempfile'
5
+ require 'English'
5
6
 
6
7
  # Used to compare the output of the `cratus` command across multiple runs
7
8
 
@@ -3,7 +3,7 @@ module Cratus
3
3
  def self.version
4
4
  major = 0 # Breaking, incompatible releases
5
5
  minor = 2 # Compatible, but new features
6
- patch = 6 # Fixes to existing features
6
+ patch = 7 # Fixes to existing features
7
7
  [major, minor, patch].map(&:to_s).join('.')
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cratus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Gnagy
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-10 00:00:00.000000000 Z
12
+ date: 2016-12-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: colorize