accountkit 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d01b568945a1a120808f861c025199ae172c32f
4
- data.tar.gz: c00880a7ef9572cc8f5a915637a298dbba2d954a
3
+ metadata.gz: 735dc74da9d96e19de7b4454b26bfcd6996f6c68
4
+ data.tar.gz: 800ccf80f87de249a1f60b771ff2c55b5d4af843
5
5
  SHA512:
6
- metadata.gz: a1ee349c3b53e24cf3e9f0329ea3f1fee4c96846c12e6452cafbfd4f71dbc1a2ddbcc6e13313e27ba8de58c94a5253c5d6ca106713efd1ab17cfe94f578e913b
7
- data.tar.gz: 5e6579d24fe058e78c72bcfbe7576a62e4cb8c53309cb50a4bc8cabd7b3beac8719bf0ddd347070b92d712ead5cda05ff90f88357d3ae0bf85f0d35c267797a6
6
+ metadata.gz: 43943e0762757cc5e8a67f46d92e916f153cd245d0028c35cb8dfb6488f0207763e985ec7a7aaf7587e39136a0cc4f198b93f746717fc2cd360ae4267516cc47
7
+ data.tar.gz: d034d8be93b424c23233c9521f793f32efafc124804817df2c054e6b9a44267915f8d3941ff637a84be1774f3795c0269ca12b2269b55b07db35a2786c1691c3
@@ -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 gem for Facebook accountkit}
13
- spec.description = %q{A gem for Facebook accountkit}
14
- spec.homepage = "https://github.com/Coffa/accountkit"
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)/}) }
@@ -1,3 +1,3 @@
1
1
  module Accountkit
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-13 00:00:00.000000000 Z
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 gem for Facebook accountkit
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/accountkit
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 gem for Facebook accountkit
98
+ summary: A light-weight Ruby API client for Facebook Account Kit with no dependency.
99
99
  test_files: []