rapporteur 2.0.0 → 2.0.1
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 +8 -8
- data/CHANGELOG.md +6 -1
- data/lib/rapporteur/checker_deprecations.rb +1 -1
- data/lib/rapporteur/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjUxY2VjMWI5YWZjZWQ0OTY1NzAzOTlhYmVhZDIwMjczNGFkOTZkMw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
M2NhMjU1NWY4NTc4N2E3NjQ3YjA5YmQ2NGNlYjk2YTY0NGU5YjQ2YQ==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MmFlY2NmMjdkZWZiNjhkNGM0OTFmMDg4OTM1OTkzMDU0Mjg5ODU4YzcwYWVk
|
|
10
|
+
MzUxYzBlMTFiZjUyNTM4Mjk3YzgwNmE4N2E2MGFjNzcyYzk3NjNmMDg1MzJl
|
|
11
|
+
NDIyMjg3ZDA2Mzg1ZmE1NjE0NjA2MDdhZTEwZWY4ZjM4OTMzZmE=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
YjljMTM4YzhhNWY1MGQwMjg1Mzk5ZTI0OWJkOWY5NjE1OTZkNjM1OTNlOWM5
|
|
14
|
+
ODUzNjlhZDM4M2QxNTdhZGNmOGVlOTg2MjIxZDc3OTFiOTJkNGY3NzVhZDcx
|
|
15
|
+
M2ZjNTQ3OGIyMDE0YmU1NjRmMDExMDA1Zjg1NWYzYTExNmZiZGI=
|
data/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
* No significant changes.
|
|
6
6
|
|
|
7
|
+
## [2.0.1][v2.0.1] / 2013-05-31
|
|
8
|
+
|
|
9
|
+
* Fix NoMethodError in CheckerDeprecations#clear.
|
|
10
|
+
|
|
7
11
|
## [2.0.0][v2.0.0] / 2013-05-31
|
|
8
12
|
|
|
9
13
|
* Removed active_model_serializers dependency.
|
|
@@ -43,7 +47,8 @@
|
|
|
43
47
|
* Initial public release.
|
|
44
48
|
|
|
45
49
|
|
|
46
|
-
[unreleased]: https://github.com/codeschool/rapporteur/compare/v2.0.
|
|
50
|
+
[unreleased]: https://github.com/codeschool/rapporteur/compare/v2.0.1...master
|
|
51
|
+
[v2.0.1]: https://github.com/codeschool/rapporteur/compare/v2.0.0...v2.0.1
|
|
47
52
|
[v2.0.0]: https://github.com/codeschool/rapporteur/compare/v1.1.0...v2.0.0
|
|
48
53
|
[v1.1.0]: https://github.com/codeschool/rapporteur/compare/v1.0.1...v1.1.0
|
|
49
54
|
[v1.0.1]: https://github.com/codeschool/rapporteur/compare/v1.0.0...v1.0.1
|
data/lib/rapporteur/version.rb
CHANGED