gigya 0.0.2 → 0.0.3
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 +8 -8
- data/Gemfile +0 -1
- data/gigya.gemspec +1 -0
- data/lib/gigya/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
ZmUxYjk1NDdiOWNkNGU3YTU0M2Q4Zjc5ZGMxYTE1OTRlYmQ3YzFkZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
Y2IxZmJhODZhMmEzOGJiODBkYTk0M2FjZTNjMGFhZDNmYTUwMmQwNg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
ZGJiMWRjMzU4ZjI4N2NlMGE3ODQ4MzAwYmEwODhhNDQwNDc2YTRjYmI1N2Zh
|
|
10
|
+
ZTE1ZmI4MGIwNzg2YWQ3ZTE2NjJmYTA2OGQzMmYzOThhZDZiMmJkNjE5ZTA1
|
|
11
|
+
MTUzMjdmNmY0ZDA5Nzc5YTIwYTQyN2Q2NjUwNGMxMjFmOWEyNjk=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZmMxMjU3YzA0N2ZiMGRiMDk3Y2M1MWQ5NTk0OTZhNjk2YWFmMTBhYjljYTY2
|
|
14
|
+
ZjI3NzU2OTI5N2I4NTJhYmU3MjI1NjZhZjRiNWNiZjNjOTIyMDdiNjI0ZmE2
|
|
15
|
+
YWQ0YTU2YzY4NGIzMjc3OGJmNGMyYjgxMDBlNTkyMDFmYjg1MWM=
|
data/Gemfile
CHANGED
data/gigya.gemspec
CHANGED
data/lib/gigya/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gigya
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Johalf Farina
|
|
@@ -39,6 +39,20 @@ dependencies:
|
|
|
39
39
|
- - ! '>='
|
|
40
40
|
- !ruby/object:Gem::Version
|
|
41
41
|
version: '0'
|
|
42
|
+
- !ruby/object:Gem::Dependency
|
|
43
|
+
name: ruby-hmac
|
|
44
|
+
requirement: !ruby/object:Gem::Requirement
|
|
45
|
+
requirements:
|
|
46
|
+
- - ! '>='
|
|
47
|
+
- !ruby/object:Gem::Version
|
|
48
|
+
version: '0'
|
|
49
|
+
type: :runtime
|
|
50
|
+
prerelease: false
|
|
51
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
52
|
+
requirements:
|
|
53
|
+
- - ! '>='
|
|
54
|
+
- !ruby/object:Gem::Version
|
|
55
|
+
version: '0'
|
|
42
56
|
description: Gigya's gem is a lightweight library to connect for multiple social networks
|
|
43
57
|
using Gigya's REST API. It allows read/write access REST API, as well as support
|
|
44
58
|
for OAuth.
|