omniauth-kakao 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bb5a75b470abb1ff60e97711d9d7d092ea9090b6
4
+ data.tar.gz: f81819bcad8d02a12042af027c9c8ea2ed5bb854
5
+ SHA512:
6
+ metadata.gz: d4bafbc60cbbb7b280a1050326ba73c7b4bec0cbfc9e2783403c78c095454806783f85acf54a99a1c490053afec8733b2bca0ffa710195ea564549f87009d6c6
7
+ data.tar.gz: 10ef7e0e3bcc4e050aaff082506451d447848e152502722a8ae5092ae369da81eed28d9517ba154d30f028e4db09150290f1d1a7c5a06c741f99a0e4c440a669
data/CHANGELOG ADDED
@@ -0,0 +1,3 @@
1
+ ## v0.0.1
2
+
3
+ * 릴리즈 준비
data/README.md ADDED
@@ -0,0 +1,4 @@
1
+ omniauth-kakao
2
+ ==============
3
+
4
+ OmniAuth strategy for Kakao(under construction)
@@ -0,0 +1,5 @@
1
+ module Omniauth
2
+ module Kakao
3
+ VERSION = "0.0.1"
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: omniauth-kakao
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Shayne Sung-Hee Kang
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: OmniAuth strategy for Kakao(under construction)
14
+ email:
15
+ - shayne.kang@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - CHANGELOG
21
+ - README.md
22
+ - lib/omniauth-kakao/version.rb
23
+ homepage: http://www.medium.com/shaynekang
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project: omniauth-kakao
43
+ rubygems_version: 2.0.14
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: OmniAuth strategy for Kakao
47
+ test_files: []