parse_rb 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.
- checksums.yaml +7 -0
- data/lib/parse_rb.rb +42 -0
- metadata +58 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: cb21005dda7453de6d6b32ccdb43dcc306e09f63
|
|
4
|
+
data.tar.gz: 88cf48289483c4faff6f9a56e0b3eada28b32019
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 9d9b2abc2d846c9fe012ea09cccae23f699585551f9e6b17cc90b6a6f01effad0e396a7e072ddf10791cac461c3661227090e517a4a5a41b6dace0157c196daa
|
|
7
|
+
data.tar.gz: 09a88f2f71604100eb1f0de213bc21faae6a67e60a8ad065c8f3e33c302af5d5fc08d09bf5ba7b9c765758ce8b6656a54275817ca822bbba6be4b3d9d753db52
|
data/lib/parse_rb.rb
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
require 'net/http'
|
|
2
|
+
require 'excon'
|
|
3
|
+
module Parse
|
|
4
|
+
def self.get()
|
|
5
|
+
response = Excon.get('http://geemus.com')
|
|
6
|
+
puts response
|
|
7
|
+
end
|
|
8
|
+
|
|
9
|
+
module Apps
|
|
10
|
+
# def self
|
|
11
|
+
#
|
|
12
|
+
# end
|
|
13
|
+
end
|
|
14
|
+
|
|
15
|
+
module Users
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
module Roles
|
|
19
|
+
end
|
|
20
|
+
|
|
21
|
+
module Sessions
|
|
22
|
+
end
|
|
23
|
+
|
|
24
|
+
module Hooks
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
module Objects
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
module Queries
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
module Files
|
|
34
|
+
end
|
|
35
|
+
|
|
36
|
+
module Config
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
module Schemas
|
|
40
|
+
|
|
41
|
+
end
|
|
42
|
+
end
|
metadata
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: parse_rb
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- laplaceliu
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2016-08-07 00:00:00.000000000 Z
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: excon
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - ">="
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '0'
|
|
27
|
+
description: description parse sdk
|
|
28
|
+
email: laplaceliu@outlook.com
|
|
29
|
+
executables: []
|
|
30
|
+
extensions: []
|
|
31
|
+
extra_rdoc_files: []
|
|
32
|
+
files:
|
|
33
|
+
- lib/parse_rb.rb
|
|
34
|
+
homepage: https://github.com/laplaceliu/parse_sdk
|
|
35
|
+
licenses:
|
|
36
|
+
- MIT
|
|
37
|
+
metadata: {}
|
|
38
|
+
post_install_message:
|
|
39
|
+
rdoc_options: []
|
|
40
|
+
require_paths:
|
|
41
|
+
- lib
|
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '0'
|
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
48
|
+
requirements:
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: '0'
|
|
52
|
+
requirements: []
|
|
53
|
+
rubyforge_project:
|
|
54
|
+
rubygems_version: 2.5.1
|
|
55
|
+
signing_key:
|
|
56
|
+
specification_version: 4
|
|
57
|
+
summary: summary parse sdk
|
|
58
|
+
test_files: []
|