Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed Aug 4, 2014
1 parent 756572c commit a5c1b1f
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 584 deletions.
21 changes: 0 additions & 21 deletions pack.sh

This file was deleted.

174 changes: 88 additions & 86 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,88 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<package version="2.0" packagerversion="1.7.2" xmlns="http:https://pear.php.net/dtd/package-2.0" xmlns:tasks="http:https://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://pear.php.net/dtd/tasks-1.0 http:https://pear.php.net/dtd/tasks-1.0.xsd http:https://pear.php.net/dtd/package-2.0 http:https://pear.php.net/dtd/package-2.0.xsd">
<!-- $Id$ -->
<name>OAUTH2</name>
<channel>pear.oops.org</channel>
<summary>OAUTH2 authenticate library</summary>
<description>PEAR's oops\OAUTH2:: package for OAUTH2 authentication</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-08-05</date>
<time>03:19:56</time>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* 다음 logout 방식 변경 사항 수정
</notes>
<contents>
<dir name="/">
<file role="php" md5sum="edaa84f94b600a18d15a7d182d302fc4" name="OAUTH2.php" />
<file role="php" md5sum="233b4f622c5d59cfae286283f1436052" name="OAUTH2/DAUM.php" />
<file role="php" md5sum="c418d33f62384b95c9aeeb42d5c5cfab" name="OAUTH2/FACEBOOK.php" />
<file role="php" md5sum="9ea8c9be58907beb5ac8376d807e9bf8" name="OAUTH2/GOOGLE.php" />
<file role="php" md5sum="1a4a6c893518f7b9637f36419f3522c0" name="OAUTH2/NAVER.php" />
<file role="php" md5sum="aa4342791c32f6de57e554272888db35" name="OAUTH2/logout.template" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
<package>
<name>myException</name>
<channel>pear.oops.org</channel>
<min>1.0.1</min>
</package>
<package>
<name>HTTPRelay</name>
<channel>pear.oops.org</channel>
<min>1.0.5</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-08-05</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* 다음 logout 방식 변경 사항 수정
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-06-30</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>* 1.0.0 release
</notes>
</release>
</changelog>
<package packagerversion="1.9.4" version="2.0" xmlns="http:https://pear.php.net/dtd/package-2.0" xmlns:tasks="http:https://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http:https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http:https://pear.php.net/dtd/tasks-1.0 http:https://pear.php.net/dtd/tasks-1.0.xsd http:https://pear.php.net/dtd/package-2.0 http:https://pear.php.net/dtd/package-2.0.xsd">
<name>OAUTH2</name>
<channel>pear.oops.org</channel>
<summary>OAUTH2 authenticate library</summary>
<description>PEAR&apos;s oops\OAUTH2:: package for OAUTH2 authentication</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-08-05</date>
<time>03:19:57</time>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* 다음 logout 방식 변경 사항 수정
</notes>
<contents>
<dir name="/">
<file md5sum="edaa84f94b600a18d15a7d182d302fc4" name="OAUTH2.php" role="php" />
<file md5sum="233b4f622c5d59cfae286283f1436052" name="OAUTH2/DAUM.php" role="php" />
<file md5sum="c418d33f62384b95c9aeeb42d5c5cfab" name="OAUTH2/FACEBOOK.php" role="php" />
<file md5sum="9ea8c9be58907beb5ac8376d807e9bf8" name="OAUTH2/GOOGLE.php" role="php" />
<file md5sum="1a4a6c893518f7b9637f36419f3522c0" name="OAUTH2/NAVER.php" role="php" />
<file md5sum="aa4342791c32f6de57e554272888db35" name="OAUTH2/logout.template" role="php" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
<package>
<name>myException</name>
<channel>pear.oops.org</channel>
<min>1.0.1</min>
</package>
<package>
<name>HTTPRelay</name>
<channel>pear.oops.org</channel>
<min>1.0.5</min>
</package>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-08-05</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* 다음 logout 방식 변경 사항 수정
</notes>
</release>
<release>
<version>
<release>1.0.0</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2014-06-30</date>
<license uri="http:https://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
* 1.0.0 release
</notes>
</release>
</changelog>
</package>
88 changes: 0 additions & 88 deletions package.xml.tmpl

This file was deleted.

78 changes: 0 additions & 78 deletions tests/daum.php

This file was deleted.

Loading

0 comments on commit a5c1b1f

Please sign in to comment.