iatelier 0.3.1 → 0.3.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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59902da7760bd3d7aae916886d0a3a6cd0a4f37eb19bbfabaf471aa8a4b423df
4
- data.tar.gz: 5d143a4e9c9fcd20807ce1bfc8b1513390569a2e5608b21cf1a8183772288edd
3
+ metadata.gz: e0fc31bf6898d8fcf99621908f5baece31f45729e2d3876e8456e4e205e5bce2
4
+ data.tar.gz: 904f2745c009ea98277feb78d61ff63abf49d0fcb8fb05c28beadceb701ac74e
5
5
  SHA512:
6
- metadata.gz: 04271bdfc01be667d2c67e6b6499bbcebc596bcac65c9008a9ddd97896daae2cee429dc493043c0f643098cad4cac0ab1753e45725b768550c670c9a22569251
7
- data.tar.gz: 54bcd88b6f7c87125f5ea158aa7cfd5848e6a3824d57818d440df8b179439548a10f8adf08f4cb062abfc5cf7b8e1314a57224689e7954a528a7365ec2596c92
6
+ metadata.gz: 1e8cef1f2877f1e78e64053add05fe2e063ddd3752d8b70b9c00156708ebea3892b33df75a33e7258b25491e048ffe6ef01001803c97454394ccb472cf767fbf
7
+ data.tar.gz: f95fd176e3d41a860137bac0dc24ea7f3575a5525f169aae4299c7ec69baf168c012c92e30a18d3128003e75c25f555612f775201f32e42bb5cb6d403401aa67
@@ -1,3 +1,3 @@
1
1
  module Iatelier
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
data/lib/iatelier.rb CHANGED
@@ -114,7 +114,7 @@ module Iatelier
114
114
  #
115
115
  # middleware.use Rack::Protection
116
116
  middleware.use Rack::Auth::Basic, 'Welcome' do |username, password|
117
- username == self.configuration.admin_username && password == self.configuration.admin_password
117
+ username == Iatelier.configuration.admin_username && password == Iatelier.configuration.admin_password
118
118
  end
119
119
 
120
120
  # Default format for the requests that don't specify an HTTP_ACCEPT header
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: iatelier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Captain Husayn Pinguin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-23 00:00:00.000000000 Z
11
+ date: 2020-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler