liftapp-client 0.0.4 → 0.0.5

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.
@@ -12,7 +12,7 @@ get '/' do
12
12
  end
13
13
 
14
14
  post '/dashboard.json' do
15
- client = Liftapp::Client.new(email: params[:email], password: params[:password])
15
+ client = Liftapp::Client.new(params[:email], params[:password])
16
16
  content_type :json
17
17
  client.dashboard.to_json
18
18
  end
@@ -2,7 +2,6 @@ require 'httparty'
2
2
  require 'json'
3
3
  require 'nokogiri'
4
4
  require 'date'
5
- require 'pry'
6
5
 
7
6
  require "liftapp-client/version"
8
7
 
@@ -1,5 +1,5 @@
1
1
  module Liftapp
2
2
  class Client
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liftapp-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  segments:
144
144
  - 0
145
- hash: 1795258763130378618
145
+ hash: -4315864822958738663
146
146
  required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  none: false
148
148
  requirements:
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  version: '0'
152
152
  segments:
153
153
  - 0
154
- hash: 1795258763130378618
154
+ hash: -4315864822958738663
155
155
  requirements: []
156
156
  rubyforge_project:
157
157
  rubygems_version: 1.8.21