pluck_json 0.1.0 → 0.1.1

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: ab725381379bdfc7bf07ad93233ccf0f6f3f1333
4
- data.tar.gz: 7471df00af7e46bbc1499bc3de606d5af60dec5c
3
+ metadata.gz: 53cff082717c1c3f2e362fe06f62745d066d9e01
4
+ data.tar.gz: 86762e72ccc8dd8a96c24964310d3a3b8f18caa5
5
5
  SHA512:
6
- metadata.gz: 53305ccb8e060a5e81da7b531d26b8ce0a72cc320710ca45217d6301b4886248164952d590022ba04ae9674826065c1c34971f34a3cda8177a2d3c603fadf5d7
7
- data.tar.gz: 5752b8a25fc4e6528afacce127c0dfdda346b2810f0e3c066c275d2de2375ddc8046d88954fb86bbb1ac934f81ae84c4d9f4c914ef254378266068148b874ee6
6
+ metadata.gz: 7bdbb5321d338a0930e75a8dc0e717750bb2463d6deb0568034780606813b4af452e3690675360b412e2be3b0b57ecf5b69658b09c3cbba7110613c1d1e7bea8
7
+ data.tar.gz: a55c779ca6dcd449cfbf197a38326ddb37757da0a0bd51b4a5cd29595d25a6cc0ef8e92db3c0b8cd4111ed5f7dc0c540b6420aff4bf478095592ffd76736a678
@@ -1,3 +1,3 @@
1
1
  module PluckJson
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/pluck_json.gemspec CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Pavel"]
10
10
  spec.email = ["pavlik4k@gmail.com"]
11
11
 
12
- spec.summary = %q{Write a short summary, because Rubygems requires one.}
12
+ spec.summary = %q{Rails pluck but returns hash instead of array}
13
13
  # spec.description = %q{TODO: Write a longer description or delete this line.}
14
14
  # spec.homepage = "TODO: Put your gem's website or public repo URL here."
15
15
  spec.license = "MIT"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pluck_json
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
  - Pavel
@@ -122,8 +122,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  requirements: []
124
124
  rubyforge_project:
125
- rubygems_version: 2.4.5.1
125
+ rubygems_version: 2.5.1
126
126
  signing_key:
127
127
  specification_version: 4
128
- summary: Write a short summary, because Rubygems requires one.
128
+ summary: Rails pluck but returns hash instead of array
129
129
  test_files: []