# -*- encoding: utf-8 -*- # stub: softwear 2.0.0 ruby softwear Gem::Specification.new do |s| s.name = "softwear".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["softwear".freeze] s.authors = ["Nigel Baillie".freeze, "Stefan Gale".freeze] s.date = "2016-11-23" s.description = "Re-worked softwear-lib gem.".freeze s.email = ["nigel@annarbortees.com".freeze, "stefan@annarbortees.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "app/assets/javascripts/softwear/application.js".freeze, "app/assets/javascripts/softwear/error_utils.js.coffee".freeze, "app/assets/javascripts/softwear/modals.js.coffee".freeze, "app/assets/stylesheets/softwear/application.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/helpers/softwear/emails_helper.rb".freeze, "app/mailers/error_report_mailer.rb".freeze, "app/views/error_report_mailer/send_report.html.erb".freeze, "app/views/layouts/softwear/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/rails".freeze, "config/routes.rb".freeze, "lib/softwear.rb".freeze, "lib/softwear/auth/belongs_to_user.rb".freeze, "lib/softwear/auth/controller.rb".freeze, "lib/softwear/auth/helper.rb".freeze, "lib/softwear/auth/model.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/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/spec.rb".freeze, "lib/softwear/library/tcp_server.rb".freeze, "lib/softwear/version.rb".freeze] s.homepage = "http://annarbortees.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Common gems and logic for all softwear apps.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.2".freeze, ">= 4.2.7.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.2.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) 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]) end