Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuspugliese committed Feb 1, 2018
1 parent 4b009b5 commit ae2f0db
Show file tree
Hide file tree
Showing 47 changed files with 49 additions and 66 deletions.
2 changes: 1 addition & 1 deletion src/Ads/Ad.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Ads/Uploader.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Categories/Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Categories/Trademark.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Categories/TrademarkModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Common/Type.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Credentials/AccountCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
9 changes: 1 addition & 8 deletions src/Contracts/Credentials/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,14 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
* @license MIT
*/
interface Environment
{
/**
* Get environment
*
* @return string
*/
public function getEnv() : string;

/**
* Get access key
*
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/ErrorBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/RequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/Languages/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2017 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Contracts/PrimeiraMao.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/AccountCredentials.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Credentials/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Exceptions/PrimeiraMaoException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Http/ErrorBag.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Http/RequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Languages/Language.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Languages/Location.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Newspapers/Newspaper.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
4 changes: 2 additions & 2 deletions src/PrimeiraMao.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Primeira Mao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand All @@ -23,7 +23,7 @@ class PrimeiraMao implements PrimeiraMaoContract
*
* @var string
*/
const VERSION = '0.0.2';
const VERSION = '0.0.3';

/**
* @var \PrimeiraMao\Contracts\Credentials\Environment
Expand Down
2 changes: 1 addition & 1 deletion src/Profiles/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Profiles/ProfileAd.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Profiles/ProfileFavorite.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Resales/Resale.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Searches/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Support/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* PagSeguro SDK
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/pagseguro-sdk
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Ads/AdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Ads/UploaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Categories/CategoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Categories/TrademarkModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Categories/TrademarkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion tests/Credentials/AccountCredentialsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
12 changes: 1 addition & 11 deletions tests/Credentials/EnvironmentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down Expand Up @@ -37,16 +37,6 @@ public function testInstance()
$this->assertInstanceOf(Environment::class, $this->instance());
}

/**
* Test get env
*
* @return void
*/
public function testGetEnv()
{
$this->assertEquals('SANDBOX', $this->instance()->getEnv());
}

/**
* Test get access key
*
Expand Down
2 changes: 1 addition & 1 deletion tests/Newspapers/NewspaperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* PrimeiraMao API
*
* @type library
* @version 0.0.2
* @version 0.0.3
* @package life-code/primeira-mao
* @copyright Copyright (c) 2018 Vinicius Pugliesi (http://www.viniciuspugliesi.com)
* @author Vinicius Pugliesi <[email protected]>
Expand Down
Loading

0 comments on commit ae2f0db

Please sign in to comment.