bnb_blazer 0.2.0 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/bnb_blazer/base_controller.rb +6 -0
- data/app/views/{blazer → bnb_blazer}/_variables.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/checks/_form.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/checks/edit.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/checks/index.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/checks/new.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/dashboards/_form.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/dashboards/edit.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/dashboards/new.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/dashboards/show.html.haml +2 -2
- data/app/views/{blazer → bnb_blazer}/queries/_form.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/queries/edit.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/queries/home.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/queries/new.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/queries/run.html.haml +0 -0
- data/app/views/{blazer → bnb_blazer}/queries/show.html.haml +2 -2
- data/app/views/layouts/{blazer → bnb_blazer}/_footer.html.haml +0 -0
- data/app/views/layouts/{blazer → bnb_blazer}/_navbar.html.haml +0 -0
- data/app/views/layouts/{blazer → bnb_blazer}/application.html.haml +0 -0
- data/lib/{bnb_blazer/bnb_blazer.rb → bnb_blazer.rb} +5 -0
- data/lib/bnb_blazer/engine.rb +5 -0
- data/lib/bnb_blazer/version.rb +1 -1
- metadata +23 -96
- data/.docker-development-vars +0 -1
- data/.gitignore +0 -31
- data/.rspec +0 -3
- data/.ruby-version +0 -1
- data/.travis.yml +0 -6
- data/Gemfile +0 -54
- data/Gemfile.lock +0 -233
- data/LICENSE.txt +0 -21
- data/README.md +0 -35
- data/app/assets/config/manifest.js +0 -3
- data/app/assets/images/.keep +0 -0
- data/app/assets/images/bnb_intel_logo.png +0 -0
- data/app/assets/stylesheets/application.css +0 -83
- data/app/channels/application_cable/channel.rb +0 -4
- data/app/channels/application_cable/connection.rb +0 -4
- data/app/controllers/application_controller.rb +0 -2
- data/app/controllers/concerns/.keep +0 -0
- data/app/helpers/application_helper.rb +0 -2
- data/app/jobs/application_job.rb +0 -2
- data/app/mailers/application_mailer.rb +0 -4
- data/app/models/application_record.rb +0 -3
- data/app/models/concerns/.keep +0 -0
- data/app/models/user.rb +0 -2
- data/bin/bundle +0 -3
- data/bin/console +0 -14
- data/bin/rails +0 -9
- data/bin/rake +0 -9
- data/bin/setup +0 -36
- data/bin/spring +0 -17
- data/bin/update +0 -31
- data/bin/yarn +0 -11
- data/bnb_blazer.gemspec +0 -28
- data/config.ru +0 -5
- data/config/application.rb +0 -19
- data/config/blazer.yml +0 -79
- data/config/boot.rb +0 -4
- data/config/cable.yml +0 -10
- data/config/credentials.yml.enc +0 -1
- data/config/database.yml +0 -19
- data/config/environment.rb +0 -5
- data/config/environments/development.rb +0 -61
- data/config/environments/production.rb +0 -94
- data/config/environments/test.rb +0 -46
- data/config/initializers/application_controller_renderer.rb +0 -8
- data/config/initializers/assets.rb +0 -14
- data/config/initializers/backtrace_silencers.rb +0 -7
- data/config/initializers/content_security_policy.rb +0 -25
- data/config/initializers/cookies_serializer.rb +0 -5
- data/config/initializers/filter_parameter_logging.rb +0 -4
- data/config/initializers/inflections.rb +0 -16
- data/config/initializers/mime_types.rb +0 -4
- data/config/initializers/wrap_parameters.rb +0 -14
- data/config/locales/en.yml +0 -33
- data/config/puma.rb +0 -37
- data/config/routes.rb +0 -3
- data/config/spring.rb +0 -6
- data/config/storage.yml +0 -34
- data/db/migrate/20210309231658_install_blazer.rb +0 -47
- data/db/migrate/20210309231908_create_users.rb +0 -13
- data/db/schema.rb +0 -85
- data/db/seeds.rb +0 -45
- data/docker-compose.yml +0 -22
- data/lib/assets/.keep +0 -0
- data/lib/tasks/.keep +0 -0
- data/log/.keep +0 -0
- data/package.json +0 -5
- data/public/404.html +0 -67
- data/public/422.html +0 -67
- data/public/500.html +0 -66
- data/public/apple-touch-icon-precomposed.png +0 -0
- data/public/apple-touch-icon.png +0 -0
- data/public/favicon.ico +0 -0
- data/public/robots.txt +0 -1
- data/tmp/.keep +0 -0
- data/vendor/.keep +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 06465b7bc74fb9c9350467f23ae914accc47aa26e7ee5973f138bbcbcb9a19d9
|
4
|
+
data.tar.gz: 26bf968760df1f82273873d66af5722bdcc293806c340f57b594ba19a04b9753
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16ebe79d26cecd562ff8b1881c38e17a1b0581c4f3fc62545fb4a2cd283e420655f2046ec1a07975f8b71ae1bcdb88afb6ff14406ef7319fc5c8a256deed3bb1
|
7
|
+
data.tar.gz: 10d4988450aa16045b295d78beec0ca20c9d825b406c7ebeaa2e94578a337059ec7e9db1a40e93149fed5c2419f40f4838f1b83e9298e4dfeba7ed0daa87a703
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
- blazer_title @dashboard.name
|
2
2
|
%nav.navbar.navbar-default.navbar-fixed-top
|
3
3
|
.container
|
4
|
-
= render layout: "layouts/
|
4
|
+
= render layout: "layouts/bnb_blazer/navbar" do
|
5
5
|
%li= link_to "Edit", edit_dashboard_path(@dashboard, variable_params(@dashboard))
|
6
6
|
|
7
7
|
%div{:style => "margin-bottom: 70px;"}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
Some queries may be cached
|
12
12
|
\#{link_to "Refresh", refresh_dashboard_path(@dashboard, variable_params(@dashboard)), method: :post}
|
13
13
|
- if @bind_vars.any?
|
14
|
-
= render partial: "
|
14
|
+
= render partial: "bnb_blazer/variables", locals: {action: dashboard_path(@dashboard)}
|
15
15
|
- else
|
16
16
|
%div{:style => "padding-bottom: 15px;"}
|
17
17
|
- @queries.each_with_index do |query, i|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,7 +1,7 @@
|
|
1
1
|
- blazer_title @query.name
|
2
2
|
%nav.navbar.navbar-default.navbar-fixed-top
|
3
3
|
.container
|
4
|
-
= render layout: "layouts/
|
4
|
+
= render layout: "layouts/bnb_blazer/navbar" do
|
5
5
|
%li= link_to "Edit", edit_query_path(@query, variable_params(@query)), class: "text-muted font-weight-bold px-1", disabled: !@query.editable?(blazer_user)
|
6
6
|
%li= link_to "Fork", new_query_path(variable_params(@query).merge(fork_query_id: @query.id, data_source: @query.data_source, name: @query.name)), class: "text-muted font-weight-bold px-1"
|
7
7
|
- if !@error && @success
|
@@ -17,7 +17,7 @@
|
|
17
17
|
%h3.text-center=@query.name
|
18
18
|
- if @query.description.present?
|
19
19
|
%p= @query.description
|
20
|
-
= render partial: "
|
20
|
+
= render partial: "bnb_blazer/variables", locals: {action: query_path(@query)}
|
21
21
|
%pre#code
|
22
22
|
%code= @statement
|
23
23
|
- if @success
|
File without changes
|
File without changes
|
File without changes
|
data/lib/bnb_blazer/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bnb_blazer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: blazer
|
@@ -31,102 +31,29 @@ executables: []
|
|
31
31
|
extensions: []
|
32
32
|
extra_rdoc_files: []
|
33
33
|
files:
|
34
|
-
- ".docker-development-vars"
|
35
|
-
- ".gitignore"
|
36
|
-
- ".rspec"
|
37
|
-
- ".ruby-version"
|
38
|
-
- ".travis.yml"
|
39
|
-
- Gemfile
|
40
|
-
- Gemfile.lock
|
41
|
-
- LICENSE.txt
|
42
|
-
- README.md
|
43
34
|
- Rakefile
|
44
|
-
- app/
|
45
|
-
- app/
|
46
|
-
- app/
|
47
|
-
- app/
|
48
|
-
- app/
|
49
|
-
- app/
|
50
|
-
- app/
|
51
|
-
- app/
|
52
|
-
- app/
|
53
|
-
- app/
|
54
|
-
- app/
|
55
|
-
- app/
|
56
|
-
- app/
|
57
|
-
- app/
|
58
|
-
- app/views/
|
59
|
-
- app/views/
|
60
|
-
- app/views/
|
61
|
-
- app/views/
|
62
|
-
- app/views/
|
63
|
-
-
|
64
|
-
-
|
65
|
-
- app/views/blazer/dashboards/new.html.haml
|
66
|
-
- app/views/blazer/dashboards/show.html.haml
|
67
|
-
- app/views/blazer/queries/_form.html.haml
|
68
|
-
- app/views/blazer/queries/edit.html.haml
|
69
|
-
- app/views/blazer/queries/home.html.haml
|
70
|
-
- app/views/blazer/queries/new.html.haml
|
71
|
-
- app/views/blazer/queries/run.html.haml
|
72
|
-
- app/views/blazer/queries/show.html.haml
|
73
|
-
- app/views/layouts/blazer/_footer.html.haml
|
74
|
-
- app/views/layouts/blazer/_navbar.html.haml
|
75
|
-
- app/views/layouts/blazer/application.html.haml
|
76
|
-
- bin/bundle
|
77
|
-
- bin/console
|
78
|
-
- bin/rails
|
79
|
-
- bin/rake
|
80
|
-
- bin/setup
|
81
|
-
- bin/spring
|
82
|
-
- bin/update
|
83
|
-
- bin/yarn
|
84
|
-
- bnb_blazer.gemspec
|
85
|
-
- config.ru
|
86
|
-
- config/application.rb
|
87
|
-
- config/blazer.yml
|
88
|
-
- config/boot.rb
|
89
|
-
- config/cable.yml
|
90
|
-
- config/credentials.yml.enc
|
91
|
-
- config/database.yml
|
92
|
-
- config/environment.rb
|
93
|
-
- config/environments/development.rb
|
94
|
-
- config/environments/production.rb
|
95
|
-
- config/environments/test.rb
|
96
|
-
- config/initializers/application_controller_renderer.rb
|
97
|
-
- config/initializers/assets.rb
|
98
|
-
- config/initializers/backtrace_silencers.rb
|
99
|
-
- config/initializers/content_security_policy.rb
|
100
|
-
- config/initializers/cookies_serializer.rb
|
101
|
-
- config/initializers/filter_parameter_logging.rb
|
102
|
-
- config/initializers/inflections.rb
|
103
|
-
- config/initializers/mime_types.rb
|
104
|
-
- config/initializers/wrap_parameters.rb
|
105
|
-
- config/locales/en.yml
|
106
|
-
- config/puma.rb
|
107
|
-
- config/routes.rb
|
108
|
-
- config/spring.rb
|
109
|
-
- config/storage.yml
|
110
|
-
- db/migrate/20210309231658_install_blazer.rb
|
111
|
-
- db/migrate/20210309231908_create_users.rb
|
112
|
-
- db/schema.rb
|
113
|
-
- db/seeds.rb
|
114
|
-
- docker-compose.yml
|
115
|
-
- lib/assets/.keep
|
116
|
-
- lib/bnb_blazer/bnb_blazer.rb
|
35
|
+
- app/controllers/bnb_blazer/base_controller.rb
|
36
|
+
- app/views/bnb_blazer/_variables.html.haml
|
37
|
+
- app/views/bnb_blazer/checks/_form.html.haml
|
38
|
+
- app/views/bnb_blazer/checks/edit.html.haml
|
39
|
+
- app/views/bnb_blazer/checks/index.html.haml
|
40
|
+
- app/views/bnb_blazer/checks/new.html.haml
|
41
|
+
- app/views/bnb_blazer/dashboards/_form.html.haml
|
42
|
+
- app/views/bnb_blazer/dashboards/edit.html.haml
|
43
|
+
- app/views/bnb_blazer/dashboards/new.html.haml
|
44
|
+
- app/views/bnb_blazer/dashboards/show.html.haml
|
45
|
+
- app/views/bnb_blazer/queries/_form.html.haml
|
46
|
+
- app/views/bnb_blazer/queries/edit.html.haml
|
47
|
+
- app/views/bnb_blazer/queries/home.html.haml
|
48
|
+
- app/views/bnb_blazer/queries/new.html.haml
|
49
|
+
- app/views/bnb_blazer/queries/run.html.haml
|
50
|
+
- app/views/bnb_blazer/queries/show.html.haml
|
51
|
+
- app/views/layouts/bnb_blazer/_footer.html.haml
|
52
|
+
- app/views/layouts/bnb_blazer/_navbar.html.haml
|
53
|
+
- app/views/layouts/bnb_blazer/application.html.haml
|
54
|
+
- lib/bnb_blazer.rb
|
55
|
+
- lib/bnb_blazer/engine.rb
|
117
56
|
- lib/bnb_blazer/version.rb
|
118
|
-
- lib/tasks/.keep
|
119
|
-
- log/.keep
|
120
|
-
- package.json
|
121
|
-
- public/404.html
|
122
|
-
- public/422.html
|
123
|
-
- public/500.html
|
124
|
-
- public/apple-touch-icon-precomposed.png
|
125
|
-
- public/apple-touch-icon.png
|
126
|
-
- public/favicon.ico
|
127
|
-
- public/robots.txt
|
128
|
-
- tmp/.keep
|
129
|
-
- vendor/.keep
|
130
57
|
homepage: https://github.com/brandnewbox/bnb_blazer
|
131
58
|
licenses:
|
132
59
|
- MIT
|
data/.docker-development-vars
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
DATABASE_URL=postgresql://postgres:password@postgresql:5432
|
data/.gitignore
DELETED
@@ -1,31 +0,0 @@
|
|
1
|
-
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
|
2
|
-
#
|
3
|
-
# If you find yourself ignoring temporary files generated by your text editor
|
4
|
-
# or operating system, you probably want to add a global ignore instead:
|
5
|
-
# git config --global core.excludesfile '~/.gitignore_global'
|
6
|
-
|
7
|
-
# Ignore bundler config.
|
8
|
-
/.bundle
|
9
|
-
|
10
|
-
# Ignore all logfiles and tempfiles.
|
11
|
-
/log/*
|
12
|
-
/tmp/*
|
13
|
-
!/log/.keep
|
14
|
-
!/tmp/.keep
|
15
|
-
|
16
|
-
# Ignore uploaded files in development
|
17
|
-
/storage/*
|
18
|
-
!/storage/.keep
|
19
|
-
|
20
|
-
/node_modules
|
21
|
-
/yarn-error.log
|
22
|
-
|
23
|
-
/public/assets
|
24
|
-
.byebug_history
|
25
|
-
|
26
|
-
.DS_Store
|
27
|
-
/pgdata
|
28
|
-
/vendor/bundle
|
29
|
-
|
30
|
-
# Ignore master key for decrypting credentials and more.
|
31
|
-
/config/master.key
|
data/.rspec
DELETED
data/.ruby-version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
ruby-2.6
|
data/.travis.yml
DELETED
data/Gemfile
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
source 'https://rubygems.org'
|
2
|
-
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
3
|
-
|
4
|
-
gemspec
|
5
|
-
|
6
|
-
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
7
|
-
gem 'rails', '~> 5.2.4', '>= 5.2.4.5'
|
8
|
-
# Use postgres as the database for Active Record
|
9
|
-
gem 'puma'
|
10
|
-
gem 'pg'
|
11
|
-
# Use SCSS for stylesheets
|
12
|
-
gem 'sass-rails', '~> 5.0'
|
13
|
-
# Use Uglifier as compressor for JavaScript assets
|
14
|
-
gem 'uglifier', '>= 1.3.0'
|
15
|
-
|
16
|
-
gem 'blazer'
|
17
|
-
gem 'faker'
|
18
|
-
gem 'bootstrap', '~> 4.6.0'
|
19
|
-
gem 'jquery-rails'
|
20
|
-
gem 'haml-rails'
|
21
|
-
|
22
|
-
# Use ActiveStorage variant
|
23
|
-
# gem 'mini_magick', '~> 4.8'
|
24
|
-
|
25
|
-
# Use Capistrano for deployment
|
26
|
-
# gem 'capistrano-rails', group: :development
|
27
|
-
|
28
|
-
# Reduces boot times through caching; required in config/boot.rb
|
29
|
-
gem 'bootsnap', '>= 1.1.0', require: false
|
30
|
-
|
31
|
-
group :development, :test do
|
32
|
-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
33
|
-
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
|
34
|
-
end
|
35
|
-
|
36
|
-
group :development do
|
37
|
-
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
|
38
|
-
gem 'web-console', '>= 3.3.0'
|
39
|
-
gem 'listen', '>= 3.0.5', '< 3.2'
|
40
|
-
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
|
41
|
-
gem 'spring'
|
42
|
-
gem 'spring-watcher-listen', '~> 2.0.0'
|
43
|
-
end
|
44
|
-
|
45
|
-
group :test do
|
46
|
-
# # Adds support for Capybara system testing and selenium driver
|
47
|
-
# gem 'capybara', '>= 2.15'
|
48
|
-
# gem 'selenium-webdriver'
|
49
|
-
# # Easy installation and use of chromedriver to run system tests with Chrome
|
50
|
-
# gem 'chromedriver-helper'
|
51
|
-
end
|
52
|
-
|
53
|
-
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
54
|
-
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
data/Gemfile.lock
DELETED
@@ -1,233 +0,0 @@
|
|
1
|
-
PATH
|
2
|
-
remote: .
|
3
|
-
specs:
|
4
|
-
bnb_blazer (0.1.0)
|
5
|
-
|
6
|
-
GEM
|
7
|
-
remote: https://rubygems.org/
|
8
|
-
specs:
|
9
|
-
actioncable (5.2.4.5)
|
10
|
-
actionpack (= 5.2.4.5)
|
11
|
-
nio4r (~> 2.0)
|
12
|
-
websocket-driver (>= 0.6.1)
|
13
|
-
actionmailer (5.2.4.5)
|
14
|
-
actionpack (= 5.2.4.5)
|
15
|
-
actionview (= 5.2.4.5)
|
16
|
-
activejob (= 5.2.4.5)
|
17
|
-
mail (~> 2.5, >= 2.5.4)
|
18
|
-
rails-dom-testing (~> 2.0)
|
19
|
-
actionpack (5.2.4.5)
|
20
|
-
actionview (= 5.2.4.5)
|
21
|
-
activesupport (= 5.2.4.5)
|
22
|
-
rack (~> 2.0, >= 2.0.8)
|
23
|
-
rack-test (>= 0.6.3)
|
24
|
-
rails-dom-testing (~> 2.0)
|
25
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
26
|
-
actionview (5.2.4.5)
|
27
|
-
activesupport (= 5.2.4.5)
|
28
|
-
builder (~> 3.1)
|
29
|
-
erubi (~> 1.4)
|
30
|
-
rails-dom-testing (~> 2.0)
|
31
|
-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
32
|
-
activejob (5.2.4.5)
|
33
|
-
activesupport (= 5.2.4.5)
|
34
|
-
globalid (>= 0.3.6)
|
35
|
-
activemodel (5.2.4.5)
|
36
|
-
activesupport (= 5.2.4.5)
|
37
|
-
activerecord (5.2.4.5)
|
38
|
-
activemodel (= 5.2.4.5)
|
39
|
-
activesupport (= 5.2.4.5)
|
40
|
-
arel (>= 9.0)
|
41
|
-
activestorage (5.2.4.5)
|
42
|
-
actionpack (= 5.2.4.5)
|
43
|
-
activerecord (= 5.2.4.5)
|
44
|
-
marcel (~> 0.3.1)
|
45
|
-
activesupport (5.2.4.5)
|
46
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
47
|
-
i18n (>= 0.7, < 2)
|
48
|
-
minitest (~> 5.1)
|
49
|
-
tzinfo (~> 1.1)
|
50
|
-
arel (9.0.0)
|
51
|
-
autoprefixer-rails (10.2.4.0)
|
52
|
-
execjs
|
53
|
-
bindex (0.8.1)
|
54
|
-
blazer (2.4.2)
|
55
|
-
activerecord (>= 5)
|
56
|
-
chartkick (>= 3.2)
|
57
|
-
railties (>= 5)
|
58
|
-
safely_block (>= 0.1.1)
|
59
|
-
bootsnap (1.7.2)
|
60
|
-
msgpack (~> 1.0)
|
61
|
-
bootstrap (4.6.0)
|
62
|
-
autoprefixer-rails (>= 9.1.0)
|
63
|
-
popper_js (>= 1.14.3, < 2)
|
64
|
-
sassc-rails (>= 2.0.0)
|
65
|
-
builder (3.2.4)
|
66
|
-
byebug (11.1.3)
|
67
|
-
chartkick (3.4.2)
|
68
|
-
concurrent-ruby (1.1.8)
|
69
|
-
crass (1.0.6)
|
70
|
-
errbase (0.2.1)
|
71
|
-
erubi (1.10.0)
|
72
|
-
erubis (2.7.0)
|
73
|
-
execjs (2.7.0)
|
74
|
-
faker (2.16.0)
|
75
|
-
i18n (>= 1.6, < 2)
|
76
|
-
ffi (1.15.0)
|
77
|
-
globalid (0.4.2)
|
78
|
-
activesupport (>= 4.2.0)
|
79
|
-
haml (5.2.1)
|
80
|
-
temple (>= 0.8.0)
|
81
|
-
tilt
|
82
|
-
haml-rails (2.0.1)
|
83
|
-
actionpack (>= 5.1)
|
84
|
-
activesupport (>= 5.1)
|
85
|
-
haml (>= 4.0.6, < 6.0)
|
86
|
-
html2haml (>= 1.0.1)
|
87
|
-
railties (>= 5.1)
|
88
|
-
html2haml (2.2.0)
|
89
|
-
erubis (~> 2.7.0)
|
90
|
-
haml (>= 4.0, < 6)
|
91
|
-
nokogiri (>= 1.6.0)
|
92
|
-
ruby_parser (~> 3.5)
|
93
|
-
i18n (1.8.9)
|
94
|
-
concurrent-ruby (~> 1.0)
|
95
|
-
jquery-rails (4.4.0)
|
96
|
-
rails-dom-testing (>= 1, < 3)
|
97
|
-
railties (>= 4.2.0)
|
98
|
-
thor (>= 0.14, < 2.0)
|
99
|
-
listen (3.1.5)
|
100
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
101
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
102
|
-
ruby_dep (~> 1.2)
|
103
|
-
loofah (2.9.0)
|
104
|
-
crass (~> 1.0.2)
|
105
|
-
nokogiri (>= 1.5.9)
|
106
|
-
mail (2.7.1)
|
107
|
-
mini_mime (>= 0.1.1)
|
108
|
-
marcel (0.3.3)
|
109
|
-
mimemagic (~> 0.3.2)
|
110
|
-
method_source (1.0.0)
|
111
|
-
mimemagic (0.3.5)
|
112
|
-
mini_mime (1.0.2)
|
113
|
-
mini_portile2 (2.5.0)
|
114
|
-
minitest (5.14.4)
|
115
|
-
msgpack (1.4.2)
|
116
|
-
nio4r (2.5.7)
|
117
|
-
nokogiri (1.11.1)
|
118
|
-
mini_portile2 (~> 2.5.0)
|
119
|
-
racc (~> 1.4)
|
120
|
-
pg (1.2.3)
|
121
|
-
popper_js (1.16.0)
|
122
|
-
puma (5.2.2)
|
123
|
-
nio4r (~> 2.0)
|
124
|
-
racc (1.5.2)
|
125
|
-
rack (2.2.3)
|
126
|
-
rack-test (1.1.0)
|
127
|
-
rack (>= 1.0, < 3)
|
128
|
-
rails (5.2.4.5)
|
129
|
-
actioncable (= 5.2.4.5)
|
130
|
-
actionmailer (= 5.2.4.5)
|
131
|
-
actionpack (= 5.2.4.5)
|
132
|
-
actionview (= 5.2.4.5)
|
133
|
-
activejob (= 5.2.4.5)
|
134
|
-
activemodel (= 5.2.4.5)
|
135
|
-
activerecord (= 5.2.4.5)
|
136
|
-
activestorage (= 5.2.4.5)
|
137
|
-
activesupport (= 5.2.4.5)
|
138
|
-
bundler (>= 1.3.0)
|
139
|
-
railties (= 5.2.4.5)
|
140
|
-
sprockets-rails (>= 2.0.0)
|
141
|
-
rails-dom-testing (2.0.3)
|
142
|
-
activesupport (>= 4.2.0)
|
143
|
-
nokogiri (>= 1.6)
|
144
|
-
rails-html-sanitizer (1.3.0)
|
145
|
-
loofah (~> 2.3)
|
146
|
-
railties (5.2.4.5)
|
147
|
-
actionpack (= 5.2.4.5)
|
148
|
-
activesupport (= 5.2.4.5)
|
149
|
-
method_source
|
150
|
-
rake (>= 0.8.7)
|
151
|
-
thor (>= 0.19.0, < 2.0)
|
152
|
-
rake (13.0.3)
|
153
|
-
rb-fsevent (0.10.4)
|
154
|
-
rb-inotify (0.10.1)
|
155
|
-
ffi (~> 1.0)
|
156
|
-
ruby_dep (1.5.0)
|
157
|
-
ruby_parser (3.15.1)
|
158
|
-
sexp_processor (~> 4.9)
|
159
|
-
safely_block (0.3.0)
|
160
|
-
errbase (>= 0.1.1)
|
161
|
-
sass (3.7.4)
|
162
|
-
sass-listen (~> 4.0.0)
|
163
|
-
sass-listen (4.0.0)
|
164
|
-
rb-fsevent (~> 0.9, >= 0.9.4)
|
165
|
-
rb-inotify (~> 0.9, >= 0.9.7)
|
166
|
-
sass-rails (5.1.0)
|
167
|
-
railties (>= 5.2.0)
|
168
|
-
sass (~> 3.1)
|
169
|
-
sprockets (>= 2.8, < 4.0)
|
170
|
-
sprockets-rails (>= 2.0, < 4.0)
|
171
|
-
tilt (>= 1.1, < 3)
|
172
|
-
sassc (2.4.0)
|
173
|
-
ffi (~> 1.9)
|
174
|
-
sassc-rails (2.1.2)
|
175
|
-
railties (>= 4.0.0)
|
176
|
-
sassc (>= 2.0)
|
177
|
-
sprockets (> 3.0)
|
178
|
-
sprockets-rails
|
179
|
-
tilt
|
180
|
-
sexp_processor (4.15.2)
|
181
|
-
spring (2.1.1)
|
182
|
-
spring-watcher-listen (2.0.1)
|
183
|
-
listen (>= 2.7, < 4.0)
|
184
|
-
spring (>= 1.2, < 3.0)
|
185
|
-
sprockets (3.7.2)
|
186
|
-
concurrent-ruby (~> 1.0)
|
187
|
-
rack (> 1, < 3)
|
188
|
-
sprockets-rails (3.2.2)
|
189
|
-
actionpack (>= 4.0)
|
190
|
-
activesupport (>= 4.0)
|
191
|
-
sprockets (>= 3.0.0)
|
192
|
-
temple (0.8.2)
|
193
|
-
thor (1.1.0)
|
194
|
-
thread_safe (0.3.6)
|
195
|
-
tilt (2.0.10)
|
196
|
-
tzinfo (1.2.9)
|
197
|
-
thread_safe (~> 0.1)
|
198
|
-
uglifier (4.2.0)
|
199
|
-
execjs (>= 0.3.0, < 3)
|
200
|
-
web-console (3.7.0)
|
201
|
-
actionview (>= 5.0)
|
202
|
-
activemodel (>= 5.0)
|
203
|
-
bindex (>= 0.4.0)
|
204
|
-
railties (>= 5.0)
|
205
|
-
websocket-driver (0.7.3)
|
206
|
-
websocket-extensions (>= 0.1.0)
|
207
|
-
websocket-extensions (0.1.5)
|
208
|
-
|
209
|
-
PLATFORMS
|
210
|
-
ruby
|
211
|
-
|
212
|
-
DEPENDENCIES
|
213
|
-
blazer
|
214
|
-
bnb_blazer!
|
215
|
-
bootsnap (>= 1.1.0)
|
216
|
-
bootstrap (~> 4.6.0)
|
217
|
-
byebug
|
218
|
-
faker
|
219
|
-
haml-rails
|
220
|
-
jquery-rails
|
221
|
-
listen (>= 3.0.5, < 3.2)
|
222
|
-
pg
|
223
|
-
puma
|
224
|
-
rails (~> 5.2.4, >= 5.2.4.5)
|
225
|
-
sass-rails (~> 5.0)
|
226
|
-
spring
|
227
|
-
spring-watcher-listen (~> 2.0.0)
|
228
|
-
tzinfo-data
|
229
|
-
uglifier (>= 1.3.0)
|
230
|
-
web-console (>= 3.3.0)
|
231
|
-
|
232
|
-
BUNDLED WITH
|
233
|
-
1.17.2
|