leofs_manager_client 0.2.13 → 0.2.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -136,7 +136,7 @@ module LeoFSManager
136
136
  end
137
137
 
138
138
  RoleDef = {
139
- 1 => :normal,
139
+ 1 => :general,
140
140
  9 => :admin
141
141
  }
142
142
  RoleDef.default_proc = proc {|_, key| raise "invalid @user_id: #{key}" }
@@ -26,7 +26,7 @@ require "time"
26
26
  require_relative "leofs_manager_client/leofs_manager_models"
27
27
 
28
28
  module LeoFSManager
29
- VERSION = "0.2.13"
29
+ VERSION = "0.2.14"
30
30
 
31
31
  class Client
32
32
  CMD_VERSION = "version"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leofs_manager_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.13
4
+ version: 0.2.14
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-13 00:00:00.000000000 Z
13
+ date: 2012-12-26 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Client for LeoFS Manager
16
16
  email: