# -*- encoding: utf-8 -*- # stub: bnb_blazer 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "bnb_blazer".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/brandnewbox/bnb_blazer", "source_code_uri" => "https://github.com/brandnewbox/bnb_blazer" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Joe".freeze] s.bindir = "exe".freeze s.date = "2021-03-29" s.description = "Customized branding of the Blazer gem for BNB projects".freeze s.email = ["pickertjoe@gmail.com".freeze] s.files = [".docker-development-vars".freeze, ".gitignore".freeze, ".rspec".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/manifest.js".freeze, "app/assets/images/.keep".freeze, "app/assets/images/bnb_intel_logo.png".freeze, "app/assets/stylesheets/application.css".freeze, "app/channels/application_cable/channel.rb".freeze, "app/channels/application_cable/connection.rb".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/concerns/.keep".freeze, "app/helpers/application_helper.rb".freeze, "app/jobs/application_job.rb".freeze, "app/mailers/application_mailer.rb".freeze, "app/models/application_record.rb".freeze, "app/models/concerns/.keep".freeze, "app/models/user.rb".freeze, "app/views/blazer/_variables.html.haml".freeze, "app/views/blazer/checks/_form.html.haml".freeze, "app/views/blazer/checks/edit.html.haml".freeze, "app/views/blazer/checks/index.html.haml".freeze, "app/views/blazer/checks/new.html.haml".freeze, "app/views/blazer/dashboards/_form.html.haml".freeze, "app/views/blazer/dashboards/edit.html.haml".freeze, "app/views/blazer/dashboards/new.html.haml".freeze, "app/views/blazer/dashboards/show.html.haml".freeze, "app/views/blazer/queries/_form.html.haml".freeze, "app/views/blazer/queries/edit.html.haml".freeze, "app/views/blazer/queries/home.html.haml".freeze, "app/views/blazer/queries/new.html.haml".freeze, "app/views/blazer/queries/run.html.haml".freeze, "app/views/blazer/queries/show.html.haml".freeze, "app/views/layouts/blazer/_footer.html.haml".freeze, "app/views/layouts/blazer/_navbar.html.haml".freeze, "app/views/layouts/blazer/application.html.haml".freeze, "bin/bundle".freeze, "bin/console".freeze, "bin/rails".freeze, "bin/rake".freeze, "bin/setup".freeze, "bin/spring".freeze, "bin/update".freeze, "bin/yarn".freeze, "bnb_blazer.gemspec".freeze, "config.ru".freeze, "config/application.rb".freeze, "config/blazer.yml".freeze, "config/boot.rb".freeze, "config/cable.yml".freeze, "config/credentials.yml.enc".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/initializers/application_controller_renderer.rb".freeze, "config/initializers/assets.rb".freeze, "config/initializers/backtrace_silencers.rb".freeze, "config/initializers/content_security_policy.rb".freeze, "config/initializers/cookies_serializer.rb".freeze, "config/initializers/filter_parameter_logging.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/mime_types.rb".freeze, "config/initializers/wrap_parameters.rb".freeze, "config/locales/en.yml".freeze, "config/puma.rb".freeze, "config/routes.rb".freeze, "config/spring.rb".freeze, "config/storage.yml".freeze, "db/migrate/20210309231658_install_blazer.rb".freeze, "db/migrate/20210309231908_create_users.rb".freeze, "db/schema.rb".freeze, "db/seeds.rb".freeze, "docker-compose.yml".freeze, "lib/assets/.keep".freeze, "lib/bnb_blazer/bnb_blazer.rb".freeze, "lib/bnb_blazer/version.rb".freeze, "lib/tasks/.keep".freeze, "log/.keep".freeze, "package.json".freeze, "public/404.html".freeze, "public/422.html".freeze, "public/500.html".freeze, "public/apple-touch-icon-precomposed.png".freeze, "public/apple-touch-icon.png".freeze, "public/favicon.ico".freeze, "public/robots.txt".freeze, "tmp/.keep".freeze, "vendor/.keep".freeze] s.homepage = "https://github.com/brandnewbox/bnb_blazer".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Customized branding of the Blazer gem for BNB projects".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze]) end