# -*- encoding: utf-8 -*- # stub: seam-active_record 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "seam-active_record".freeze s.version = "1.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 = ["Darren Cauthon".freeze] s.date = "2014-09-23" s.description = "Active Record support for seam".freeze s.email = ["darren@cauthon.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/seam/active_record.rb".freeze, "lib/seam/active_record/version.rb".freeze, "lib/seam_effort.rb".freeze, "migration_script.rb".freeze, "seam-mongodb.gemspec".freeze, "test_app/.gitignore".freeze, "test_app/Gemfile".freeze, "test_app/README.rdoc".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/.keep".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/controllers/concerns/.keep".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/mailers/.keep".freeze, "test_app/app/models/.keep".freeze, "test_app/app/models/concerns/.keep".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/bin/spring".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/assets.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/cookies_serializer.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/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/config/secrets.yml".freeze, "test_app/db/migrate/20140904165307_create_seam_efforts.rb".freeze, "test_app/db/schema.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/assets/.keep".freeze, "test_app/lib/tasks/.keep".freeze, "test_app/log/.keep".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, "test_app/spec/seam/effort_spec.rb".freeze, "test_app/spec/seam/flow_spec.rb".freeze, "test_app/spec/seam/persistence_spec.rb".freeze, "test_app/spec/seam/step_spec.rb".freeze, "test_app/spec/seam/wait_worker_spec.rb".freeze, "test_app/spec/seam/worker_spec.rb".freeze, "test_app/spec/seam_spec.rb".freeze, "test_app/spec/spec_helper.rb".freeze, "test_app/vendor/assets/javascripts/.keep".freeze, "test_app/vendor/assets/stylesheets/.keep".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Active Record support for seam".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end