norikra-client 0.0.7 → 0.0.8

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: 07b0c4808bce6fd5b8517b04604f1d1f946bae44
4
- data.tar.gz: c87287b460981957a2fe56d782d56cb763d8b98a
3
+ metadata.gz: 6f4b9a26e839b407de11559e7df341a67b0a9152
4
+ data.tar.gz: 889e53db085b8bfa64f5abaf21db300d8579e24a
5
5
  SHA512:
6
- metadata.gz: c8532bd502da869a64933ceae91e2b485f02a3bf6d1b213b805e31d228ca83b6b795f2e7024409e1f103938fba1f5c85701ef35509cd75f34964b0dad7da50c4
7
- data.tar.gz: 4d4b236c4ff6d6c037ef3cea9ee52a069c80db435879c69243d80ab0c59ff8a00031c8c587143305ebc50d12967f7426f000611b196fa85a2a89a1429219021b
6
+ metadata.gz: 92646e9dfff3b04ea0c3a7a0f9fc0f76ae28b05feb6f071a30dce7bde4d51763fab42443e578fc92e76df91c00d0f3590fa63aa6d97ea47d3d103ea83b3c3aba
7
+ data.tar.gz: 2cda887bf7bf457a26d0494b06d287ba8858e6da9c632114187759cb5eef46b362567748009fc0467668b92b905a7f8e5282b8445fc5e045f1ff8dc2de27b12d
@@ -31,7 +31,7 @@ class Norikra::Client
31
31
  puts ["TARGET","AUTO_FIELD"].join("\t") unless options[:simple]
32
32
  targets = client(parent_options).targets
33
33
  targets.each do |t|
34
- puts [t[:name], t[:auto_field]].join("\t")
34
+ puts [t['name'], t['auto_field']].join("\t")
35
35
  end
36
36
  puts "#{targets.size} targets found." unless options[:simple]
37
37
  end
@@ -1,5 +1,5 @@
1
1
  module Norikra
2
2
  class Client
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: norikra-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAGOMORI Satoshi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-16 00:00:00.000000000 Z
11
+ date: 2013-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: msgpack-rpc-over-http