pluck_json 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.
- checksums.yaml +4 -4
- data/lib/pluck_json/version.rb +1 -1
- data/pluck_json.gemspec +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: 53cff082717c1c3f2e362fe06f62745d066d9e01
|
|
4
|
+
data.tar.gz: 86762e72ccc8dd8a96c24964310d3a3b8f18caa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7bdbb5321d338a0930e75a8dc0e717750bb2463d6deb0568034780606813b4af452e3690675360b412e2be3b0b57ecf5b69658b09c3cbba7110613c1d1e7bea8
|
|
7
|
+
data.tar.gz: a55c779ca6dcd449cfbf197a38326ddb37757da0a0bd51b4a5cd29595d25a6cc0ef8e92db3c0b8cd4111ed5f7dc0c540b6420aff4bf478095592ffd76736a678
|
data/lib/pluck_json/version.rb
CHANGED
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{
|
|
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.
|
|
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.
|
|
125
|
+
rubygems_version: 2.5.1
|
|
126
126
|
signing_key:
|
|
127
127
|
specification_version: 4
|
|
128
|
-
summary:
|
|
128
|
+
summary: Rails pluck but returns hash instead of array
|
|
129
129
|
test_files: []
|