oj_mimic_json 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -0
  2. data/lib/oj_mimic_json.rb +4 -0
  3. metadata +51 -0
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ oj_mimic_json
2
+ =============
3
+
4
+ Simple gem to call Oj.mimic_JSON when using bundler or just want to limit code changes to just pulling in gems.
@@ -0,0 +1,4 @@
1
+
2
+ require 'oj'
3
+
4
+ Oj.mimic_JSON()
metadata ADDED
@@ -0,0 +1,51 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: oj_mimic_json
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Peter Ohler
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-08-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ! 'An experimental Object-base Parallel Evaluation Environment. '
15
+ email: peter@ohler.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - README.md
20
+ files:
21
+ - README.md
22
+ - lib/oj_mimic_json.rb
23
+ homepage: http://www.ohler.com/oj
24
+ licenses: []
25
+ post_install_message:
26
+ rdoc_options:
27
+ - --main
28
+ - README.md
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ none: false
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ none: false
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
43
+ requirements: []
44
+ rubyforge_project: oj_mimic_json
45
+ rubygems_version: 1.8.23
46
+ signing_key:
47
+ specification_version: 3
48
+ summary: Simple gem to call Oj.mimic_JSON when using bundler or just want to limit
49
+ code changes to just pulling in gems.
50
+ test_files: []
51
+ has_rdoc: true