We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cea79e6 + 262efbb commit a52c0a0Copy full SHA for a52c0a0
5 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- entitlements-app (0.3.1)
+ entitlements-app (0.3.2)
5
concurrent-ruby (= 1.1.9)
6
faraday (~> 2.0)
7
net-ldap (~> 0.17)
@@ -56,7 +56,8 @@ GEM
56
regexp_parser (2.8.1)
57
reline (0.3.8)
58
io-console (~> 0.5)
59
- rexml (3.2.6)
+ rexml (3.2.8)
60
+ strscan (>= 3.0.9)
61
rspec (3.8.0)
62
rspec-core (~> 3.8.0)
63
rspec-expectations (~> 3.8.0)
@@ -105,6 +106,7 @@ GEM
105
106
simplecov-erb (1.0.1)
107
simplecov (< 1.0)
108
simplecov-html (0.10.2)
109
+ strscan (3.1.0)
110
tzinfo (2.0.6)
111
concurrent-ruby (~> 1.0)
112
unicode-display_width (2.4.2)
lib/version.rb
@@ -2,6 +2,6 @@
module Entitlements
module Version
- VERSION = "0.3.1"
+ VERSION = "0.3.2"
end
vendor/cache/rexml-3.2.6.gem
-100 KB
vendor/cache/rexml-3.2.8.gem
99.5 KB
vendor/cache/strscan-3.1.0.gem
16 KB
0 commit comments