userbin 1.4.4 → 1.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bfd28539bb9186bc657716210bd030988b426fc6
4
- data.tar.gz: a96543da7ea30326ab56c7f44decfa1900fd34e4
3
+ metadata.gz: f367af0c57b5edaa0443e6e37e560472a6431f5e
4
+ data.tar.gz: cbbc6c93b8fdf855f9070a2fcc37f76c77fb13c0
5
5
  SHA512:
6
- metadata.gz: 5088cf23603aef48e2a00bd3ee2210a79c5da474ca972779bdcb5d44b94b2b97283441096487e024e5420b2c75e750500e6a9f59c4a008de9afc9907c7ee7daa
7
- data.tar.gz: c55e51b05eada68f32b5a4ef52747b57e8d652090ed6e87432e97cb16a0ab8fa8395564caf53c59dcfd97a6a85cbc40943b355c5f69c6f6ac170d2349111fa7f
6
+ metadata.gz: 64b75883f0dfe265c713bfd79586f56a31bb749d868a7cc4e43255a4414722563bcf00b94011ad28e42059a8be0422b9ae655a3c384801e6d29963ea45a8f407
7
+ data.tar.gz: 799a4a02bc3cad2fdb6644877aae612f8536821223a1787450450c1007895a3f829c82f9587a9e1ad43ff9c3df1b7075f5cfb98ed92df8cb11012445641ba231
@@ -7,7 +7,7 @@ module Userbin
7
7
  names.each do |name|
8
8
  class_eval <<-RUBY, __FILE__, __LINE__ + 1
9
9
  def #{name}(*args)
10
- Userbin::User.new('current').#{name}(*args)
10
+ Userbin::User.new('$current').#{name}(*args)
11
11
  end
12
12
  RUBY
13
13
  end
@@ -132,7 +132,7 @@ module Userbin
132
132
 
133
133
  # Destroy the current session specified in the session token
134
134
  begin
135
- sessions.destroy('current')
135
+ sessions.destroy('$current')
136
136
  rescue Userbin::Error # ignored
137
137
  end
138
138
 
@@ -1,3 +1,3 @@
1
1
  module Userbin
2
- VERSION = "1.4.4"
2
+ VERSION = "1.4.5"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: userbin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.4
4
+ version: 1.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-29 00:00:00.000000000 Z
11
+ date: 2014-10-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: her