jrq 0.1.0 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/jrq.gemspec +1 -1
  3. data/lib/jrq/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bd5901343eb381e700d701ba452c0255b8b01516
4
- data.tar.gz: 79377aadfafd0bcfc8440055c8f4359264057b0f
3
+ metadata.gz: 70f6219cf81759e13625027f079bd94601d79393
4
+ data.tar.gz: 95e46ab4213a81f1809751387e5d14ffe6905cd2
5
5
  SHA512:
6
- metadata.gz: 4c05fcd38eaecd3c178fdcbdd1de869cb2a86773a6520d436ac8ede7c2b37168c40552ca1cc61c885ec6374c4d882a0d98591814f3ebb3dcbf50d44473f33cb7
7
- data.tar.gz: 29370545f61f0b8db40bbda3f8f2e4d334562bff87177b35f162b95cd9168c3ff4dd9c122431f88c816bb9204f5f0a9d6e572d3d4c2d255dd41ebd3412eaac3c
6
+ metadata.gz: 7a5182904d4c92dd3eae6982620c13c0dc098f872923ce95b6fc4df03c425685597562db16b50006cf5818511cf5f4476503cb0cd6eb3e1d43bb3f10d468c29a
7
+ data.tar.gz: f41ac19e77d95220400772b0004948c10e160c8cab9b96f05f8a2193ebcc831937e3ef1a2941075211d4216540019ad23c036dbd0f3aa24bc74f10185865d2c1
data/jrq.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['hash@hzl.jp']
11
11
 
12
12
  spec.summary = 'jq for Rubyists'
13
- spec.description = 'CLI json processor for Rubyists. jrq enable you to without studying new syntax.'
13
+ spec.description = 'CLI json processor for Rubyists. jrq enable you to filter/map/reduce json without studying new syntax.'
14
14
  spec.homepage = 'https://github.com/memerelics/jrq'
15
15
  spec.license = 'MIT'
16
16
 
data/lib/jrq/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Jrq
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jrq
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - memerelics
@@ -52,8 +52,8 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '5.0'
55
- description: CLI json processor for Rubyists. jrq enable you to without studying new
56
- syntax.
55
+ description: CLI json processor for Rubyists. jrq enable you to filter/map/reduce
56
+ json without studying new syntax.
57
57
  email:
58
58
  - hash@hzl.jp
59
59
  executables: