SocialEdge 1.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/socialedge.rb +9 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b211a301a2eb6583d6659ae643405fff0c5d0f0caee65b9e6cdb1da1156a5fcd
4
+ data.tar.gz: 22e128f3763db26fd5da88dd965f609153ba5fb7114734d74733fc998d571b51
5
+ SHA512:
6
+ metadata.gz: b4922bae48ca1da44145a29700b071c9ac15610e43f5b911d32e06ca414656976c59fbe3221171a5c4915b4261bbfd36cba20e07c8da88356b4a11be67bae472
7
+ data.tar.gz: d9c66fbc193a22ca8251d7eec35ce2a7df14da0fda1c2d00196a642370aed66d907d1a68a943233f30dd922232d5f07533f16a4527f7e55d35c65095f28b2e45
data/lib/socialedge.rb ADDED
@@ -0,0 +1,9 @@
1
+ class SocialEdge
2
+
3
+ # constructor
4
+ # @params(client_secret) The secret token
5
+ def initialize(client_secret)
6
+ @client_secret = client_secret
7
+ end
8
+
9
+ end
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: SocialEdge
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Elian Gutierrez
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email: eliangu3600103@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/socialedge.rb
20
+ homepage: http://rubygems.org/gems/socialedge
21
+ licenses: []
22
+ metadata: {}
23
+ post_install_message:
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubyforge_project:
39
+ rubygems_version: 2.7.6
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: This ruby library allows you to interact with the RESTFul API.
43
+ test_files: []