accountkit 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/accountkit.gemspec +3 -3
- data/lib/accountkit/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 735dc74da9d96e19de7b4454b26bfcd6996f6c68
|
4
|
+
data.tar.gz: 800ccf80f87de249a1f60b771ff2c55b5d4af843
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43943e0762757cc5e8a67f46d92e916f153cd245d0028c35cb8dfb6488f0207763e985ec7a7aaf7587e39136a0cc4f198b93f746717fc2cd360ae4267516cc47
|
7
|
+
data.tar.gz: d034d8be93b424c23233c9521f793f32efafc124804817df2c054e6b9a44267915f8d3941ff637a84be1774f3795c0269ca12b2269b55b07db35a2786c1691c3
|
data/accountkit.gemspec
CHANGED
@@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["MatBi"]
|
10
10
|
spec.email = ["leminhducktvn@gmail.com"]
|
11
11
|
|
12
|
-
spec.summary = %q{A
|
13
|
-
spec.description = %q{A
|
14
|
-
spec.homepage = "https://github.com/Coffa/
|
12
|
+
spec.summary = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.}
|
13
|
+
spec.description = %q{A light-weight Ruby API client for Facebook Account Kit with no dependency.}
|
14
|
+
spec.homepage = "https://github.com/Coffa/account_kit"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
data/lib/accountkit/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: accountkit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MatBi
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-04-
|
11
|
+
date: 2016-04-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -52,7 +52,7 @@ dependencies:
|
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '3.0'
|
55
|
-
description: A
|
55
|
+
description: A light-weight Ruby API client for Facebook Account Kit with no dependency.
|
56
56
|
email:
|
57
57
|
- leminhducktvn@gmail.com
|
58
58
|
executables: []
|
@@ -72,7 +72,7 @@ files:
|
|
72
72
|
- bin/setup
|
73
73
|
- lib/accountkit.rb
|
74
74
|
- lib/accountkit/version.rb
|
75
|
-
homepage: https://github.com/Coffa/
|
75
|
+
homepage: https://github.com/Coffa/account_kit
|
76
76
|
licenses:
|
77
77
|
- MIT
|
78
78
|
metadata: {}
|
@@ -95,5 +95,5 @@ rubyforge_project:
|
|
95
95
|
rubygems_version: 2.5.1
|
96
96
|
signing_key:
|
97
97
|
specification_version: 4
|
98
|
-
summary: A
|
98
|
+
summary: A light-weight Ruby API client for Facebook Account Kit with no dependency.
|
99
99
|
test_files: []
|