hobby-json 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/hobby-json.gemspec +2 -2
- data/lib/hobby/json.rb +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: 52a1dc53955a48ad4dcbf1778b7c3893c4d9951f
|
4
|
+
data.tar.gz: f9df643f17b3e43343152e8eed30d9d9a7668209
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aa4fea91fb922ea872b3a33f2af55f69fd654bfbe4f3abe6e276416da9b56db7c488b9c30506f99f617cc21ff59ef4bdcc0cb6297f71fb7ad18cb0e7bae08ea
|
7
|
+
data.tar.gz: feef520f01216f4e99366c9d473c51ae5f24b2b71b777ecc043a5aafcc37db7dbbb91179b3d8a94a2fe04f90102e6693208a56dd2427353b6e6851a4dfcc0318
|
data/hobby-json.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
Gem::Specification.new do |g|
|
2
2
|
g.name = 'hobby-json'
|
3
3
|
g.files = `git ls-files`.split($/)
|
4
|
-
g.version = '0.0.
|
4
|
+
g.version = '0.0.2'
|
5
5
|
g.summary = 'A way to work with JSON in Hobby without too much verbosity.'
|
6
|
-
g.authors = ['Anatoly
|
6
|
+
g.authors = ['Anatoly Chernow']
|
7
7
|
end
|
data/lib/hobby/json.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hobby-json
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Anatoly
|
7
|
+
- Anatoly Chernow
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|