# -*- encoding: utf-8 -*- # stub: post_clerk 0.5 ruby lib Gem::Specification.new do |s| s.name = "post_clerk".freeze s.version = "0.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Torsten R\u00FCger".freeze, "Tobias Bohwalli".freeze] s.date = "2015-12-16" s.description = "Calculate weight based charges for a OfficeClerk basket".freeze s.email = ["torsten@villataika.fi".freeze, "hi@futhr.io".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/rails".freeze, "lib/office_clerk/post.rb".freeze, "lib/post_clerk.rb".freeze, "post_clerk.gemspec".freeze, "spec/controllers/orders_controller_spec.rb".freeze, "spec/features/orders_spec.rb".freeze, "spec/lib/post_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/admin.rb".freeze, "spec/support/capybara.rb".freeze, "spec/support/cleaner.rb".freeze, "spec/support/database_cleaner.rb".freeze, "spec/support/email.rb".freeze, "spec/support/factory_girl.rb".freeze, "spec/support/i18n.rb".freeze, "spec/support/request_helper.rb".freeze, "spec/translations/locale_spec.rb".freeze, "test_app/README.rdoc".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/views/layouts/sales_clerk.haml".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/config.yml".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/migrate/20141114205525_clerks.office.rb".freeze, "test_app/db/migrate/20141114205526_suppliers.office.rb".freeze, "test_app/db/migrate/20141114205527_categories.office.rb".freeze, "test_app/db/migrate/20141114205528_items.office.rb".freeze, "test_app/db/migrate/20141114205529_orders.office.rb".freeze, "test_app/db/migrate/20141114205530_baskets.office.rb".freeze, "test_app/db/migrate/20141114205531_purchases.office.rb".freeze, "test_app/db/migrate/20141114205532_products.office.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/log/development.log".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze] s.homepage = "https://github.com/ruby_clerks/post_clerk".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.requirements = ["none".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Calculate weight based charges for a OfficeClerk basket".freeze s.test_files = ["spec/controllers/orders_controller_spec.rb".freeze, "spec/features/orders_spec.rb".freeze, "spec/lib/post_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/admin.rb".freeze, "spec/support/capybara.rb".freeze, "spec/support/cleaner.rb".freeze, "spec/support/database_cleaner.rb".freeze, "spec/support/email.rb".freeze, "spec/support/factory_girl.rb".freeze, "spec/support/i18n.rb".freeze, "spec/support/request_helper.rb".freeze, "spec/translations/locale_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<office_clerk>.freeze, ["~> 0.9".freeze]) end