# -*- encoding: utf-8 -*- # stub: softwear-lib 3.1.0 ruby lib Gem::Specification.new do |s| s.name = "softwear-lib".freeze s.version = "3.1.0".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-04-14" s.email = ["nigel@annarbortees.com".freeze] s.executables = ["softwear".freeze, "softwear-deploy".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/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-deploy".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/version.rb".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.freeze, ["~> 1.7".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.2.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end