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 +4 -4
- data/config/esvg.yml +4 -0
- data/config/initializers/errors.rb +4 -0
- data/config/secrets.yml +22 -0
- data/lib/megatron/version.rb +1 -1
- data/public/{megatron-0.3.1.css → megatron-0.3.2.css} +0 -0
- data/public/{megatron-0.3.1.css.gz → megatron-0.3.2.css.gz} +0 -0
- data/public/{megatron-0.3.1.js → megatron-0.3.2.js} +1 -1
- data/public/{megatron-0.3.1.js.gz → megatron-0.3.2.js.gz} +0 -0
- data/public/{megatron-0.3.1.map.json → megatron-0.3.2.map.json} +0 -0
- data/public/{megatron-error-pages-0.3.1.css → megatron-error-pages-0.3.2.css} +0 -0
- data/public/{megatron-error-pages-0.3.1.css.gz → megatron-error-pages-0.3.2.css.gz} +0 -0
- metadata +11 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38c7e77e14cc8acacabf955df8811bb82426d73f
|
4
|
+
data.tar.gz: a025d124031ae6340a8c51bc649309db0d4b0258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 282c1b3d1ab4877a4dd731829c51a851b269c331177e7362e4775da37fc129ce0e2c8d96e3f5f373e71a7028bb715760a0854865af7950303ee94031b80a0845
|
7
|
+
data.tar.gz: 4f1cbad5e6114e6dd73239f95ab93bc881d7219bd0606abc948b9fef64113730756f50af161f2af405a975aa454177e2d1743f65c3f22c7d85a22d7cafc01727
|
data/config/esvg.yml
ADDED
data/config/secrets.yml
ADDED
@@ -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"] %>
|
data/lib/megatron/version.rb
CHANGED
File without changes
|
Binary file
|
@@ -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.
|
168
|
+
//# sourceMappingURL=https://d11f55tj5eo9e5.cloudfront.net/assets/megatron/megatron-0.3.2.map.json
|
Binary file
|
File without changes
|
File without changes
|
Binary file
|
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.
|
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.
|
383
|
-
- public/megatron-0.3.
|
384
|
-
- public/megatron-0.3.
|
385
|
-
- public/megatron-0.3.
|
386
|
-
- public/megatron-0.3.
|
387
|
-
- public/megatron-error-pages-0.3.
|
388
|
-
- public/megatron-error-pages-0.3.
|
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
|