locomotive_basic_auth_plugin 1.1.1 → 1.1.2

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- M2UxYTJlMjFmZTE2ZmI2Zjc5OWE1YzJhYTdkN2I1ZDU5OTc0OTYzNQ==
4
+ MzBlODFkMWFkOTBhNmVhM2YzZGQxNjFmODAwNDA0YWY3MjRmMGE0NA==
5
5
  data.tar.gz: !binary |-
6
- MTExZDQwNDAxNjRmM2RhYTI1YWJkZTkzMWI5YWNjZTExYWViM2MwNg==
6
+ MGY2OGRjYTg2MjZhMjMxNTAwN2FkYjg0Y2Q4MmJkNDZjNGJkNjE5Nw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MDUxMDY0MjEyODk0MzYwYjU3YWYyMTcyODc1Y2ExMjgzZmZlNDFmNjdmZTFh
10
- N2NmODkwNjQ0NDZkMTZkZmQzZGIyMGY4OTlhNmZmZjdlMzFhZTNlZTAwYTJi
11
- YWFjMWNmYzQ1NzBhNWQ0NTE2NTU5OTZjNDUzNDY1Y2Y1MGQxNTY=
9
+ MWVkMDFlMDk5MTQ4MjA2ZGM0MWYxNWMwZmM3ZDhiODRiN2ZmYjNjMGZhOWMy
10
+ OGIwMmI3ODhhNmFiZDE1MTNiZjRkMzhhMWUyZjY1NzExYmExODk5MzY1ZDJh
11
+ MzM5NzE3NjY2MjRjNTc4NDE0ZTk1NGJkM2RmMDNiYjY0YzkxNTI=
12
12
  data.tar.gz: !binary |-
13
- NGQ2YjUxMTUwOTZhNDdmZTI1ZTAyYjJmOTUxYzZlOTY3MzYxNzY4Nzc3MmIy
14
- ZTY4Nzk2ZDUwZjc5NWM5ZDhlYzJjZWQ0MTc4MWU4NjZmNjExZDQyMTYwMDAy
15
- MjhhM2MxZTU0NTNhNzg3MGFkMTIwMjgyMjU5MTI5Yzg3OGJkN2I=
13
+ MDY2YzcyYmE2NDQwZDNkMDljZWQ3NjkxNzE3MjhiZjI1MDYxMzg1MTgyYWZi
14
+ N2RmYzcyZGY4MTRmMTE1MDExMTZkMzQ3MDg0YjY2MTYxZWE2YjMzMzkxZmM4
15
+ ODU0MDRmYzc2ZDYwMTU2ZTAwNDUyODAzMjFjMTdkZWE2ZDNmMGI=
@@ -16,6 +16,10 @@ module Locomotive
16
16
 
17
17
  before_page_render :authenticate_if_needed
18
18
 
19
+ def self.default_plugin_id
20
+ 'basic_auth'
21
+ end
22
+
19
23
  def config_template_file
20
24
  File.join(File.dirname(__FILE__), 'plugin', 'config.haml')
21
25
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  module Locomotive
3
3
  module BasicAuth
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
  end
6
6
  end
@@ -0,0 +1 @@
1
+ require 'locomotive/basic_auth/plugin'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: locomotive_basic_auth_plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colibri Software
@@ -63,6 +63,7 @@ files:
63
63
  - lib/locomotive/basic_auth/plugin.rb
64
64
  - lib/locomotive/basic_auth/plugin/config.haml
65
65
  - lib/locomotive/basic_auth/plugin/version.rb
66
+ - lib/locomotive_basic_auth_plugin.rb
66
67
  homepage: http://www.colibri-software.com
67
68
  licenses:
68
69
  - MIT