# -*- encoding: utf-8 -*- # stub: superslug 1.3.0 ruby lib Gem::Specification.new do |s| s.name = "superslug".freeze s.version = "1.3.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 = ["Warren Harrison".freeze, "Sean Davis".freeze] s.date = "2015-08-11" s.description = "".freeze s.email = ["warren@hungry-media.com".freeze, "scdavis41@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.md".freeze, "README.md".freeze, "Rakefile".freeze, "lib/superslug.rb".freeze, "lib/superslug/has_superslug.rb".freeze, "lib/superslug/version.rb".freeze, "superslug.gemspec".freeze, "test/.gitignore".freeze, "test/.rspec".freeze, "test/Gemfile".freeze, "test/Gemfile.lock".freeze, "test/README.rdoc".freeze, "test/Rakefile".freeze, "test/app/assets/images/.keep".freeze, "test/app/assets/javascripts/application.js".freeze, "test/app/assets/stylesheets/application.css".freeze, "test/app/controllers/application_controller.rb".freeze, "test/app/controllers/concerns/.keep".freeze, "test/app/helpers/application_helper.rb".freeze, "test/app/mailers/.keep".freeze, "test/app/models/.keep".freeze, "test/app/models/concerns/.keep".freeze, "test/app/models/page.rb".freeze, "test/app/models/site.rb".freeze, "test/app/views/layouts/application.html.erb".freeze, "test/bin/bundle".freeze, "test/bin/rails".freeze, "test/bin/rake".freeze, "test/bin/spring".freeze, "test/config.ru".freeze, "test/config/application.rb".freeze, "test/config/boot.rb".freeze, "test/config/database.yml".freeze, "test/config/environment.rb".freeze, "test/config/environments/development.rb".freeze, "test/config/environments/production.rb".freeze, "test/config/environments/test.rb".freeze, "test/config/initializers/backtrace_silencers.rb".freeze, "test/config/initializers/cookies_serializer.rb".freeze, "test/config/initializers/filter_parameter_logging.rb".freeze, "test/config/initializers/inflections.rb".freeze, "test/config/initializers/mime_types.rb".freeze, "test/config/initializers/session_store.rb".freeze, "test/config/initializers/wrap_parameters.rb".freeze, "test/config/locales/en.yml".freeze, "test/config/routes.rb".freeze, "test/config/secrets.yml".freeze, "test/db/migrate/20150811140318_create_pages.rb".freeze, "test/db/migrate/20150811140335_create_sites.rb".freeze, "test/db/schema.rb".freeze, "test/db/seeds.rb".freeze, "test/lib/assets/.keep".freeze, "test/lib/tasks/.keep".freeze, "test/log/.keep".freeze, "test/public/404.html".freeze, "test/public/422.html".freeze, "test/public/500.html".freeze, "test/public/favicon.ico".freeze, "test/public/robots.txt".freeze, "test/spec/factories/pages.rb".freeze, "test/spec/factories/sites.rb".freeze, "test/spec/models/page_spec.rb".freeze, "test/spec/models/site_spec.rb".freeze, "test/spec/rails_helper.rb".freeze, "test/spec/spec_helper.rb".freeze, "test/vendor/assets/javascripts/.keep".freeze, "test/vendor/assets/stylesheets/.keep".freeze] s.homepage = "https://github.com/seancdavis/mark_it_zero".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Automate slug creation in your rails app".freeze s.test_files = ["test/.gitignore".freeze, "test/.rspec".freeze, "test/Gemfile".freeze, "test/Gemfile.lock".freeze, "test/README.rdoc".freeze, "test/Rakefile".freeze, "test/app/assets/images/.keep".freeze, "test/app/assets/javascripts/application.js".freeze, "test/app/assets/stylesheets/application.css".freeze, "test/app/controllers/application_controller.rb".freeze, "test/app/controllers/concerns/.keep".freeze, "test/app/helpers/application_helper.rb".freeze, "test/app/mailers/.keep".freeze, "test/app/models/.keep".freeze, "test/app/models/concerns/.keep".freeze, "test/app/models/page.rb".freeze, "test/app/models/site.rb".freeze, "test/app/views/layouts/application.html.erb".freeze, "test/bin/bundle".freeze, "test/bin/rails".freeze, "test/bin/rake".freeze, "test/bin/spring".freeze, "test/config.ru".freeze, "test/config/application.rb".freeze, "test/config/boot.rb".freeze, "test/config/database.yml".freeze, "test/config/environment.rb".freeze, "test/config/environments/development.rb".freeze, "test/config/environments/production.rb".freeze, "test/config/environments/test.rb".freeze, "test/config/initializers/backtrace_silencers.rb".freeze, "test/config/initializers/cookies_serializer.rb".freeze, "test/config/initializers/filter_parameter_logging.rb".freeze, "test/config/initializers/inflections.rb".freeze, "test/config/initializers/mime_types.rb".freeze, "test/config/initializers/session_store.rb".freeze, "test/config/initializers/wrap_parameters.rb".freeze, "test/config/locales/en.yml".freeze, "test/config/routes.rb".freeze, "test/config/secrets.yml".freeze, "test/db/migrate/20150811140318_create_pages.rb".freeze, "test/db/migrate/20150811140335_create_sites.rb".freeze, "test/db/schema.rb".freeze, "test/db/seeds.rb".freeze, "test/lib/assets/.keep".freeze, "test/lib/tasks/.keep".freeze, "test/log/.keep".freeze, "test/public/404.html".freeze, "test/public/422.html".freeze, "test/public/500.html".freeze, "test/public/favicon.ico".freeze, "test/public/robots.txt".freeze, "test/spec/factories/pages.rb".freeze, "test/spec/factories/sites.rb".freeze, "test/spec/models/page_spec.rb".freeze, "test/spec/models/site_spec.rb".freeze, "test/spec/rails_helper.rb".freeze, "test/spec/spec_helper.rb".freeze, "test/vendor/assets/javascripts/.keep".freeze, "test/vendor/assets/stylesheets/.keep".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) end