as_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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96ce10484b45434f155d000e40655a2311edce8a7695ca3897a789c257d4a093
4
- data.tar.gz: 11f911f102ed127fc2b0524353a57526b1d5bdc28945206ddf2427dc9ea06751
3
+ metadata.gz: d93bc9c37228d3d70d26ed6aae83e651fdea1812906c87d27003d57087afbc35
4
+ data.tar.gz: 6d47b75ab35ec1457545c9e509a07dcb8063ca3f9ae6232e085226ac83a20ba2
5
5
  SHA512:
6
- metadata.gz: c210a1a2719335ab603e6e44baa59e2563b98bbd3f82c0790011ae3598edb0a0e56ee9507f333c36cf2515fda91cb4cbaa8737ef1e8521a8e5562763ddf6fba3
7
- data.tar.gz: 5e316966a72e7113d57c8c53fe567b23ab6409f2ab53962bb9a6776b55bffcea3982db7fe79f25dc6c74797a8c864ece61387899455e0863786073f288950cbf
6
+ metadata.gz: a806f73f2205e51354536f43a7c8ba61390f1de09d67216a40af5e88be3e41d21838aa508571ea13d9ec27fce01cb6627d61d2910b5f8cef0ee455d5a73e484a
7
+ data.tar.gz: 3548ee5de5da2774ba0fe4a7302cb7d3c90bf0744565bcaa8f4bd0eeb39bfbc15720c020dbfd9667c466fe4b01767f9426cc974241096ca25cb93bf3775accb9
data/.gitignore CHANGED
@@ -5,3 +5,4 @@
5
5
  /doc/
6
6
  /pkg/
7
7
  /tmp/
8
+ *.gem
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
 
@@ -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{Write a short summary, because RubyGems requires one.}
10
- spec.description = %q{Write a longer description or delete this line.}
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
 
@@ -1,3 +1,3 @@
1
1
  module AsJson
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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: Write a longer description or delete this line.
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: Write a short summary, because RubyGems requires one.
115
+ summary: as_json on steroids.
116
116
  test_files: []