# -*- encoding: utf-8 -*- # stub: advertnet 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "advertnet".freeze s.version = "1.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Farzad FARID".freeze] s.date = "2007-10-18" s.description = "AdvertNet is a Rails application that manages a network of advertising boards. The boards are attached to urban furnitures and can belong to different networks. You must first run the 'advertnet-install' binary to deploy the Rails application, and then configure its database before using it.".freeze s.email = "ffarid@pragmatic-source.com".freeze s.executables = ["advertnet-install".freeze] s.extra_rdoc_files = ["README".freeze] s.files = ["LICENSE".freeze, "README".freeze, "Rakefile".freeze, "app".freeze, "app/controllers".freeze, "app/controllers/application.rb".freeze, "app/controllers/container_controller.rb".freeze, "app/controllers/content_controller.rb".freeze, "app/controllers/furnitures_controller.rb".freeze, "app/controllers/networks_controller.rb".freeze, "app/controllers/objects_in_world_controller.rb".freeze, "app/controllers/panels_controller.rb".freeze, "app/helpers".freeze, "app/helpers/application_helper.rb".freeze, "app/helpers/container_helper.rb".freeze, "app/helpers/content_helper.rb".freeze, "app/helpers/furnitures_helper.rb".freeze, "app/helpers/network_helper.rb".freeze, "app/helpers/networks_helper.rb".freeze, "app/helpers/objects_in_world_helper.rb".freeze, "app/helpers/panels_helper.rb".freeze, "app/models".freeze, "app/models/container.rb".freeze, "app/models/furniture.rb".freeze, "app/models/mailer.rb".freeze, "app/models/network.rb".freeze, "app/models/object_in_world.rb".freeze, "app/models/object_off_world.rb".freeze, "app/models/panel.rb".freeze, "app/models/panel_revision.rb".freeze, "app/views".freeze, "app/views/container".freeze, "app/views/container/list.rhtml".freeze, "app/views/container/show.rhtml".freeze, "app/views/content".freeze, "app/views/content/_form.rhtml".freeze, "app/views/content/edit.rhtml".freeze, "app/views/content/list.rhtml".freeze, "app/views/content/new.rhtml".freeze, "app/views/furnitures".freeze, "app/views/furnitures/list.rhtml".freeze, "app/views/furnitures/show.rhtml".freeze, "app/views/layouts".freeze, "app/views/layouts/default.rhtml".freeze, "app/views/mailer".freeze, "app/views/mailer/avtouch.rhtml".freeze, "app/views/networks".freeze, "app/views/networks/_form.rhtml".freeze, "app/views/networks/_parameters_form.rhtml".freeze, "app/views/networks/edit.rhtml".freeze, "app/views/networks/list.rhtml".freeze, "app/views/networks/new.rhtml".freeze, "app/views/networks/show.rhtml".freeze, "app/views/networks/show_parameters_form.rjs".freeze, "app/views/objects_in_world".freeze, "app/views/objects_in_world/list.rhtml".freeze, "app/views/objects_in_world/show.rhtml".freeze, "app/views/panels".freeze, "app/views/panels/list.rhtml".freeze, "app/views/panels/show.rhtml".freeze, "bin".freeze, "bin/advertnet-install".freeze, "components".freeze, "config".freeze, "config/boot.rb".freeze, "config/database.yml.default".freeze, "config/environment.rb".freeze, "config/environments".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/routes.rb".freeze, "db".freeze, "db/exported_fixtures".freeze, "db/migrate".freeze, "db/migrate/001_create_networks.rb".freeze, "db/migrate/002_create_furnitures.rb".freeze, "db/migrate/003_create_containers.rb".freeze, "db/migrate/004_create_objects_in_world.rb".freeze, "db/migrate/005_create_objects_off_world.rb".freeze, "db/migrate/006_create_panels.rb".freeze, "db/migrate/007_join_objects_in_world_panels.rb".freeze, "db/migrate/008_join_objects_off_world_panels.rb".freeze, "db/migrate/009_add_sessions.rb".freeze, "db/migrate/010_add_or_rename_fields.rb".freeze, "db/migrate/011_move_texture_to_object_in_world.rb".freeze, "db/migrate/012_add_permanent_furniture_id.rb".freeze, "db/migrate/013_create_panel_revisions.rb".freeze, "db/schema.rb".freeze, "doc".freeze, "doc/README_FOR_APP".freeze, "lib".freeze, "lib/advertnet.rb".freeze, "lib/second_life_validators.rb".freeze, "lib/tasks".freeze, "lib/tasks/documentation.rake".freeze, "lib/tasks/extract_fixtures.rake".freeze, "lib/tasks/load_exported_fixtures.rake".freeze, "log".freeze, "public".freeze, "public/404.html".freeze, "public/500.html".freeze, "public/dispatch.cgi".freeze, "public/dispatch.fcgi".freeze, "public/dispatch.rb".freeze, "public/favicon.ico".freeze, "public/images".freeze, "public/images/rails.png".freeze, "public/javascripts".freeze, "public/javascripts/application.js".freeze, "public/javascripts/controls.js".freeze, "public/javascripts/dragdrop.js".freeze, "public/javascripts/effects.js".freeze, "public/javascripts/prototype.js".freeze, "public/robots.txt".freeze, "public/stylesheets".freeze, "public/stylesheets/application.css".freeze, "public/stylesheets/scaffold.css".freeze, "script".freeze, "script/about".freeze, "script/breakpointer".freeze, "script/console".freeze, "script/destroy".freeze, "script/generate".freeze, "script/performance".freeze, "script/performance/benchmarker".freeze, "script/performance/profiler".freeze, "script/plugin".freeze, "script/process".freeze, "script/process/inspector".freeze, "script/process/reaper".freeze, "script/process/spawner".freeze, "script/runner".freeze, "script/server".freeze, "test".freeze, "test/fixtures".freeze, "test/fixtures/containers.yml".freeze, "test/fixtures/furnitures.yml".freeze, "test/fixtures/mailer".freeze, "test/fixtures/mailer/avtouch".freeze, "test/fixtures/networks.yml".freeze, "test/fixtures/objects_in_world.yml".freeze, "test/fixtures/objects_in_world_panels.yml".freeze, "test/fixtures/objects_off_world.yml".freeze, "test/fixtures/objects_off_world_panels.yml".freeze, "test/fixtures/panel_revisions.yml".freeze, "test/fixtures/panels.yml".freeze, "test/functional".freeze, "test/functional/container_controller_test.rb".freeze, "test/functional/content_controller_test.rb".freeze, "test/functional/furnitures_controller_test.rb".freeze, "test/functional/networks_controller_test.rb".freeze, "test/functional/objects_in_world_controller_test.rb".freeze, "test/functional/panels_controller_test.rb".freeze, "test/integration".freeze, "test/mocks".freeze, "test/mocks/development".freeze, "test/mocks/test".freeze, "test/test_helper.rb".freeze, "test/unit".freeze, "test/unit/container_test.rb".freeze, "test/unit/furniture_test.rb".freeze, "test/unit/mailer_test.rb".freeze, "test/unit/network_test.rb".freeze, "test/unit/object_in_world_test.rb".freeze, "test/unit/object_off_world_test.rb".freeze, "test/unit/panel_revision_test.rb".freeze, "test/unit/panel_test.rb".freeze, "tmp".freeze, "tmp/cache".freeze, "tmp/pids".freeze, "tmp/sessions".freeze, "tmp/sockets".freeze, "vendor".freeze, "vendor/plugins".freeze, "vendor/plugins/annotate_models".freeze, "vendor/plugins/annotate_models/ChangeLog".freeze, "vendor/plugins/annotate_models/README".freeze, "vendor/plugins/annotate_models/lib".freeze, "vendor/plugins/annotate_models/lib/annotate_models.rb".freeze, "vendor/plugins/annotate_models/tasks".freeze, "vendor/plugins/annotate_models/tasks/annotate_models_tasks.rake".freeze, "vendor/plugins/foreign_key_migrations".freeze, "vendor/plugins/foreign_key_migrations/CHANGELOG".freeze, "vendor/plugins/foreign_key_migrations/MIT-LICENSE".freeze, "vendor/plugins/foreign_key_migrations/README".freeze, "vendor/plugins/foreign_key_migrations/about.yml".freeze, "vendor/plugins/foreign_key_migrations/init.rb".freeze, "vendor/plugins/foreign_key_migrations/install.rb".freeze, "vendor/plugins/foreign_key_migrations/lib".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/base.rb".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters/abstract_adapter.rb".freeze, "vendor/plugins/foreign_key_migrations/lib/red_hill_consulting/foreign_key_migrations/active_record/connection_adapters/table_definition.rb".freeze, "vendor/plugins/redhillonrails_core".freeze, "vendor/plugins/redhillonrails_core/CHANGELOG".freeze, "vendor/plugins/redhillonrails_core/MIT-LICENSE".freeze, "vendor/plugins/redhillonrails_core/README".freeze, "vendor/plugins/redhillonrails_core/init.rb".freeze, "vendor/plugins/redhillonrails_core/lib".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/base.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/abstract_adapter.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/column.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/foreign_key_definition.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/index_definition.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/mysql_adapter.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/mysql_column.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/postgresql_adapter.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/schema_statements.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/sqlite3_adapter.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/connection_adapters/table_definition.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/schema.rb".freeze, "vendor/plugins/redhillonrails_core/lib/red_hill_consulting/core/active_record/schema_dumper.rb".freeze] s.homepage = "http://advertnet.rubyforge.org".freeze s.rdoc_options = ["--title".freeze, "Advertnet -- An advertising boards management tool".freeze, "--main".freeze, "README".freeze, "--charset".freeze, "utf-8".freeze, "--exclude".freeze, "lib".freeze] s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["MySQL 5.0".freeze, "A Second Life environment".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A tool for managing multiple networks of advertising boards, ready to work with SecondLife. The boards are attached to urban furnitures and can belong to different networks, thus forming ad campaigns. The application can communicate with boards present in Second Life.".freeze s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.7.3".freeze]) end