as_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 +4 -4
- data/.gitignore +1 -0
- data/README.md +1 -0
- data/as_json.gemspec +2 -2
- data/lib/as_json/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d93bc9c37228d3d70d26ed6aae83e651fdea1812906c87d27003d57087afbc35
|
4
|
+
data.tar.gz: 6d47b75ab35ec1457545c9e509a07dcb8063ca3f9ae6232e085226ac83a20ba2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a806f73f2205e51354536f43a7c8ba61390f1de09d67216a40af5e88be3e41d21838aa508571ea13d9ec27fce01cb6627d61d2910b5f8cef0ee455d5a73e484a
|
7
|
+
data.tar.gz: 3548ee5de5da2774ba0fe4a7302cb7d3c90bf0744565bcaa8f4bd0eeb39bfbc15720c020dbfd9667c466fe4b01767f9426cc974241096ca25cb93bf3775accb9
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1
1
|
# AsJson
|
2
2
|
[![Build Status](https://travis-ci.org/upscopeio/as_json.svg?branch=master)](https://travis-ci.org/upscopeio/as_json)
|
3
|
+
[![Gem Version](https://badge.fury.io/rb/as_json.svg)](https://badge.fury.io/rb/as_json)
|
3
4
|
|
4
5
|
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/as_json`. To experiment with that code, run `bin/console` for an interactive prompt.
|
5
6
|
|
data/as_json.gemspec
CHANGED
@@ -6,8 +6,8 @@ Gem::Specification.new do |spec|
|
|
6
6
|
spec.authors = ["Pablo Fonseca", "Joe d'Elia"]
|
7
7
|
spec.email = ["pablofonseca777@gmail.com", "joe@delia.is"]
|
8
8
|
|
9
|
-
spec.summary = %q{
|
10
|
-
spec.description = %q{
|
9
|
+
spec.summary = %q{as_json on steroids.}
|
10
|
+
spec.description = %q{as_json on steroids.}
|
11
11
|
spec.homepage = "https://github.com/upscopeio/as_json"
|
12
12
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
13
13
|
|
data/lib/as_json/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: as_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
|
- Pablo Fonseca
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
69
|
version: 1.4.2
|
70
|
-
description:
|
70
|
+
description: as_json on steroids.
|
71
71
|
email:
|
72
72
|
- pablofonseca777@gmail.com
|
73
73
|
- joe@delia.is
|
@@ -112,5 +112,5 @@ requirements: []
|
|
112
112
|
rubygems_version: 3.1.4
|
113
113
|
signing_key:
|
114
114
|
specification_version: 4
|
115
|
-
summary:
|
115
|
+
summary: as_json on steroids.
|
116
116
|
test_files: []
|