neatjson 0.7 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +199 -199
- data/lib/neatjson.rb +58 -52
- data/neatjson.gemspec +17 -17
- data/test/test_neatjson.rb +2 -2
- data/test/tests.js +173 -173
- data/test/tests.rb +169 -169
- data/test/tmp.js +27768 -0
- metadata +4 -3
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neatjson
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.7.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gavin Kistner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: 'Generate JSON strings from Ruby objects with flexible formatting options.
|
14
14
|
Key features: keep arrays and objects on a single line when they fit; format floats
|
@@ -28,6 +28,7 @@ files:
|
|
28
28
|
- test/test_neatjson.rb
|
29
29
|
- test/tests.js
|
30
30
|
- test/tests.rb
|
31
|
+
- test/tmp.js
|
31
32
|
homepage: http://github.com/Phrogz/NeatJSON
|
32
33
|
licenses:
|
33
34
|
- MIT license (MIT)
|
@@ -48,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
49
|
version: '0'
|
49
50
|
requirements: []
|
50
51
|
rubyforge_project:
|
51
|
-
rubygems_version: 2.
|
52
|
+
rubygems_version: 2.2.3
|
52
53
|
signing_key:
|
53
54
|
specification_version: 4
|
54
55
|
summary: Pretty, powerful, flexible JSON generation.
|