# -*- encoding: utf-8 -*-
# stub: softwear-lib 3.3.6 ruby lib

Gem::Specification.new do |s|
  s.name = "softwear-lib".freeze
  s.version = "3.3.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Nigel Baillie".freeze]
  s.date = "2017-10-10"
  s.email = ["nigel@annarbortees.com".freeze]
  s.executables = ["softwear".freeze, "softwear-capture".freeze, "softwear-deploy".freeze, "softwear-update".freeze, "sw".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/softwear.js".freeze, "app/assets/stylesheets/animate.css".freeze, "app/assets/stylesheets/softwear.css".freeze, "app/controllers/softwear/application_controller.rb".freeze, "app/controllers/softwear/error_reports_controller.rb".freeze, "app/controllers/softwear/spec_dump_controller.rb".freeze, "app/helpers/softwear/application_helper.rb".freeze, "app/mailers/error_report_mailer.rb".freeze, "app/views/error_report_mailer/send_report.html.erb".freeze, "app/views/layouts/application.html.erb".freeze, "app/views/softwear/errors/_error.html.erb".freeze, "app/views/softwear/errors/internal_server_error.html.erb".freeze, "app/views/softwear/errors/internal_server_error.js.erb".freeze, "bin/softwear".freeze, "bin/softwear-capture".freeze, "bin/softwear-deploy".freeze, "bin/softwear-update".freeze, "bin/sw".freeze, "config/routes.rb".freeze, "lib/softwear/auth/belongs_to_user.rb".freeze, "lib/softwear/auth/controller.rb".freeze, "lib/softwear/auth/emails_helper.rb".freeze, "lib/softwear/auth/helper.rb".freeze, "lib/softwear/auth/model.rb".freeze, "lib/softwear/auth/routing.rb".freeze, "lib/softwear/auth/spec.rb".freeze, "lib/softwear/auth/standard_model.rb".freeze, "lib/softwear/auth/stubbed_model.rb".freeze, "lib/softwear/auth/token_authentication.rb".freeze, "lib/softwear/engine.rb".freeze, "lib/softwear/error_catcher.rb".freeze, "lib/softwear/lib.rb".freeze, "lib/softwear/library/api_controller.rb".freeze, "lib/softwear/library/capistrano.rb".freeze, "lib/softwear/library/controller_authentication.rb".freeze, "lib/softwear/library/enqueue.rb".freeze, "lib/softwear/library/light_server.rb".freeze, "lib/softwear/library/spec.rb".freeze, "lib/softwear/library/spec_dump.rb".freeze, "lib/softwear/library/version.rb".freeze, "lib/softwear/templates/captured_spec.rb.liquid".freeze, "softwear-lib.gemspec".freeze, "spec/spec_helper.rb".freeze, "vendor/assets/stylesheets/animate/animate.css".freeze, "vendor/assets/stylesheets/lanceng/style.css.scss".freeze]
  s.homepage = "".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Common gems and logic for all softwear apps.".freeze
  s.test_files = ["spec/spec_helper.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.7".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.2.0".freeze])
  s.add_runtime_dependency(%q<activesupport>.freeze, [">= 4.2.1".freeze])
  s.add_runtime_dependency(%q<rbczmq>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<tty-prompt>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<tty-spinner>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<liquid>.freeze, [">= 0".freeze])
end