micro_test 0.3.9 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/mt +3 -2
  3. data/lib/micro_test/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5011950e53e389633fbbc7b067872f0aead9987c
4
- data.tar.gz: 61d73aaabe93d1fe7498f9faf9ae70ccbe620e09
3
+ metadata.gz: 775d8a6619af17df32d4d5ae13f62a5dd8f84d60
4
+ data.tar.gz: 02b1f437f7b5620cc7b0afd34d62bca05d7a04e5
5
5
  SHA512:
6
- metadata.gz: d9b9e6eb9e5e15806abd5a3e92e2386804a6da528b08455936ae627f32cb13b46761117b08c426114dffa2d3fe2f29ed9de929ca696a0a4bff4a1b8cb5d4a9f5
7
- data.tar.gz: 58b68dc657a552903c6e8e54c04ae430bbc04aace19b0ea2784c0e2b8d06208257b9750dfec1fce57d4c7cb45e2f8f57a84f106470701dfa8a4d548cc5692ec7
6
+ metadata.gz: 10bfa9df02a1e8c96474c532939d7ae688f446e1676d529d0bfb06cd9567fb995449a9edac7f31b8658f9ffd7851c21a2423569be7b497ad7846add1bfd03515
7
+ data.tar.gz: 6047106158516aa8af7ab474926ce7857ad6d3b7bcd6d21dc040fdc5dfec9e4d97c20abfc1cc1e492374480b616029bca379ed1c1f4f9da2c038a15060fa00db
data/bin/mt CHANGED
@@ -123,8 +123,9 @@ if options[:pry]
123
123
  rescue Exception => e
124
124
  puts red(e.message)
125
125
  puts e.backtrace.join("\n")
126
- puts red("This can be caused when pry-stack_explorer & pry get out of sync.")
127
- puts red("Try uninstalling the most recent version of pry.")
126
+ puts red("This can be caused when pry-stack_explorer isn't specified in the Gemfile.")
127
+ puts red("It might also indicate that pry-stack_explorer & pry are out of sync.")
128
+ puts red("If your Gemfile is in good shape, try uninstalling the most recent version of pry.")
128
129
  exit 1
129
130
  end
130
131
 
@@ -1,3 +1,3 @@
1
1
  module MicroTest
2
- VERSION = "0.3.9"
2
+ VERSION = "0.4.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: micro_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Hopkins
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-15 00:00:00.000000000 Z
11
+ date: 2013-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: os
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  version: '0'
90
90
  requirements: []
91
91
  rubyforge_project:
92
- rubygems_version: 2.0.0
92
+ rubygems_version: 2.0.3
93
93
  signing_key:
94
94
  specification_version: 4
95
95
  summary: The Sinatra of testing frameworks. Its also known as microtest, micro test,