Skip to content

Commit

Permalink
Revert automatic TOS accept change
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelamjad committed Aug 21, 2016
1 parent 81fd92b commit 61cf13d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changelog
------------------
0.2.1 (21-08-2016)
------------------
* **Revert** - Initial ticket is reverted back to ``get_hatched_eggs`` as Niantic may detect someone constantly accepting TOS whereas this is only possible once in game. Accepting TOS is out of bounds for the API client (however it is possible to add the request for TOS before logging in as per usual methods)

0.2.0 (21-08-2016)
------------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ You can use bundler and refer directly to this repository
```
gem 'poke-go-api',
git: "https://github.com/nabeelamjad/poke-api.git",
tag: '0.2.0'
tag: '0.2.1'
```

Or, alternatively you can download the repository and run ``gem build poke-api.gemspec`` followed with ``gem install poke-api-0.2.0.gem``
Or, alternatively you can download the repository and run ``gem build poke-api.gemspec`` followed with ``gem install poke-api-0.2.1.gem``

The gem is also available by using ``gem install poke-go-api`` (poke-api was taken as a name already).

Expand Down
6 changes: 1 addition & 5 deletions lib/poke-api/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ def inspect
private

def initialize_ticket
mark_tutorial_complete(
tutorials_completed: [0],
send_marketing_emails: false,
send_push_notifications: false
)
get_hatched_eggs
call
end

Expand Down
2 changes: 1 addition & 1 deletion lib/poke-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Poke
module API
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
end

0 comments on commit 61cf13d

Please sign in to comment.