json-streamer 0.2.0 → 0.3.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/json-streamer.gemspec +1 -2
- data/lib/json/streamer/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0dc6d53af41106de2afd3c73edbe29626230388
|
|
4
|
+
data.tar.gz: 93bebbd4e33fb2eb273f849a4ffb2a1d75d9808e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2d38100ad39aee46704ca2eb171609eea8b126c0a0f7b2cbf694b35220c479954e8a80dbba71a3136a0657e2119e0d4fe18df12975c8daa02d5ff6bcb43f8dc
|
|
7
|
+
data.tar.gz: 24b2c90609308bab883997514fc3a7ed74b1ac980a6c5ca536bc4c573bf4c3781047693ff347b63c2b7bf296549bb7deec88362e07bda27a67da56693cc61ca8
|
data/json-streamer.gemspec
CHANGED
|
@@ -9,8 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Csaba Apagyi"]
|
|
10
10
|
spec.email = ["csapagyi@users.noreply.github.com"]
|
|
11
11
|
|
|
12
|
-
spec.summary = %q{Utility to support JSON streaming allowing you to get objects based on various criteria}
|
|
13
|
-
spec.description = %q{Useful for e.g. streaming objects from a JSON array.}
|
|
12
|
+
spec.summary = %q{Utility to support JSON streaming allowing you to get objects based on various criteria. Useful for e.g. streaming objects from a JSON array.}
|
|
14
13
|
spec.homepage = "https://github.com/csapagyi/json-streamer"
|
|
15
14
|
spec.license = "MIT"
|
|
16
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: json-streamer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Csaba Apagyi
|
|
@@ -80,7 +80,7 @@ dependencies:
|
|
|
80
80
|
- - ">="
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0'
|
|
83
|
-
description:
|
|
83
|
+
description:
|
|
84
84
|
email:
|
|
85
85
|
- csapagyi@users.noreply.github.com
|
|
86
86
|
executables: []
|
|
@@ -122,5 +122,5 @@ rubygems_version: 2.5.1
|
|
|
122
122
|
signing_key:
|
|
123
123
|
specification_version: 4
|
|
124
124
|
summary: Utility to support JSON streaming allowing you to get objects based on various
|
|
125
|
-
criteria
|
|
125
|
+
criteria. Useful for e.g. streaming objects from a JSON array.
|
|
126
126
|
test_files: []
|