crashbreak 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/crashbreak.gemspec +2 -2
- data/lib/crashbreak/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f90607cc4c8f4a054835b755c2df38dabdcf396
|
4
|
+
data.tar.gz: e65d311c556e439162fa87071d6b0ee46ec8b073
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b25f7acfd84a1d200d62855e708ba8b0ebea5176aa3c0a5dd1c684394a5be821f0c52c9ce570db6f78ddbbe37f47ed043255ba74e62871ea0cfe2684eb1225d6
|
7
|
+
data.tar.gz: b9bdf4a2352a985675d1bb4b4ddb9851fec56b5817915b95add3d4b02a145bafbbfe99cc5135a27437b59842d5f9be0a79219a57f01da60629d5fa93c272cb63
|
data/crashbreak.gemspec
CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.version = Crashbreak::VERSION
|
7
7
|
spec.authors = ['Michal Janeczek']
|
8
8
|
spec.email = ['michal.janeczek@ymail.com']
|
9
|
-
spec.summary = %q{
|
10
|
-
spec.description = %q{
|
9
|
+
spec.summary = %q{Reproduce exceptions as failing tests}
|
10
|
+
spec.description = %q{Reproduce exceptions as failing tests}
|
11
11
|
spec.homepage = 'http://crashbreak.com'
|
12
12
|
spec.license = 'MIT'
|
13
13
|
|
data/lib/crashbreak/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: crashbreak
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michal Janeczek
|
@@ -178,7 +178,7 @@ dependencies:
|
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
180
|
version: '2'
|
181
|
-
description:
|
181
|
+
description: Reproduce exceptions as failing tests
|
182
182
|
email:
|
183
183
|
- michal.janeczek@ymail.com
|
184
184
|
executables: []
|
@@ -280,7 +280,7 @@ rubyforge_project:
|
|
280
280
|
rubygems_version: 2.4.8
|
281
281
|
signing_key:
|
282
282
|
specification_version: 4
|
283
|
-
summary:
|
283
|
+
summary: Reproduce exceptions as failing tests
|
284
284
|
test_files:
|
285
285
|
- spec/features/sending_error_report_spec.rb
|
286
286
|
- spec/lib/config/configurable_spec.rb
|