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 +4 -4
- data/lib/userbin/client.rb +2 -2
- data/lib/userbin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f367af0c57b5edaa0443e6e37e560472a6431f5e
|
4
|
+
data.tar.gz: cbbc6c93b8fdf855f9070a2fcc37f76c77fb13c0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64b75883f0dfe265c713bfd79586f56a31bb749d868a7cc4e43255a4414722563bcf00b94011ad28e42059a8be0422b9ae655a3c384801e6d29963ea45a8f407
|
7
|
+
data.tar.gz: 799a4a02bc3cad2fdb6644877aae612f8536821223a1787450450c1007895a3f829c82f9587a9e1ad43ff9c3df1b7075f5cfb98ed92df8cb11012445641ba231
|
data/lib/userbin/client.rb
CHANGED
@@ -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
|
|
data/lib/userbin/version.rb
CHANGED
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
|
+
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-
|
11
|
+
date: 2014-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: her
|