ninsho 0.1.2 → 0.1.3

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.
@@ -32,6 +32,7 @@ module Ninsho
32
32
  def from_user
33
33
  attrs = { email: @email }
34
34
  user = Ninsho.parent_resource_name.where(attrs).first_or_initialize
35
+ user = Ninsho.parent_resource_name.new if @provider == "twitter"
35
36
  user.attributes = holding_attributes(attrs) if user.new_record?
36
37
  user.send("#{Ninsho.resource_name.pluralize}").build(provider: @provider, uid: @uid, oauth_token: @oauth_token)
37
38
  user.save
@@ -1,3 +1,3 @@
1
1
  module Ninsho
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ninsho
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: