--- !ruby/object:Gem::Specification name: mountain-goat version: !ruby/object:Gem::Version prerelease: false segments: - 1 - 0 - 1 version: 1.0.1 platform: ruby authors: - Geoffrey Hayes - meloncard.com autorequire: bindir: bin cert_chain: [] date: 2011-10-09 00:00:00 -07:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version segments: - 2 - 2 - 0 version: 2.2.0 type: :development version_requirements: *id001 - !ruby/object:Gem::Dependency name: rack-test prerelease: false requirement: &id002 !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 - 5 - 6 version: 0.5.6 type: :development version_requirements: *id002 description: A/B test everything and get awesome in-house analytics email: - geoff@meloncard.com executables: [] extensions: [] extra_rdoc_files: [] files: - Gemfile - Gemfile.lock - History.md - LICENSE - POST_INSTALL - README.md - Rakefile - generators/mg/mg_generator.rb - generators/mg/templates/create_mountain_goat_tables.rb - generators/mg/templates/initializer.rb - generators/mg/templates/mg.rb - generators/mg/templates/mountain-goat.yml - generators/mg/templates/mountain_goat_reports.rake - generators/mg/templates/update_mountain_goat_tables.rb - init.rb - install.rb - lib/mgflotilla.rb - lib/mountain-goat.rb - lib/mountain-goat/analytics.rb - lib/mountain-goat/controllers/mg/converts_controller.rb - lib/mountain-goat/controllers/mg/mg.rb - lib/mountain-goat/controllers/mg/mountain_goat_controller.rb - lib/mountain-goat/controllers/mg/playground_controller.rb - lib/mountain-goat/controllers/mg/report_items_controller.rb - lib/mountain-goat/controllers/mg/reports_controller.rb - lib/mountain-goat/m_g.rb - lib/mountain-goat/metric_tracking.rb - lib/mountain-goat/models/mg/mountain_goat.rb - lib/mountain-goat/models/mg/report.rb - lib/mountain-goat/models/mg/report_item.rb - lib/mountain-goat/models/mg/report_mailer.rb - lib/mountain-goat/public/containerbg.png - lib/mountain-goat/public/dirtyred.png - lib/mountain-goat/public/dottedblack.png - lib/mountain-goat/public/dottedblue.png - lib/mountain-goat/public/g-bar-min.js - lib/mountain-goat/public/g-dot-min.js - lib/mountain-goat/public/g-line-min.js - lib/mountain-goat/public/g-pie-min.js - lib/mountain-goat/public/g-raphael-min.js - lib/mountain-goat/public/jqModel.css - lib/mountain-goat/public/jqModel.js - lib/mountain-goat/public/jquery.flot.js - lib/mountain-goat/public/jquery.raphael.js - lib/mountain-goat/public/jquery.timeago.js - lib/mountain-goat/public/mg.css - lib/mountain-goat/public/mg.js - lib/mountain-goat/public/mg.png - lib/mountain-goat/public/raphael-min.js - lib/mountain-goat/public/raster.png - lib/mountain-goat/public/utils.js - lib/mountain-goat/switch_variant.rb - lib/mountain-goat/version.rb - lib/mountain-goat/views/mountain_goat/layouts/_pdf.html.erb - lib/mountain-goat/views/mountain_goat/layouts/mountain_goat.html.erb - lib/mountain-goat/views/mountain_goat/layouts/xhr.html.erb - lib/mountain-goat/views/mountain_goat/mg/mountain_goat/login.html.erb - lib/mountain-goat/views/mountain_goat/mg/playground/test.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/_chart.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/_report_item_form.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/_report_item_pivot_form.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/_show.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/_svg_chart.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/edit.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_items/new.html.erb - lib/mountain-goat/views/mountain_goat/mg/report_mailer/report.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/_report.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/_report_form.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/_report_report_items.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/edit.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/index.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/new.html.erb - lib/mountain-goat/views/mountain_goat/mg/reports/show.html.erb - mountain-goat.gemspec - test/fixtures/mg_ci_metas.yml - test/fixtures/mg_convert_meta_types.yml - test/fixtures/mg_converts.yml - test/fixtures/mg_cs_metas.yml - test/fixtures/mg_deliveries.yml - test/fixtures/mg_metric_variants.yml - test/fixtures/mg_metrics.yml - test/fixtures/mg_rallies.yml - test/fixtures/mg_report_items.yml - test/fixtures/mg_reports.yml - test/mg_convert_test.rb - test/mg_converts_controller_test.rb - test/mg_metric_variants_controller_test.rb - test/mg_metrics_controller_test.rb - test/mg_mountain_goat_controller_test.rb - test/mg_mountain_goat_test.rb - test/mg_playground_controller_test.rb - test/mg_rallies_controller_test.rb - test/mg_report_item_test.rb - test/mg_report_items_controller_test.rb - test/mg_report_test.rb - test/mg_reports_controller_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/hayesgm/mountain_goat licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: mountain-goat rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A/B Testing to the edge test_files: - test/fixtures/mg_ci_metas.yml - test/fixtures/mg_convert_meta_types.yml - test/fixtures/mg_converts.yml - test/fixtures/mg_cs_metas.yml - test/fixtures/mg_deliveries.yml - test/fixtures/mg_metric_variants.yml - test/fixtures/mg_metrics.yml - test/fixtures/mg_rallies.yml - test/fixtures/mg_report_items.yml - test/fixtures/mg_reports.yml - test/mg_convert_test.rb - test/mg_converts_controller_test.rb - test/mg_metric_variants_controller_test.rb - test/mg_metrics_controller_test.rb - test/mg_mountain_goat_controller_test.rb - test/mg_mountain_goat_test.rb - test/mg_playground_controller_test.rb - test/mg_rallies_controller_test.rb - test/mg_report_item_test.rb - test/mg_report_items_controller_test.rb - test/mg_report_test.rb - test/mg_reports_controller_test.rb - test/test_helper.rb