colon_rocket 0.0.2

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.
Files changed (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 48ea412dc16687033d43af6ce9609e3e8e88a74e8ad19827f5f2808f8e31a34f
4
+ data.tar.gz: 3053e8136b723cd5df10730ef70ef0d24b4a4216a08dcdd21894e9eeb63bffb8
5
+ SHA512:
6
+ metadata.gz: b88391ed022f5ec217f48af8deaefc807a66b4d0448442cda1f88275a74bf8f071e0aff92965df87ae0a353d9393b678d1b519da2271c7d840926dffde3dd576
7
+ data.tar.gz: a0f4ff169262f5b88f118a62255aa789b27f3a92f88741d25d2c9384f2ee229635c1db2cededfa48440e55b0b026568b22fb6f777663d6d888fc569d29c8fb68
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: colon_rocket
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Pizza Steve
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-11-09 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: When you need to drop json, but you have a ruby hash that doesn't play
14
+ nicely. ColonRocket.blastoff($HASH) will "puts" a json ready hash.
15
+ email: stevepentler@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: http://rubygems.org/gems/colon_rocket
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.7.6
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Hash rockets to colons, for json.
44
+ test_files: []