guard-minitest_cr 0.1.1 → 0.1.2
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 +4 -4
- data/LICENSE +1 -0
- data/lib/guard/minitest_cr.rb +2 -2
- data/lib/guard/{minitest_cr → minitestcr}/inspector.rb +0 -0
- data/lib/guard/{minitest_cr → minitestcr}/runner.rb +1 -1
- data/lib/guard/{minitest_cr → minitestcr}/templates/Guardfile +0 -0
- data/lib/guard/{minitest_cr → minitestcr}/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27f25483a1fea8b69db79aa94eeffa917ebc7af73a01af6a185c5ce7a029ba78
|
|
4
|
+
data.tar.gz: 90baa380364420314abfc3c4c30b977af30b42c2b90cb5101a63b28da8288fdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 912177eeef28ac07dfb5304585ae071dcb0a1311dc371ba6f62d9a181ff3f379a8273040242673fabe37717341ef5fdd16500f009758a6a155b6de257877e1f9
|
|
7
|
+
data.tar.gz: 1b967de4f7e34635647c891d3f29d38353c770d3f2cb752fa3b7f99d974d222334192dc94a9d0b79c8893bcde8027cd3da5b134f76f1cec285ba78f949b8a57b
|
data/LICENSE
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2013 Yann Lugrin, Rémy Coutable
|
|
4
|
+
Copyright (c) 2018 Felix Bünemann
|
|
4
5
|
|
|
5
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
7
|
this software and associated documentation files (the "Software"), to deal in
|
data/lib/guard/minitest_cr.rb
CHANGED
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-minitest_cr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Felix Bünemann
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2018-07-
|
|
13
|
+
date: 2018-07-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: guard
|
|
@@ -54,8 +54,8 @@ dependencies:
|
|
|
54
54
|
- - ">="
|
|
55
55
|
- !ruby/object:Gem::Version
|
|
56
56
|
version: '0'
|
|
57
|
-
description: Guard::
|
|
58
|
-
|
|
57
|
+
description: Guard::MinitestCr automatically runs your Minitest for Crystal (minitest.cr)
|
|
58
|
+
tests or specs.
|
|
59
59
|
email:
|
|
60
60
|
- felix.buenemann@gmail.com
|
|
61
61
|
executables: []
|
|
@@ -66,10 +66,10 @@ files:
|
|
|
66
66
|
- LICENSE
|
|
67
67
|
- README.md
|
|
68
68
|
- lib/guard/minitest_cr.rb
|
|
69
|
-
- lib/guard/
|
|
70
|
-
- lib/guard/
|
|
71
|
-
- lib/guard/
|
|
72
|
-
- lib/guard/
|
|
69
|
+
- lib/guard/minitestcr/inspector.rb
|
|
70
|
+
- lib/guard/minitestcr/runner.rb
|
|
71
|
+
- lib/guard/minitestcr/templates/Guardfile
|
|
72
|
+
- lib/guard/minitestcr/version.rb
|
|
73
73
|
homepage: https://github.com/felixbuenemann/guard-minitest_cr
|
|
74
74
|
licenses:
|
|
75
75
|
- MIT
|
|
@@ -93,5 +93,5 @@ rubyforge_project:
|
|
|
93
93
|
rubygems_version: 2.7.7
|
|
94
94
|
signing_key:
|
|
95
95
|
specification_version: 4
|
|
96
|
-
summary: Guard plugin for the
|
|
96
|
+
summary: Guard plugin for the minitest.cr test framework
|
|
97
97
|
test_files: []
|