megatron 0.3.1 → 0.3.2

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: 9e2ea28e61faacfc13c6141b77122294b32b914e
4
- data.tar.gz: 50f98bd25229a758779087843c3c044a58d18e3a
3
+ metadata.gz: 38c7e77e14cc8acacabf955df8811bb82426d73f
4
+ data.tar.gz: a025d124031ae6340a8c51bc649309db0d4b0258
5
5
  SHA512:
6
- metadata.gz: 29a1d9c3d1ebe68c2da6ec30c475e2c7b7f0ee1db11dd9c7981293d5a1e89cada66b9f4240a9dbba5abeb40c51f5880cb05d6f9ba28ddb07eac94c4edf3d88d7
7
- data.tar.gz: da22b8d1080d2ea8da533ad75f3a2947cc37c30a8e2a8c6889df0dd571d42cf3538e43c4d14f0579978a8e642045daf1417d8c62eadfb0a8016b55ce2ead5e3f
6
+ metadata.gz: 282c1b3d1ab4877a4dd731829c51a851b269c331177e7362e4775da37fc129ce0e2c8d96e3f5f373e71a7028bb715760a0854865af7950303ee94031b80a0845
7
+ data.tar.gz: 4f1cbad5e6114e6dd73239f95ab93bc881d7219bd0606abc948b9fef64113730756f50af161f2af405a975aa454177e2d1743f65c3f22c7d85a22d7cafc01727
@@ -0,0 +1,4 @@
1
+ alias:
2
+ account-circle-fill: account, kittens
3
+ deployment-beta-line: deployment-beta
4
+ cluster: deployment-cluster
@@ -0,0 +1,4 @@
1
+ Gaffe.configure do |config|
2
+ config.errors_controller = 'Megatron::ErrorsController'
3
+ end
4
+ Gaffe.enable!
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rails secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: f48b9f12027d3c3d9586f4ca185bd2f4ea2fd0ae27f8d9bc228e490663ce140e2f0eb8373198095621d04bf56a14bc9587c23310e56fc7b07e0f1de237264b85
15
+
16
+ test:
17
+ secret_key_base: 8f1055232d3aaa701b441a49bfb34bc7287e4af5fd970d901176760721227e5b4097507170a70baf6d660bb21a0a8c5c2b39ecf8ffe44019d487ac7ce30db062
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -1,3 +1,3 @@
1
1
  module Megatron
2
- VERSION = "0.3.1".freeze
2
+ VERSION = "0.3.2".freeze
3
3
  end
@@ -165,4 +165,4 @@ module.exports=function(l,n,e){for(var r=0,t=l.length,o=3==arguments.length?e:l[
165
165
  });
166
166
 
167
167
 
168
- //# sourceMappingURL=https://d11f55tj5eo9e5.cloudfront.net/assets/megatron/megatron-0.3.1.map.json
168
+ //# sourceMappingURL=https://d11f55tj5eo9e5.cloudfront.net/assets/megatron/megatron-0.3.2.map.json
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megatron
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
  - Brandon Mathis
@@ -67,40 +67,6 @@ dependencies:
67
67
  - - "~>"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '3.1'
70
- - !ruby/object:Gem::Dependency
71
- name: rails
72
- requirement: !ruby/object:Gem::Requirement
73
- requirements:
74
- - - ">="
75
- - !ruby/object:Gem::Version
76
- version: '4'
77
- - - "<"
78
- - !ruby/object:Gem::Version
79
- version: '5.1'
80
- type: :runtime
81
- prerelease: false
82
- version_requirements: !ruby/object:Gem::Requirement
83
- requirements:
84
- - - ">="
85
- - !ruby/object:Gem::Version
86
- version: '4'
87
- - - "<"
88
- - !ruby/object:Gem::Version
89
- version: '5.1'
90
- - !ruby/object:Gem::Dependency
91
- name: esvg
92
- requirement: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - "~>"
95
- - !ruby/object:Gem::Version
96
- version: '2.8'
97
- type: :runtime
98
- prerelease: false
99
- version_requirements: !ruby/object:Gem::Requirement
100
- requirements:
101
- - - "~>"
102
- - !ruby/object:Gem::Version
103
- version: '2.8'
104
70
  - !ruby/object:Gem::Dependency
105
71
  name: gaffe
106
72
  requirement: !ruby/object:Gem::Requirement
@@ -373,19 +339,22 @@ files:
373
339
  - app/views/megatron/shared/_head.html.slim
374
340
  - app/views/megatron/shared/_main_content.html.slim
375
341
  - app/views/megatron/shared/_primary_nav.html.slim
342
+ - config/esvg.yml
343
+ - config/initializers/errors.rb
344
+ - config/secrets.yml
376
345
  - lib/megatron.rb
377
346
  - lib/megatron/engine.rb
378
347
  - lib/megatron/form.rb
379
348
  - lib/megatron/helper.rb
380
349
  - lib/megatron/slim_code_filter.rb
381
350
  - lib/megatron/version.rb
382
- - public/megatron-0.3.1.css
383
- - public/megatron-0.3.1.css.gz
384
- - public/megatron-0.3.1.js
385
- - public/megatron-0.3.1.js.gz
386
- - public/megatron-0.3.1.map.json
387
- - public/megatron-error-pages-0.3.1.css
388
- - public/megatron-error-pages-0.3.1.css.gz
351
+ - public/megatron-0.3.2.css
352
+ - public/megatron-0.3.2.css.gz
353
+ - public/megatron-0.3.2.js
354
+ - public/megatron-0.3.2.js.gz
355
+ - public/megatron-0.3.2.map.json
356
+ - public/megatron-error-pages-0.3.2.css
357
+ - public/megatron-error-pages-0.3.2.css.gz
389
358
  homepage: https://www.compose.io
390
359
  licenses:
391
360
  - MIT