# -*- encoding: utf-8 -*- # stub: site_prism.vcr 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "site_prism.vcr".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 = ["Dmitriy Nesteryuk".freeze] s.date = "2015-02-26" s.description = "This gem integrates VCR library into SitePrism".freeze s.email = ["nesterukd@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "TODO.md".freeze, "lib/site_prism.vcr.rb".freeze, "lib/site_prism_vcr.rb".freeze, "lib/site_prism_vcr/applier.rb".freeze, "lib/site_prism_vcr/dsl/adjuster.rb".freeze, "lib/site_prism_vcr/dsl/initial_adjuster.rb".freeze, "lib/site_prism_vcr/element.rb".freeze, "lib/site_prism_vcr/fixture.rb".freeze, "lib/site_prism_vcr/fixtures.rb".freeze, "lib/site_prism_vcr/fixtures/converter.rb".freeze, "lib/site_prism_vcr/fixtures/handler.rb".freeze, "lib/site_prism_vcr/fixtures/manager.rb".freeze, "lib/site_prism_vcr/fixtures/modifiers/base.rb".freeze, "lib/site_prism_vcr/fixtures/modifiers/path.rb".freeze, "lib/site_prism_vcr/fixtures/modifiers/relative_path.rb".freeze, "lib/site_prism_vcr/fixtures/modifiers/shortcut_path.rb".freeze, "lib/site_prism_vcr/fixtures/tmp_keeper.rb".freeze, "lib/site_prism_vcr/mixins/element.rb".freeze, "lib/site_prism_vcr/mixins/page.rb".freeze, "lib/site_prism_vcr/options.rb".freeze, "lib/site_prism_vcr/options_with_path.rb".freeze, "lib/site_prism_vcr/patches/element.rb".freeze, "lib/site_prism_vcr/patches/page.rb".freeze, "lib/site_prism_vcr/vcr_helpers.rb".freeze, "lib/site_prism_vcr/version.rb".freeze, "lib/site_prism_vcr/waiter.rb".freeze, "site_prism.vcr.gemspec".freeze, "spec/fixtures/arya_stark.yml".freeze, "spec/fixtures/custom/blank.yml".freeze, "spec/fixtures/custom/bran_stark.yml".freeze, "spec/fixtures/custom/daenerys_targaryen.yml".freeze, "spec/fixtures/custom/subpath/sansa_stark.yml".freeze, "spec/fixtures/jon_snow.yml".freeze, "spec/fixtures/ned_stark.yml".freeze, "spec/fixtures/robb_stark.yml".freeze, "spec/integration/elements/apply_spec.rb".freeze, "spec/integration/elements/events/click_spec.rb".freeze, "spec/integration/pages/custom_event_spec.rb".freeze, "spec/integration/pages/load_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spec_integration_helper.rb".freeze, "spec/support/server.rb".freeze, "spec/support/shared/integration/custom_fixtures.rb".freeze, "spec/support/shared/integration/exchange.rb".freeze, "spec/support/shared/integration/home_path.rb".freeze, "spec/support/shared/integration/shortcut_path.rb".freeze, "spec/support/shared/integration/waiter.rb".freeze, "spec/support/site_prism/pages/base.rb".freeze, "spec/support/site_prism/pages/home.rb".freeze, "spec/support/site_prism/pages/page_load/home_path.rb".freeze, "spec/support/site_prism/pages/page_load/one_request.rb".freeze, "spec/support/site_prism/pages/page_load/subpage.rb".freeze, "spec/support/site_prism/pages/page_load/subpage_with_fixtures.rb".freeze, "spec/support/site_prism/pages/page_load/two_requests.rb".freeze, "spec/support/site_prism/pages/page_load/waiter_without_fixtures_ejection.rb".freeze, "spec/support/site_prism/sections/console_block.rb".freeze, "spec/support/test_app/public/jquery.min.js".freeze, "spec/support/test_app/public/test.js".freeze, "spec/support/test_app/test_app.rb".freeze, "spec/support/test_app/views/index.erb".freeze, "spec/unit/applier_spec.rb".freeze, "spec/unit/dsl/adjuster_spec.rb".freeze, "spec/unit/dsl/initial_adjuster_spec.rb".freeze, "spec/unit/element_spec.rb".freeze, "spec/unit/fixture_spec.rb".freeze, "spec/unit/fixtures/converter_spec.rb".freeze, "spec/unit/fixtures/handler_spec.rb".freeze, "spec/unit/fixtures/manager_spec.rb".freeze, "spec/unit/fixtures/modifiers/path_spec.rb".freeze, "spec/unit/fixtures/modifiers/relative_path_spec.rb".freeze, "spec/unit/fixtures/modifiers/shortcut_path_spec.rb".freeze, "spec/unit/fixtures/tmp_keeper_spec.rb".freeze, "spec/unit/fixtures_spec.rb".freeze, "spec/unit/mixins/element_spec.rb".freeze, "spec/unit/mixins/page_spec.rb".freeze, "spec/unit/options_spec.rb".freeze, "spec/unit/vcr_helpers_spec.rb".freeze, "spec/unit/waiter_spec.rb".freeze] s.homepage = "http://github.com/dnesteryuk/site_prism.vcr".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "VCR and SitePrism are awesome libraries. But, it is a bit difficult to work with them without some bridge between them. This gem combines these 2 libraries to provide a better way for stubbing external API request which your application is doing. This gem will be very helpful for developers which have an application working with an external API.".freeze s.test_files = ["spec/fixtures/arya_stark.yml".freeze, "spec/fixtures/custom/blank.yml".freeze, "spec/fixtures/custom/bran_stark.yml".freeze, "spec/fixtures/custom/daenerys_targaryen.yml".freeze, "spec/fixtures/custom/subpath/sansa_stark.yml".freeze, "spec/fixtures/jon_snow.yml".freeze, "spec/fixtures/ned_stark.yml".freeze, "spec/fixtures/robb_stark.yml".freeze, "spec/integration/elements/apply_spec.rb".freeze, "spec/integration/elements/events/click_spec.rb".freeze, "spec/integration/pages/custom_event_spec.rb".freeze, "spec/integration/pages/load_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/spec_integration_helper.rb".freeze, "spec/support/server.rb".freeze, "spec/support/shared/integration/custom_fixtures.rb".freeze, "spec/support/shared/integration/exchange.rb".freeze, "spec/support/shared/integration/home_path.rb".freeze, "spec/support/shared/integration/shortcut_path.rb".freeze, "spec/support/shared/integration/waiter.rb".freeze, "spec/support/site_prism/pages/base.rb".freeze, "spec/support/site_prism/pages/home.rb".freeze, "spec/support/site_prism/pages/page_load/home_path.rb".freeze, "spec/support/site_prism/pages/page_load/one_request.rb".freeze, "spec/support/site_prism/pages/page_load/subpage.rb".freeze, "spec/support/site_prism/pages/page_load/subpage_with_fixtures.rb".freeze, "spec/support/site_prism/pages/page_load/two_requests.rb".freeze, "spec/support/site_prism/pages/page_load/waiter_without_fixtures_ejection.rb".freeze, "spec/support/site_prism/sections/console_block.rb".freeze, "spec/support/test_app/public/jquery.min.js".freeze, "spec/support/test_app/public/test.js".freeze, "spec/support/test_app/test_app.rb".freeze, "spec/support/test_app/views/index.erb".freeze, "spec/unit/applier_spec.rb".freeze, "spec/unit/dsl/adjuster_spec.rb".freeze, "spec/unit/dsl/initial_adjuster_spec.rb".freeze, "spec/unit/element_spec.rb".freeze, "spec/unit/fixture_spec.rb".freeze, "spec/unit/fixtures/converter_spec.rb".freeze, "spec/unit/fixtures/handler_spec.rb".freeze, "spec/unit/fixtures/manager_spec.rb".freeze, "spec/unit/fixtures/modifiers/path_spec.rb".freeze, "spec/unit/fixtures/modifiers/relative_path_spec.rb".freeze, "spec/unit/fixtures/modifiers/shortcut_path_spec.rb".freeze, "spec/unit/fixtures/tmp_keeper_spec.rb".freeze, "spec/unit/fixtures_spec.rb".freeze, "spec/unit/mixins/element_spec.rb".freeze, "spec/unit/mixins/page_spec.rb".freeze, "spec/unit/options_spec.rb".freeze, "spec/unit/vcr_helpers_spec.rb".freeze, "spec/unit/waiter_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.9.0".freeze]) end