assert_json 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -2,10 +2,12 @@
|
|
2
2
|
name: assert_json
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
8
|
-
|
7
|
+
authors:
|
8
|
+
- "Thorsten B\xC3\xB6ttger"
|
9
|
+
- Andree Wille
|
10
|
+
- Ralph von der Heyden
|
9
11
|
autorequire:
|
10
12
|
bindir: bin
|
11
13
|
cert_chain: []
|
@@ -36,7 +38,7 @@ dependencies:
|
|
36
38
|
type: :development
|
37
39
|
version_requirements: *id002
|
38
40
|
description: A gem to test JSON strings.
|
39
|
-
email:
|
41
|
+
email: boettger@mt7.de
|
40
42
|
executables: []
|
41
43
|
|
42
44
|
extensions: []
|
@@ -50,7 +52,7 @@ files:
|
|
50
52
|
- Gemfile
|
51
53
|
- README.md
|
52
54
|
has_rdoc: true
|
53
|
-
homepage:
|
55
|
+
homepage: https://github.com/xing/assert_json
|
54
56
|
licenses: []
|
55
57
|
|
56
58
|
post_install_message:
|