# -*- encoding: utf-8 -*- # stub: dicer 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "dicer".freeze s.version = "0.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 = ["Sho Kusano".freeze] s.date = "2013-01-26" s.description = "useful DCI for Rails".freeze s.email = ["rosylilly@aduca.org".freeze] s.files = [".gitignore".freeze, ".pryrc".freeze, ".rbenv-version".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bench/call_only.rb".freeze, "bench/method_call.rb".freeze, "bench/send.rb".freeze, "dicer.gemspec".freeze, "examples/rails-3.2-with-mongoid/.gitignore".freeze, "examples/rails-3.2-with-mongoid/.rspec".freeze, "examples/rails-3.2-with-mongoid/Gemfile".freeze, "examples/rails-3.2-with-mongoid/README.rdoc".freeze, "examples/rails-3.2-with-mongoid/Rakefile".freeze, "examples/rails-3.2-with-mongoid/app/assets/images/rails.png".freeze, "examples/rails-3.2-with-mongoid/app/assets/javascripts/application.js".freeze, "examples/rails-3.2-with-mongoid/app/assets/stylesheets/application.css".freeze, "examples/rails-3.2-with-mongoid/app/helpers/application_helper.rb".freeze, "examples/rails-3.2-with-mongoid/app/mailers/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/app/models/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/app/models/book.rb".freeze, "examples/rails-3.2-with-mongoid/app/models/book_purchase.rb".freeze, "examples/rails-3.2-with-mongoid/app/models/user.rb".freeze, "examples/rails-3.2-with-mongoid/app/views/layouts/application.html.erb".freeze, "examples/rails-3.2-with-mongoid/config.ru".freeze, "examples/rails-3.2-with-mongoid/config/application.rb".freeze, "examples/rails-3.2-with-mongoid/config/boot.rb".freeze, "examples/rails-3.2-with-mongoid/config/environment.rb".freeze, "examples/rails-3.2-with-mongoid/config/environments/development.rb".freeze, "examples/rails-3.2-with-mongoid/config/environments/production.rb".freeze, "examples/rails-3.2-with-mongoid/config/environments/test.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/backtrace_silencers.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/inflections.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/mime_types.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/secret_token.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/session_store.rb".freeze, "examples/rails-3.2-with-mongoid/config/initializers/wrap_parameters.rb".freeze, "examples/rails-3.2-with-mongoid/config/locales/en.yml".freeze, "examples/rails-3.2-with-mongoid/config/mongoid.yml".freeze, "examples/rails-3.2-with-mongoid/config/routes.rb".freeze, "examples/rails-3.2-with-mongoid/db/seeds.rb".freeze, "examples/rails-3.2-with-mongoid/lib/assets/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/lib/tasks/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/log/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/public/404.html".freeze, "examples/rails-3.2-with-mongoid/public/422.html".freeze, "examples/rails-3.2-with-mongoid/public/500.html".freeze, "examples/rails-3.2-with-mongoid/public/favicon.ico".freeze, "examples/rails-3.2-with-mongoid/public/index.html".freeze, "examples/rails-3.2-with-mongoid/public/robots.txt".freeze, "examples/rails-3.2-with-mongoid/script/rails".freeze, "examples/rails-3.2-with-mongoid/vendor/assets/javascripts/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/vendor/assets/stylesheets/.gitkeep".freeze, "examples/rails-3.2-with-mongoid/vendor/plugins/.gitkeep".freeze, "examples/rails-3.2/.gitignore".freeze, "examples/rails-3.2/.rspec".freeze, "examples/rails-3.2/Gemfile".freeze, "examples/rails-3.2/README.rdoc".freeze, "examples/rails-3.2/Rakefile".freeze, "examples/rails-3.2/app/assets/images/rails.png".freeze, "examples/rails-3.2/app/assets/javascripts/application.js".freeze, "examples/rails-3.2/app/assets/stylesheets/application.css".freeze, "examples/rails-3.2/app/behaviors/book_store_customer.rb".freeze, "examples/rails-3.2/app/behaviors/testable.rb".freeze, "examples/rails-3.2/app/contexts/application_context.rb".freeze, "examples/rails-3.2/app/contexts/book_store_purchase_context.rb".freeze, "examples/rails-3.2/app/contexts/test_context.rb".freeze, "examples/rails-3.2/app/controllers/application_controller.rb".freeze, "examples/rails-3.2/app/controllers/book_store_controller.rb".freeze, "examples/rails-3.2/app/helpers/application_helper.rb".freeze, "examples/rails-3.2/app/mailers/.gitkeep".freeze, "examples/rails-3.2/app/models/.gitkeep".freeze, "examples/rails-3.2/app/models/book.rb".freeze, "examples/rails-3.2/app/models/book_purchase.rb".freeze, "examples/rails-3.2/app/models/user.rb".freeze, "examples/rails-3.2/app/views/layouts/application.html.erb".freeze, "examples/rails-3.2/config.ru".freeze, "examples/rails-3.2/config/application.rb".freeze, "examples/rails-3.2/config/boot.rb".freeze, "examples/rails-3.2/config/database.yml".freeze, "examples/rails-3.2/config/environment.rb".freeze, "examples/rails-3.2/config/environments/development.rb".freeze, "examples/rails-3.2/config/environments/production.rb".freeze, "examples/rails-3.2/config/environments/test.rb".freeze, "examples/rails-3.2/config/initializers/backtrace_silencers.rb".freeze, "examples/rails-3.2/config/initializers/inflections.rb".freeze, "examples/rails-3.2/config/initializers/mime_types.rb".freeze, "examples/rails-3.2/config/initializers/secret_token.rb".freeze, "examples/rails-3.2/config/initializers/session_store.rb".freeze, "examples/rails-3.2/config/initializers/wrap_parameters.rb".freeze, "examples/rails-3.2/config/locales/en.yml".freeze, "examples/rails-3.2/config/routes.rb".freeze, "examples/rails-3.2/db/migrate/20130104095330_create_users.rb".freeze, "examples/rails-3.2/db/migrate/20130104171610_create_books.rb".freeze, "examples/rails-3.2/db/migrate/20130104172409_create_book_purchases.rb".freeze, "examples/rails-3.2/db/schema.rb".freeze, "examples/rails-3.2/db/seeds.rb".freeze, "examples/rails-3.2/lib/assets/.gitkeep".freeze, "examples/rails-3.2/lib/tasks/.gitkeep".freeze, "examples/rails-3.2/log/.gitkeep".freeze, "examples/rails-3.2/public/404.html".freeze, "examples/rails-3.2/public/422.html".freeze, "examples/rails-3.2/public/500.html".freeze, "examples/rails-3.2/public/favicon.ico".freeze, "examples/rails-3.2/public/index.html".freeze, "examples/rails-3.2/public/robots.txt".freeze, "examples/rails-3.2/script/rails".freeze, "examples/rails-3.2/spec/behaviors/testable_spec.rb".freeze, "examples/rails-3.2/spec/contexts/book_store_purchase_context_spec.rb".freeze, "examples/rails-3.2/spec/contexts/test_context_spec.rb".freeze, "examples/rails-3.2/spec/controllers/book_store_controller_spec.rb".freeze, "examples/rails-3.2/spec/factories/book_purchases.rb".freeze, "examples/rails-3.2/spec/factories/books.rb".freeze, "examples/rails-3.2/spec/factories/users.rb".freeze, "examples/rails-3.2/spec/generators/behavior_generator_spec.rb".freeze, "examples/rails-3.2/spec/generators/context_generator_spec.rb".freeze, "examples/rails-3.2/spec/models/book_purchase_spec.rb".freeze, "examples/rails-3.2/spec/models/book_spec.rb".freeze, "examples/rails-3.2/spec/models/user_spec.rb".freeze, "examples/rails-3.2/spec/spec_helper.rb".freeze, "examples/rails-3.2/vendor/assets/javascripts/.gitkeep".freeze, "examples/rails-3.2/vendor/assets/stylesheets/.gitkeep".freeze, "examples/rails-3.2/vendor/plugins/.gitkeep".freeze, "lib/dicer.rb".freeze, "lib/dicer/behavior.rb".freeze, "lib/dicer/config.rb".freeze, "lib/dicer/context.rb".freeze, "lib/dicer/context/description.rb".freeze, "lib/dicer/contextable.rb".freeze, "lib/dicer/delegator.rb".freeze, "lib/dicer/middleware.rb".freeze, "lib/dicer/railtie.rb".freeze, "lib/dicer/railtie/action_controller.rb".freeze, "lib/dicer/railtie/active_record.rb".freeze, "lib/dicer/railtie/context.rb".freeze, "lib/dicer/railtie/contextable.rb".freeze, "lib/dicer/rspec.rb".freeze, "lib/dicer/rspec/behavior_example_group.rb".freeze, "lib/dicer/rspec/context_example_group.rb".freeze, "lib/dicer/version.rb".freeze, "lib/generators/behavior/behavior_generator.rb".freeze, "lib/generators/behavior/template/behavior.rb".freeze, "lib/generators/context/context_generator.rb".freeze, "lib/generators/context/template/context.rb".freeze, "lib/generators/rspec/behavior_generator.rb".freeze, "lib/generators/rspec/context_generator.rb".freeze, "lib/generators/rspec/templates/behavior_spec.rb".freeze, "lib/generators/rspec/templates/context_spec.rb".freeze, "resource/dice.png".freeze, "resource/dicer_logo.png".freeze, "spec/dicer/behavior_spec.rb".freeze, "spec/dicer/context/description_spec.rb".freeze, "spec/dicer/context_spec.rb".freeze, "spec/dicer/contextable_spec.rb".freeze, "spec/dicer/delegator_spec.rb".freeze, "spec/dicer/railtie/context_spec.rb".freeze, "spec/dicer/railtie/contextable_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cleaner.rb".freeze, "spec/support/cleaning_context.rb".freeze, "spec/support/entity.rb".freeze, "spec/support/other_behavior.rb".freeze, "spec/support/value.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "useful DCI for Rails".freeze s.test_files = ["spec/dicer/behavior_spec.rb".freeze, "spec/dicer/context/description_spec.rb".freeze, "spec/dicer/context_spec.rb".freeze, "spec/dicer/contextable_spec.rb".freeze, "spec/dicer/delegator_spec.rb".freeze, "spec/dicer/railtie/context_spec.rb".freeze, "spec/dicer/railtie/contextable_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cleaner.rb".freeze, "spec/support/cleaning_context.rb".freeze, "spec/support/entity.rb".freeze, "spec/support/other_behavior.rb".freeze, "spec/support/value.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.12.0".freeze]) end