nativeson 0.0.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/nativeson.rb +0 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 52f8fd9f8e6219cdbc0ddac8f7b85687fda36273d5f43ee0c219f0faaf8117f8
4
+ data.tar.gz: 80887b266c831231db1be019a1ea65aad8316f0ebff6a3f8e326e36342a48c4f
5
+ SHA512:
6
+ metadata.gz: cb266fdc355ab6a001221926b7e6c178f96ba28bdb2bcd344d0e43dda7ce51cd8c300cc2a9cd5b03435f5394e7c3cd3e0a518959fd087fa73582fe0d5d5704ab
7
+ data.tar.gz: 2849b4d135fef38f590f612f3c777ea809a54fa6aa39c6dd159934084902c0f9b8a2d9beb763560477b91fa9b516c96d38f71d4c82f163acd565a8476151ae37
File without changes
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: nativeson
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ohad Dahan
8
+ - Al Chou
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2018-09-22 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ActiveRecord methods to generate JSON from database records using database-native
15
+ functions for speed.
16
+ email: HotFusionMan+GitHub@Gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/nativeson.rb
22
+ homepage: https://github.com/HotFusionMan/nativeson
23
+ licenses:
24
+ - Apache-2.0
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.7.7
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: nativeson
46
+ test_files: []