bpluser 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bad38b65154836f992d3e62aa0714cb602c79563
4
- data.tar.gz: be9a8cd5a2819862e99123ff006bc84646798a12
3
+ metadata.gz: c5f5c4fcf9ef9e9e6bf1f472dbdfe295ee176b3a
4
+ data.tar.gz: aeb5613a5538ea352e22c3c9d844e9efcca988b1
5
5
  SHA512:
6
- metadata.gz: 0101bb6e1c8b60ea30ad03cbfef29826d1b0c68f2efff16deeefa0fbd20e9662f208bad9ab8b7c248cc5a1b7e5adfd3d7bee6c68096c3a7249ba935c2f810149
7
- data.tar.gz: de116b64707e5b236c2b8d1f2abc93a0be0a9d2e772ab0100f006afb3963af2396663c77fa35f56526fff5124d4c2e44a1b292d51df0e4eccbb0737bd9c7f96d
6
+ metadata.gz: c7b0f3d994193ba3e1fbd0740579062035266739b3a6ab86f1c80e48ef3f644ed261e2fcae40214bf9f184a653e153d3e6ca6bfdd7ad0315d3c500b5be3c64c2
7
+ data.tar.gz: 5ec4b6903ed84b7445433b62c41b7a3b670ef9c8611811814e210de7b88b9d1e3f4cc07764a6e4299efe8af0f89f38af751972d3ab4270315ac773ed2c4ce641
File without changes
@@ -1,3 +1,3 @@
1
1
  module Bpluser
2
- VERSION = "0.0.15"
2
+ VERSION = "0.0.16"
3
3
  end
data/lib/bpluser.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require "bpluser/engine"
2
- require "bpluser/validatable"
3
2
 
4
3
  module Bpluser
5
4
  autoload :Routes, 'bpluser/routes'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bpluser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boston Public Library Web Services
@@ -146,12 +146,12 @@ files:
146
146
  - app/models/bpluser/folder_item.rb
147
147
  - app/models/bpluser/user.rb
148
148
  - app/models/bpluser/user_institution.rb
149
+ - app/models/bpluser/validatable.rb
149
150
  - app/views/layouts/bpluser/application.html.erb
150
151
  - config/routes.rb
151
152
  - lib/bpluser.rb
152
153
  - lib/bpluser/engine.rb
153
154
  - lib/bpluser/routes.rb
154
- - lib/bpluser/validatable.rb
155
155
  - lib/bpluser/version.rb
156
156
  - lib/generators/bpluser/bpluser_generator.rb
157
157
  - lib/generators/bpluser/templates/config/hydra-ldap.yml