guard-minitest 1.0.0.rc.3 → 1.0.0
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/CHANGELOG.md +26 -20
- data/lib/guard/minitest/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 995b80fc9bbe1f36e357d615e8c5c9ef4764a1ba
|
|
4
|
+
data.tar.gz: fe26daba85b5d946d7e25955eb09f15e4269cbad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53a925829671d02e86fda68e7a456ae977560e1d7889229fd1b8841ad0ed4c8b1682574a5e9c33ed943bddda33a831c4308799438318101a928c650b1ed86562
|
|
7
|
+
data.tar.gz: 1574caa158abb84864c78d2216bc2f48c62db9b3c9a8dcf07633d7f034f3a1af87b185363ca8f81d63a206166791d90b85be2dfa39bfc4172dff0f53d746ad09
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
## Unreleased Changes
|
|
2
2
|
|
|
3
|
-
[Full Changelog](https://github.com/guard/guard-minitest/compare/v1.0.0
|
|
3
|
+
[Full Changelog](https://github.com/guard/guard-minitest/compare/v1.0.0...master)
|
|
4
|
+
|
|
5
|
+
## 1.0.0 - Jul 10, 2013
|
|
6
|
+
|
|
7
|
+
[Full Changelog](https://github.com/guard/guard-minitest/compare/v1.0.0.rc.3...v1.0.0)
|
|
8
|
+
|
|
9
|
+
No significant changes compared to RC 3.
|
|
4
10
|
|
|
5
11
|
## 1.0.0.rc.3 - Jun 22, 2013
|
|
6
12
|
|
|
@@ -138,25 +144,25 @@ Upgrade to match Guard 1.1 API:
|
|
|
138
144
|
First stable release.
|
|
139
145
|
|
|
140
146
|
<!--- The following link definition list is generated by PimpMyChangelog --->
|
|
141
|
-
[#38]: https://github.com/guard/guard/issues/38
|
|
142
|
-
[#39]: https://github.com/guard/guard/issues/39
|
|
143
|
-
[#41]: https://github.com/guard/guard/issues/41
|
|
144
|
-
[#43]: https://github.com/guard/guard/issues/43
|
|
145
|
-
[#45]: https://github.com/guard/guard/issues/45
|
|
146
|
-
[#46]: https://github.com/guard/guard/issues/46
|
|
147
|
-
[#49]: https://github.com/guard/guard/issues/49
|
|
148
|
-
[#51]: https://github.com/guard/guard/issues/51
|
|
149
|
-
[#54]: https://github.com/guard/guard/issues/54
|
|
150
|
-
[#55]: https://github.com/guard/guard/issues/55
|
|
151
|
-
[#56]: https://github.com/guard/guard/issues/56
|
|
152
|
-
[#57]: https://github.com/guard/guard/issues/57
|
|
153
|
-
[#59]: https://github.com/guard/guard/issues/59
|
|
154
|
-
[#62]: https://github.com/guard/guard/issues/62
|
|
155
|
-
[#65]: https://github.com/guard/guard/issues/65
|
|
156
|
-
[#66]: https://github.com/guard/guard/issues/66
|
|
157
|
-
[#68]: https://github.com/guard/guard/issues/68
|
|
158
|
-
[#69]: https://github.com/guard/guard/issues/69
|
|
159
|
-
[#70]: https://github.com/guard/guard/issues/70
|
|
147
|
+
[#38]: https://github.com/guard/guard-minitest/issues/38
|
|
148
|
+
[#39]: https://github.com/guard/guard-minitest/issues/39
|
|
149
|
+
[#41]: https://github.com/guard/guard-minitest/issues/41
|
|
150
|
+
[#43]: https://github.com/guard/guard-minitest/issues/43
|
|
151
|
+
[#45]: https://github.com/guard/guard-minitest/issues/45
|
|
152
|
+
[#46]: https://github.com/guard/guard-minitest/issues/46
|
|
153
|
+
[#49]: https://github.com/guard/guard-minitest/issues/49
|
|
154
|
+
[#51]: https://github.com/guard/guard-minitest/issues/51
|
|
155
|
+
[#54]: https://github.com/guard/guard-minitest/issues/54
|
|
156
|
+
[#55]: https://github.com/guard/guard-minitest/issues/55
|
|
157
|
+
[#56]: https://github.com/guard/guard-minitest/issues/56
|
|
158
|
+
[#57]: https://github.com/guard/guard-minitest/issues/57
|
|
159
|
+
[#59]: https://github.com/guard/guard-minitest/issues/59
|
|
160
|
+
[#62]: https://github.com/guard/guard-minitest/issues/62
|
|
161
|
+
[#65]: https://github.com/guard/guard-minitest/issues/65
|
|
162
|
+
[#66]: https://github.com/guard/guard-minitest/issues/66
|
|
163
|
+
[#68]: https://github.com/guard/guard-minitest/issues/68
|
|
164
|
+
[#69]: https://github.com/guard/guard-minitest/issues/69
|
|
165
|
+
[#70]: https://github.com/guard/guard-minitest/issues/70
|
|
160
166
|
[@aflock]: https://github.com/aflock
|
|
161
167
|
[@arronmabrey]: https://github.com/arronmabrey
|
|
162
168
|
[@aspiers]: https://github.com/aspiers
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: guard-minitest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yann Lugrin
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-07-10 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: guard
|
|
@@ -88,9 +88,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
version: '0'
|
|
89
89
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
requirements:
|
|
91
|
-
- - '
|
|
91
|
+
- - '>='
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version:
|
|
93
|
+
version: '0'
|
|
94
94
|
requirements: []
|
|
95
95
|
rubyforge_project:
|
|
96
96
|
rubygems_version: 2.0.3
|