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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YzExOTM1MmZmNjFhYWY1MTRiN2QwMDcyOTMwMzNmZTk3MmY3MmZmMA==
4
+ YjUxY2VjMWI5YWZjZWQ0OTY1NzAzOTlhYmVhZDIwMjczNGFkOTZkMw==
5
5
  data.tar.gz: !binary |-
6
- MjBjMDgxMGI1ZDg0NzY0YWUwZGVmOGFlNDY0MDBmN2IxMmNkNGZlNw==
6
+ M2NhMjU1NWY4NTc4N2E3NjQ3YjA5YmQ2NGNlYjk2YTY0NGU5YjQ2YQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MDNhMzI1ZWUyOTE3OTllOTA3NjVkZDQ1YjZmNGJiMGJmMzBhNDAwYjE2YWQ0
10
- YWQ5NDliZTFkOGY4MzkyMWFiMWNiODZhNTI5OGY0OTYwYmNlMDRiZTUyZmQz
11
- OGYzNmVhZjYxZTJiMmUzNmJiODY0NGQxYjhmMzI4NDkxMzRkNDI=
9
+ MmFlY2NmMjdkZWZiNjhkNGM0OTFmMDg4OTM1OTkzMDU0Mjg5ODU4YzcwYWVk
10
+ MzUxYzBlMTFiZjUyNTM4Mjk3YzgwNmE4N2E2MGFjNzcyYzk3NjNmMDg1MzJl
11
+ NDIyMjg3ZDA2Mzg1ZmE1NjE0NjA2MDdhZTEwZWY4ZjM4OTMzZmE=
12
12
  data.tar.gz: !binary |-
13
- YmNkYzlkYzQ2NTZlNTNiZmExNzM3Y2JiM2FiYTgxMDczZjdmNjI2YzA5MzZj
14
- NTJiNzYxY2YxYjQ0OWM0ODRiZjA3YWU3MTdjNDllYzdjMTM0MjkyOTA2OTEz
15
- NjcyMjg3OWI2NzMyZDkzYTE2ZGI1YjAwOTA1ZDVjNDkxYTZlNTE=
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.0...master
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
@@ -9,7 +9,7 @@ module Rapporteur
9
9
 
10
10
  def clear
11
11
  ActiveSupport::Deprecation.warn("use Rapporteur.clear", caller)
12
- Rapporteur.clear
12
+ Rapporteur.clear_checks
13
13
  end
14
14
 
15
15
  def run
@@ -1,3 +1,3 @@
1
1
  module Rapporteur
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rapporteur
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Envy Labs