json-streamer 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b26a2844b96562996e10cc2a739dbe1600a281c3
4
- data.tar.gz: 3fc1b885894d84770db962a6dc4701f0a541462e
3
+ metadata.gz: a0dc6d53af41106de2afd3c73edbe29626230388
4
+ data.tar.gz: 93bebbd4e33fb2eb273f849a4ffb2a1d75d9808e
5
5
  SHA512:
6
- metadata.gz: 5719ac21dd1525ca819e049df3d83a49e4e8278dc20934c8cfff91f1bce911cb198661d276bf349907d4c7b951bce5c5fb7e16fca73c6624ca4b01ecf854cf8f
7
- data.tar.gz: 9ed9b54704c17c95cb198980db094197d08787966adb8baf4d58fbdbebfcd6241a7d4ce41b43b961eb7a788800f42c65795e8560fa94260651dc4ff3c11976ef
6
+ metadata.gz: a2d38100ad39aee46704ca2eb171609eea8b126c0a0f7b2cbf694b35220c479954e8a80dbba71a3136a0657e2119e0d4fe18df12975c8daa02d5ff6bcb43f8dc
7
+ data.tar.gz: 24b2c90609308bab883997514fc3a7ed74b1ac980a6c5ca536bc4c573bf4c3781047693ff347b63c2b7bf296549bb7deec88362e07bda27a67da56693cc61ca8
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  module Json
2
2
  module Streamer
3
- VERSION = "0.2.0"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
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.2.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: Useful for e.g. streaming objects from a JSON array.
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: []