rspec-instafail 0.2.3 → 0.2.4
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -0
- data/Readme.md +0 -0
- data/lib/rspec/instafail.rb +0 -0
- data/lib/rspec/instafail/rspec_1.rb +0 -0
- data/lib/rspec/instafail/rspec_2.rb +0 -0
- data/lib/rspec/instafail/version.rb +1 -1
- data/rspec-instafail.gemspec +0 -0
- data/spec/instafail_spec.rb +0 -0
- data/spec/rspec_1/Gemfile +0 -0
- data/spec/rspec_1/Gemfile.lock +0 -0
- data/spec/rspec_1/a_test.rb +0 -0
- data/spec/rspec_2/Gemfile +0 -0
- data/spec/rspec_2/Gemfile.lock +0 -0
- data/spec/rspec_2/a_test.rb +0 -0
- metadata +2 -2
data/Rakefile
CHANGED
File without changes
|
data/Readme.md
CHANGED
File without changes
|
data/lib/rspec/instafail.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
@@ -1,2 +1,2 @@
|
|
1
1
|
require 'rspec/instafail'
|
2
|
-
RSpec::Instafail::VERSION = '0.2.
|
2
|
+
RSpec::Instafail::VERSION = '0.2.4'
|
data/rspec-instafail.gemspec
CHANGED
File without changes
|
data/spec/instafail_spec.rb
CHANGED
File without changes
|
data/spec/rspec_1/Gemfile
CHANGED
File without changes
|
data/spec/rspec_1/Gemfile.lock
CHANGED
File without changes
|
data/spec/rspec_1/a_test.rb
CHANGED
File without changes
|
data/spec/rspec_2/Gemfile
CHANGED
File without changes
|
data/spec/rspec_2/Gemfile.lock
CHANGED
File without changes
|
data/spec/rspec_2/a_test.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rspec-instafail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-03-
|
12
|
+
date: 2012-03-27 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: michael@grosser.it
|