twiddla 0.1.0 → 0.1.1

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.
@@ -1,7 +1,8 @@
1
1
  module Twiddla
2
2
  class API
3
3
  class << self
4
- attr_accessor :username, :password
4
+ attr_accessor :username
5
+ attr_writer :password
5
6
 
6
7
  def create_user(options)
7
8
  api_call('CreateUser', options)
@@ -46,7 +47,7 @@ module Twiddla
46
47
  end
47
48
 
48
49
  def auth_params
49
- { username: username, password: password }
50
+ { username: @username, password: @password }
50
51
  end
51
52
 
52
53
  LEADING_NEGATIVE_INTEGER = /-\d/
@@ -1,3 +1,3 @@
1
1
  module Twiddla
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twiddla
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: