luna-rspec-formatters 1.2.0 → 1.2.1

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: d260008f59f012a3f874a2099eefbc8ba1e8b0ff
4
- data.tar.gz: 4156fcc50acc460f25bb7820e42a95c704de8976
3
+ metadata.gz: 1c410cfb9635a5c14f5726e16dddd5df35c04581
4
+ data.tar.gz: d1cad683ea2fef1c87adbbc0bd799308a724501e
5
5
  SHA512:
6
- metadata.gz: 74b57135da28127751f86ebe57020fbd5acc31bb8151100b380ecac9c2476240eea6c045e2f28256b95f78763784da198c41949a5532932e111e22c0818249fb
7
- data.tar.gz: 1ba031c1bcc936ef41cc698bf799f9a9f18d17873829f312403b581ce4e4cd1eb822f8e281306f9bbe3001b899186a8e7d9f9ef85138d4e285e195ffca595b2e
6
+ metadata.gz: a92ffff0d7d06e31da37abfdea895dffa56ef097f9cc11a60f7edaf230102a20a27a4fbcd3b2109fe6a339ad6827e67422d87b876411e4f0649cdd7dc872bde7
7
+ data.tar.gz: 77a244dec13d41061a62a7842d6cf4cc37fbb6ad8aa14c9fb72a699f112f05beb4bb08c0e1b6b809f27342d9b1cad826169ddf0277642c6c1cfc03619139215a
@@ -50,3 +50,7 @@ module Luna
50
50
  end
51
51
  end
52
52
  end
53
+
54
+ RSpec.configure do |config|
55
+ config.formatter = "Luna::RSpec::Formatters::Checks"
56
+ end
@@ -55,3 +55,7 @@ module Luna
55
55
  end
56
56
  end
57
57
  end
58
+
59
+ RSpec.configure do |config|
60
+ config.formatter = "Luna::RSpec::Formatters::Documentation"
61
+ end
@@ -1,7 +1,7 @@
1
1
  module Luna
2
2
  module Rspec
3
3
  module Formatters
4
- VERSION = "1.2.0"
4
+ VERSION = "1.2.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luna-rspec-formatters
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordon Bedwell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-03 00:00:00.000000000 Z
11
+ date: 2014-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec