--- !ruby/object:Gem::Specification name: conductor version: !ruby/object:Gem::Version prerelease: false segments: - 0 - 2 - 13 version: 0.2.13 platform: ruby authors: - Noctivity autorequire: bindir: bin cert_chain: [] date: 2010-09-27 00:00:00 -04:00 default_executable: dependencies: [] description: Conductor is the bastard child of a/b testing and personalization. It throws everything you know about creating a web site our the window and lets you just "try stuff" without ever having to worry about not maximing your site's "purpose." Have a new landing page? Just throw it to the conductor. Want to try different price points - conductor. Different form designs? Conductor. Conductor will rotate all alternatives through the mix and eventually settle on the top performing of all, without you having to do anything other than just creating. Think "intelligent A/B testing" on steriods. email: jlippiner@noctivity.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - LICENSE - README.rdoc - Rakefile - VERSION - generators/cmig/cmig_generator.rb - generators/cmig/templates/migration.rb - init.rb - lib/conductor.rb - lib/conductor/experiment.rb - lib/conductor/experiment/daily.rb - lib/conductor/experiment/history.rb - lib/conductor/experiment/raw.rb - lib/conductor/experiment/weight.rb - lib/conductor/roll_up.rb - lib/conductor/weights.rb - test/helper.rb - test/test_conductor.rb has_rdoc: true homepage: http://github.com/noctivityinc/conductor licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" requirements: [] rubyforge_project: conductor rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: lets you just try things while always maximizing towards a goal (e.g. purchase, signups, etc) test_files: - test/helper.rb - test/test_conductor.rb