ucb_confluence 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,7 @@ module Confluence
9
9
 
10
10
  IST_GROUP = 'ucb-ist'
11
11
  USER_GROUP = 'confluence-users'
12
- DISABLED_SUFFIX = '(ACCOUNT DISABLED)'
12
+ DISABLED_SUFFIX = ' (ACCOUNT DISABLED)'
13
13
 
14
14
  def initialize()
15
15
  @new_users = []
@@ -1,3 +1,3 @@
1
1
  module Confluence
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ucb_confluence
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Steven Hansen