# -*- encoding: utf-8 -*- # stub: ib-ruby 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "ib-ruby".freeze s.version = "0.8.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 = ["Paul Legato".freeze, "arvicco".freeze] s.date = "2012-06-07" s.description = "Ruby Implementation of the Interactive Brokers TWS API".freeze s.email = ["pjlegato@gmail.com".freeze, "arvicco@gmail.com".freeze] s.executables = ["account_info".freeze, "cancel_orders".freeze, "contract_details".freeze, "depth_of_market".freeze, "fa_accounts".freeze, "fundamental_data".freeze, "historic_data".freeze, "historic_data_cli".freeze, "list_orders".freeze, "market_data".freeze, "option_data".freeze, "place_combo_order".freeze, "place_order".freeze, "template".freeze, "tick_data".freeze, "time_and_sales".freeze] s.files = [".gitignore".freeze, "HISTORY".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "TODO".freeze, "VERSION".freeze, "bin/account_info".freeze, "bin/cancel_orders".freeze, "bin/contract_details".freeze, "bin/depth_of_market".freeze, "bin/fa_accounts".freeze, "bin/fundamental_data".freeze, "bin/historic_data".freeze, "bin/historic_data_cli".freeze, "bin/list_orders".freeze, "bin/market_data".freeze, "bin/option_data".freeze, "bin/place_combo_order".freeze, "bin/place_order".freeze, "bin/template".freeze, "bin/tick_data".freeze, "bin/time_and_sales".freeze, "db/migrate/101_add_executions.rb".freeze, "db/migrate/111_add_bars.rb".freeze, "db/migrate/121_add_order_states.rb".freeze, "db/migrate/131_add_orders.rb".freeze, "db/migrate/141_add_combo_legs.rb".freeze, "db/migrate/151_add_underlyings.rb".freeze, "db/migrate/161_add_contract_details.rb".freeze, "db/migrate/171_add_contracts.rb".freeze, "lib/ib-ruby.rb".freeze, "lib/ib-ruby/connection.rb".freeze, "lib/ib-ruby/constants.rb".freeze, "lib/ib-ruby/db.rb".freeze, "lib/ib-ruby/errors.rb".freeze, "lib/ib-ruby/extensions.rb".freeze, "lib/ib-ruby/logger.rb".freeze, "lib/ib-ruby/messages.rb".freeze, "lib/ib-ruby/messages/abstract_message.rb".freeze, "lib/ib-ruby/messages/incoming.rb".freeze, "lib/ib-ruby/messages/incoming/abstract_message.rb".freeze, "lib/ib-ruby/messages/incoming/alert.rb".freeze, "lib/ib-ruby/messages/incoming/contract_data.rb".freeze, "lib/ib-ruby/messages/incoming/delta_neutral_validation.rb".freeze, "lib/ib-ruby/messages/incoming/execution_data.rb".freeze, "lib/ib-ruby/messages/incoming/historical_data.rb".freeze, "lib/ib-ruby/messages/incoming/market_depths.rb".freeze, "lib/ib-ruby/messages/incoming/next_valid_id.rb".freeze, "lib/ib-ruby/messages/incoming/open_order.rb".freeze, "lib/ib-ruby/messages/incoming/order_status.rb".freeze, "lib/ib-ruby/messages/incoming/portfolio_value.rb".freeze, "lib/ib-ruby/messages/incoming/real_time_bar.rb".freeze, "lib/ib-ruby/messages/incoming/scanner_data.rb".freeze, "lib/ib-ruby/messages/incoming/ticks.rb".freeze, "lib/ib-ruby/messages/outgoing.rb".freeze, "lib/ib-ruby/messages/outgoing/abstract_message.rb".freeze, "lib/ib-ruby/messages/outgoing/bar_requests.rb".freeze, "lib/ib-ruby/messages/outgoing/place_order.rb".freeze, "lib/ib-ruby/models.rb".freeze, "lib/ib-ruby/models/bag.rb".freeze, "lib/ib-ruby/models/bar.rb".freeze, "lib/ib-ruby/models/combo_leg.rb".freeze, "lib/ib-ruby/models/contract.rb".freeze, "lib/ib-ruby/models/contract_detail.rb".freeze, "lib/ib-ruby/models/execution.rb".freeze, "lib/ib-ruby/models/model.rb".freeze, "lib/ib-ruby/models/model_properties.rb".freeze, "lib/ib-ruby/models/option.rb".freeze, "lib/ib-ruby/models/order.rb".freeze, "lib/ib-ruby/models/order_state.rb".freeze, "lib/ib-ruby/models/underlying.rb".freeze, "lib/ib-ruby/socket.rb".freeze, "lib/ib-ruby/symbols.rb".freeze, "lib/ib-ruby/symbols/forex.rb".freeze, "lib/ib-ruby/symbols/futures.rb".freeze, "lib/ib-ruby/symbols/options.rb".freeze, "lib/ib-ruby/symbols/stocks.rb".freeze, "lib/ib-ruby/version.rb".freeze, "spec/README.md".freeze, "spec/TODO".freeze, "spec/account_helper.rb".freeze, "spec/combo_helper.rb".freeze, "spec/db.rb".freeze, "spec/db_helper.rb".freeze, "spec/ib-ruby/connection_spec.rb".freeze, "spec/ib-ruby/messages/incoming/alert_spec.rb".freeze, "spec/ib-ruby/messages/incoming/open_order_spec.rb".freeze, "spec/ib-ruby/messages/incoming/order_status_spec.rb".freeze, "spec/ib-ruby/messages/outgoing/account_data_spec.rb".freeze, "spec/ib-ruby/messages/outgoing/market_data_type_spec.rb".freeze, "spec/ib-ruby/models/bag_spec.rb".freeze, "spec/ib-ruby/models/bar_spec.rb".freeze, "spec/ib-ruby/models/combo_leg_spec.rb".freeze, "spec/ib-ruby/models/contract_detail_spec.rb".freeze, "spec/ib-ruby/models/contract_spec.rb".freeze, "spec/ib-ruby/models/execution_spec.rb".freeze, "spec/ib-ruby/models/option_spec.rb".freeze, "spec/ib-ruby/models/order_spec.rb".freeze, "spec/ib-ruby/models/order_state_spec.rb".freeze, "spec/ib-ruby/models/underlying_spec.rb".freeze, "spec/integration/account_info_spec.rb".freeze, "spec/integration/contract_info_spec.rb".freeze, "spec/integration/depth_data_spec.rb".freeze, "spec/integration/fundamental_data_spec.rb".freeze, "spec/integration/historic_data_spec.rb".freeze, "spec/integration/market_data_spec.rb".freeze, "spec/integration/option_data_spec.rb".freeze, "spec/integration/orders/attached_spec.rb".freeze, "spec/integration/orders/combo_spec.rb".freeze, "spec/integration/orders/placement_spec.rb".freeze, "spec/integration/orders/trades_spec.rb".freeze, "spec/integration/orders/valid_ids_spec.rb".freeze, "spec/integration_helper.rb".freeze, "spec/message_helper.rb".freeze, "spec/model_helper.rb".freeze, "spec/order_helper.rb".freeze, "spec/spec_helper.rb".freeze, "spec/test.rb".freeze, "spec/tws.rb".freeze, "spec/v.rb".freeze, "tasks/common.rake".freeze, "tasks/doc.rake".freeze, "tasks/gem.rake".freeze, "tasks/git.rake".freeze, "tasks/spec.rake".freeze, "tasks/version.rake".freeze] s.homepage = "https://github.com/pjlegato/ib-ruby".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Implementation of the Interactive Brokers TWS API".freeze s.test_files = ["spec/account_helper.rb".freeze, "spec/combo_helper.rb".freeze, "spec/db.rb".freeze, "spec/db_helper.rb".freeze, "spec/integration_helper.rb".freeze, "spec/message_helper.rb".freeze, "spec/model_helper.rb".freeze, "spec/order_helper.rb".freeze, "spec/README.md".freeze, "spec/spec_helper.rb".freeze, "spec/test.rb".freeze, "spec/TODO".freeze, "spec/tws.rb".freeze, "spec/v.rb".freeze, "spec/ib-ruby/connection_spec.rb".freeze, "spec/ib-ruby/messages/incoming/alert_spec.rb".freeze, "spec/ib-ruby/messages/incoming/open_order_spec.rb".freeze, "spec/ib-ruby/messages/incoming/order_status_spec.rb".freeze, "spec/ib-ruby/messages/outgoing/account_data_spec.rb".freeze, "spec/ib-ruby/messages/outgoing/market_data_type_spec.rb".freeze, "spec/ib-ruby/models/bag_spec.rb".freeze, "spec/ib-ruby/models/bar_spec.rb".freeze, "spec/ib-ruby/models/combo_leg_spec.rb".freeze, "spec/ib-ruby/models/contract_detail_spec.rb".freeze, "spec/ib-ruby/models/contract_spec.rb".freeze, "spec/ib-ruby/models/execution_spec.rb".freeze, "spec/ib-ruby/models/option_spec.rb".freeze, "spec/ib-ruby/models/order_spec.rb".freeze, "spec/ib-ruby/models/order_state_spec.rb".freeze, "spec/ib-ruby/models/underlying_spec.rb".freeze, "spec/integration/account_info_spec.rb".freeze, "spec/integration/contract_info_spec.rb".freeze, "spec/integration/depth_data_spec.rb".freeze, "spec/integration/fundamental_data_spec.rb".freeze, "spec/integration/historic_data_spec.rb".freeze, "spec/integration/market_data_spec.rb".freeze, "spec/integration/option_data_spec.rb".freeze, "spec/integration/orders/attached_spec.rb".freeze, "spec/integration/orders/combo_spec.rb".freeze, "spec/integration/orders/placement_spec.rb".freeze, "spec/integration/orders/trades_spec.rb".freeze, "spec/integration/orders/valid_ids_spec.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 1.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.8.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end