# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{sum} s.version = "0.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Winton Welsh"] s.date = %q{2009-07-19} s.email = %q{mail@wintoni.us} s.extra_rdoc_files = ["README.markdown"] s.files = ["Capfile", "config", "config/database.example.yml", "config/deploy.example.rb", "config/externals.yml", "config/mail.example.yml", "config/schedule.rb", "config.ru", "db", "db/migrate", "db/migrate/001_users.rb", "db/migrate/002_user_emails.rb", "features", "features/front_page.feature", "features/read_email.feature", "features/receive_email.feature", "features/step_definitions", "features/step_definitions/email.rb", "features/step_definitions/given.rb", "features/step_definitions/then.rb", "features/step_definitions/when.rb", "features/support", "features/support/env.rb", "features/support/helpers.rb", "features/support/rspec.rb", "features/support/webrat.rb", "features/update_user.feature", "gemspec.rb", "lib", "lib/sum", "lib/sum/boot.rb", "lib/sum/controller", "lib/sum/controller/cron.rb", "lib/sum/controller/front.rb", "lib/sum/controller/new.rb", "lib/sum/helper", "lib/sum/helper/application.rb", "lib/sum/helper/cron.rb", "lib/sum/helper/new.rb", "lib/sum/model", "lib/sum/model/incoming_mail.rb", "lib/sum/model/user.rb", "lib/sum/model/user_email.rb", "lib/sum/view", "lib/sum/view/email.haml", "lib/sum/view/field.haml", "lib/sum/view/form.haml", "lib/sum/view/front.haml", "lib/sum/view/layout.haml", "lib/sum/view/new.haml", "lib/sum.rb", "MIT-LICENSE", "public", "public/image", "public/image/1.png", "public/image/2.png", "public/image/3.png", "public/image/bg.png", "public/image/bot.png", "public/image/facebox", "public/image/facebox/b.png", "public/image/facebox/bl.png", "public/image/facebox/br.png", "public/image/facebox/closelabel.gif", "public/image/facebox/loading.gif", "public/image/facebox/tl.png", "public/image/facebox/tr.png", "public/image/favicon.png", "public/image/field_off.png", "public/image/field_on.png", "public/image/ribbon.png", "public/image/screenshot_receive.png", "public/image/screenshot_send.png", "public/image/submit.png", "public/image/top.png", "public/javascript", "public/javascript/facebox.js", "public/javascript/jquery-1.3.2.js", "public/javascript/sum.js", "public/style", "public/style/facebox.css", "public/style/ie.css", "public/style/print.css", "public/style/screen.css", "public/style/sum.css", "public/style/sum.less", "Rakefile", "README.markdown", "spec", "spec/spec.opts", "spec/spec_helper.rb", "spec/sum", "spec/sum/model", "spec/sum/model/incoming_mail_spec.rb", "spec/sum/model/user_spec.rb", "sum.gemspec", "vendor", "vendor/webrat", "vendor/webrat/History.txt", "vendor/webrat/install.rb", "vendor/webrat/lib", "vendor/webrat/lib/webrat", "vendor/webrat/lib/webrat/core", "vendor/webrat/lib/webrat/core/configuration.rb", "vendor/webrat/lib/webrat/core/elements", "vendor/webrat/lib/webrat/core/elements/area.rb", "vendor/webrat/lib/webrat/core/elements/element.rb", "vendor/webrat/lib/webrat/core/elements/field.rb", "vendor/webrat/lib/webrat/core/elements/form.rb", "vendor/webrat/lib/webrat/core/elements/label.rb", "vendor/webrat/lib/webrat/core/elements/link.rb", "vendor/webrat/lib/webrat/core/elements/select_option.rb", "vendor/webrat/lib/webrat/core/locators", "vendor/webrat/lib/webrat/core/locators/area_locator.rb", "vendor/webrat/lib/webrat/core/locators/button_locator.rb", "vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb", "vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb", "vendor/webrat/lib/webrat/core/locators/field_locator.rb", "vendor/webrat/lib/webrat/core/locators/field_named_locator.rb", "vendor/webrat/lib/webrat/core/locators/form_locator.rb", "vendor/webrat/lib/webrat/core/locators/label_locator.rb", "vendor/webrat/lib/webrat/core/locators/link_locator.rb", "vendor/webrat/lib/webrat/core/locators/locator.rb", "vendor/webrat/lib/webrat/core/locators/select_option_locator.rb", "vendor/webrat/lib/webrat/core/locators.rb", "vendor/webrat/lib/webrat/core/logging.rb", "vendor/webrat/lib/webrat/core/matchers", "vendor/webrat/lib/webrat/core/matchers/have_content.rb", "vendor/webrat/lib/webrat/core/matchers/have_selector.rb", "vendor/webrat/lib/webrat/core/matchers/have_tag.rb", "vendor/webrat/lib/webrat/core/matchers/have_xpath.rb", "vendor/webrat/lib/webrat/core/matchers.rb", "vendor/webrat/lib/webrat/core/methods.rb", "vendor/webrat/lib/webrat/core/mime.rb", "vendor/webrat/lib/webrat/core/save_and_open_page.rb", "vendor/webrat/lib/webrat/core/scope.rb", "vendor/webrat/lib/webrat/core/session.rb", "vendor/webrat/lib/webrat/core/xml", "vendor/webrat/lib/webrat/core/xml/hpricot.rb", "vendor/webrat/lib/webrat/core/xml/nokogiri.rb", "vendor/webrat/lib/webrat/core/xml/rexml.rb", "vendor/webrat/lib/webrat/core/xml.rb", "vendor/webrat/lib/webrat/core.rb", "vendor/webrat/lib/webrat/core_extensions", "vendor/webrat/lib/webrat/core_extensions/blank.rb", "vendor/webrat/lib/webrat/core_extensions/deprecate.rb", "vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb", "vendor/webrat/lib/webrat/core_extensions/meta_class.rb", "vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb", "vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb", "vendor/webrat/lib/webrat/mechanize.rb", "vendor/webrat/lib/webrat/merb.rb", "vendor/webrat/lib/webrat/merb_multipart_support.rb", "vendor/webrat/lib/webrat/merb_session.rb", "vendor/webrat/lib/webrat/rack.rb", "vendor/webrat/lib/webrat/rails.rb", "vendor/webrat/lib/webrat/rspec-rails.rb", "vendor/webrat/lib/webrat/selenium", "vendor/webrat/lib/webrat/selenium/application_server_factory.rb", "vendor/webrat/lib/webrat/selenium/application_servers", "vendor/webrat/lib/webrat/selenium/application_servers/base.rb", "vendor/webrat/lib/webrat/selenium/application_servers/external.rb", "vendor/webrat/lib/webrat/selenium/application_servers/merb.rb", "vendor/webrat/lib/webrat/selenium/application_servers/rails.rb", "vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb", "vendor/webrat/lib/webrat/selenium/application_servers.rb", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js", "vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js", "vendor/webrat/lib/webrat/selenium/matchers", "vendor/webrat/lib/webrat/selenium/matchers/have_content.rb", "vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb", "vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb", "vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb", "vendor/webrat/lib/webrat/selenium/matchers.rb", "vendor/webrat/lib/webrat/selenium/selenium_extensions.js", "vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb", "vendor/webrat/lib/webrat/selenium/selenium_session.rb", "vendor/webrat/lib/webrat/selenium/silence_stream.rb", "vendor/webrat/lib/webrat/selenium.rb", "vendor/webrat/lib/webrat/sinatra.rb", "vendor/webrat/lib/webrat.rb", "vendor/webrat/MIT-LICENSE.txt", "vendor/webrat/Rakefile", "vendor/webrat/README.rdoc", "vendor/webrat/spec", "vendor/webrat/spec/fakes", "vendor/webrat/spec/fakes/test_session.rb", "vendor/webrat/spec/integration", "vendor/webrat/spec/integration/merb", "vendor/webrat/spec/integration/merb/app", "vendor/webrat/spec/integration/merb/app/controllers", "vendor/webrat/spec/integration/merb/app/controllers/application.rb", "vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb", "vendor/webrat/spec/integration/merb/app/controllers/testing.rb", "vendor/webrat/spec/integration/merb/app/views", "vendor/webrat/spec/integration/merb/app/views/exceptions", "vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb", "vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb", "vendor/webrat/spec/integration/merb/app/views/layout", "vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb", "vendor/webrat/spec/integration/merb/app/views/testing", "vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb", "vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb", "vendor/webrat/spec/integration/merb/config", "vendor/webrat/spec/integration/merb/config/environments", "vendor/webrat/spec/integration/merb/config/environments/development.rb", "vendor/webrat/spec/integration/merb/config/environments/rake.rb", "vendor/webrat/spec/integration/merb/config/environments/test.rb", "vendor/webrat/spec/integration/merb/config/init.rb", "vendor/webrat/spec/integration/merb/config/rack.rb", "vendor/webrat/spec/integration/merb/config/router.rb", "vendor/webrat/spec/integration/merb/Rakefile", "vendor/webrat/spec/integration/merb/spec", "vendor/webrat/spec/integration/merb/spec/spec.opts", "vendor/webrat/spec/integration/merb/spec/spec_helper.rb", "vendor/webrat/spec/integration/merb/spec/webrat_spec.rb", "vendor/webrat/spec/integration/merb/tasks", "vendor/webrat/spec/integration/merb/tasks/merb.thor", "vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb", "vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb", "vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb", "vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor", "vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb", "vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb", "vendor/webrat/spec/integration/rack", "vendor/webrat/spec/integration/rack/app.rb", "vendor/webrat/spec/integration/rack/Rakefile", "vendor/webrat/spec/integration/rack/test", "vendor/webrat/spec/integration/rack/test/helper.rb", "vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb", "vendor/webrat/spec/integration/rails", "vendor/webrat/spec/integration/rails/app", "vendor/webrat/spec/integration/rails/app/controllers", "vendor/webrat/spec/integration/rails/app/controllers/application.rb", "vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb", "vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb", "vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb", "vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb", "vendor/webrat/spec/integration/rails/app/helpers", "vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb", "vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb", "vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb", "vendor/webrat/spec/integration/rails/app/views", "vendor/webrat/spec/integration/rails/app/views/buttons", "vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb", "vendor/webrat/spec/integration/rails/app/views/fields", "vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb", "vendor/webrat/spec/integration/rails/app/views/links", "vendor/webrat/spec/integration/rails/app/views/links/show.html.erb", "vendor/webrat/spec/integration/rails/app/views/webrat", "vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb", "vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb", "vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb", "vendor/webrat/spec/integration/rails/config", "vendor/webrat/spec/integration/rails/config/boot.rb", "vendor/webrat/spec/integration/rails/config/environment.rb", "vendor/webrat/spec/integration/rails/config/environments", "vendor/webrat/spec/integration/rails/config/environments/development.rb", "vendor/webrat/spec/integration/rails/config/environments/selenium.rb", "vendor/webrat/spec/integration/rails/config/environments/test.rb", "vendor/webrat/spec/integration/rails/config/initializers", "vendor/webrat/spec/integration/rails/config/initializers/inflections.rb", "vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb", "vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb", "vendor/webrat/spec/integration/rails/config/locales", "vendor/webrat/spec/integration/rails/config/locales/en.yml", "vendor/webrat/spec/integration/rails/config/routes.rb", "vendor/webrat/spec/integration/rails/public", "vendor/webrat/spec/integration/rails/public/404.html", "vendor/webrat/spec/integration/rails/public/422.html", "vendor/webrat/spec/integration/rails/public/500.html", "vendor/webrat/spec/integration/rails/Rakefile", "vendor/webrat/spec/integration/rails/script", "vendor/webrat/spec/integration/rails/script/about", "vendor/webrat/spec/integration/rails/script/console", "vendor/webrat/spec/integration/rails/script/dbconsole", "vendor/webrat/spec/integration/rails/script/destroy", "vendor/webrat/spec/integration/rails/script/generate", "vendor/webrat/spec/integration/rails/script/performance", "vendor/webrat/spec/integration/rails/script/performance/benchmarker", "vendor/webrat/spec/integration/rails/script/performance/profiler", "vendor/webrat/spec/integration/rails/script/performance/request", "vendor/webrat/spec/integration/rails/script/plugin", "vendor/webrat/spec/integration/rails/script/process", "vendor/webrat/spec/integration/rails/script/process/inspector", "vendor/webrat/spec/integration/rails/script/process/reaper", "vendor/webrat/spec/integration/rails/script/process/spawner", "vendor/webrat/spec/integration/rails/script/runner", "vendor/webrat/spec/integration/rails/script/server", "vendor/webrat/spec/integration/rails/test", "vendor/webrat/spec/integration/rails/test/integration", "vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb", "vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb", "vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb", "vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb", "vendor/webrat/spec/integration/rails/test/test_helper.rb", "vendor/webrat/spec/integration/sinatra", "vendor/webrat/spec/integration/sinatra/classic_app.rb", "vendor/webrat/spec/integration/sinatra/modular_app.rb", "vendor/webrat/spec/integration/sinatra/Rakefile", "vendor/webrat/spec/integration/sinatra/test", "vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb", "vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb", "vendor/webrat/spec/integration/sinatra/test/test_helper.rb", "vendor/webrat/spec/private", "vendor/webrat/spec/private/core", "vendor/webrat/spec/private/core/configuration_spec.rb", "vendor/webrat/spec/private/core/field_spec.rb", "vendor/webrat/spec/private/core/link_spec.rb", "vendor/webrat/spec/private/core/logging_spec.rb", "vendor/webrat/spec/private/core/session_spec.rb", "vendor/webrat/spec/private/mechanize", "vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb", "vendor/webrat/spec/private/merb", "vendor/webrat/spec/private/merb/attaches_file_spec.rb", "vendor/webrat/spec/private/merb/merb_session_spec.rb", "vendor/webrat/spec/private/nokogiri_spec.rb", "vendor/webrat/spec/private/rails", "vendor/webrat/spec/private/rails/attaches_file_spec.rb", "vendor/webrat/spec/private/rails/rails_session_spec.rb", "vendor/webrat/spec/private/selenium", "vendor/webrat/spec/private/selenium/application_servers", "vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb", "vendor/webrat/spec/public", "vendor/webrat/spec/public/basic_auth_spec.rb", "vendor/webrat/spec/public/check_spec.rb", "vendor/webrat/spec/public/choose_spec.rb", "vendor/webrat/spec/public/click_area_spec.rb", "vendor/webrat/spec/public/click_button_spec.rb", "vendor/webrat/spec/public/click_link_spec.rb", "vendor/webrat/spec/public/fill_in_spec.rb", "vendor/webrat/spec/public/locators", "vendor/webrat/spec/public/locators/field_by_xpath_spec.rb", "vendor/webrat/spec/public/locators/field_labeled_spec.rb", "vendor/webrat/spec/public/locators/field_with_id_spec.rb", "vendor/webrat/spec/public/matchers", "vendor/webrat/spec/public/matchers/contain_spec.rb", "vendor/webrat/spec/public/matchers/have_selector_spec.rb", "vendor/webrat/spec/public/matchers/have_tag_spec.rb", "vendor/webrat/spec/public/matchers/have_xpath_spec.rb", "vendor/webrat/spec/public/reload_spec.rb", "vendor/webrat/spec/public/save_and_open_spec.rb", "vendor/webrat/spec/public/select_date_spec.rb", "vendor/webrat/spec/public/select_datetime_spec.rb", "vendor/webrat/spec/public/select_spec.rb", "vendor/webrat/spec/public/select_time_spec.rb", "vendor/webrat/spec/public/selenium", "vendor/webrat/spec/public/selenium/application_server_factory_spec.rb", "vendor/webrat/spec/public/selenium/application_servers", "vendor/webrat/spec/public/selenium/application_servers/external_spec.rb", "vendor/webrat/spec/public/selenium/selenium_session_spec.rb", "vendor/webrat/spec/public/set_hidden_field_spec.rb", "vendor/webrat/spec/public/submit_form_spec.rb", "vendor/webrat/spec/public/visit_spec.rb", "vendor/webrat/spec/public/within_spec.rb", "vendor/webrat/spec/rcov.opts", "vendor/webrat/spec/spec.opts", "vendor/webrat/spec/spec_helper.rb"] s.homepage = %q{http://github.com/winton/sum} s.require_paths = ["lib"] s.rubygems_version = %q{1.3.1} s.summary = %q{A simple budgeting app built on Sinatra} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 2 if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q, ["= 0.2.0"]) s.add_runtime_dependency(%q, [">= 0.3.11"]) s.add_runtime_dependency(%q, ["= 2.0.9"]) s.add_runtime_dependency(%q, [">= 0.8.11"]) s.add_runtime_dependency(%q, ["= 0.3.6"]) s.add_runtime_dependency(%q, [">= 1.0.0"]) s.add_runtime_dependency(%q, [">= 0.4.0"]) s.add_runtime_dependency(%q, [">= 1.2.7"]) s.add_runtime_dependency(%q, [">= 0.3"]) s.add_runtime_dependency(%q, ["= 0.9.2"]) s.add_runtime_dependency(%q, ["= 0.1.5"]) s.add_runtime_dependency(%q, ["= 1.0.2"]) s.add_runtime_dependency(%q, ["= 0.1.2"]) s.add_runtime_dependency(%q, ["= 0.1.0"]) else s.add_dependency(%q, ["= 0.2.0"]) s.add_dependency(%q, [">= 0.3.11"]) s.add_dependency(%q, ["= 2.0.9"]) s.add_dependency(%q, [">= 0.8.11"]) s.add_dependency(%q, ["= 0.3.6"]) s.add_dependency(%q, [">= 1.0.0"]) s.add_dependency(%q, [">= 0.4.0"]) s.add_dependency(%q, [">= 1.2.7"]) s.add_dependency(%q, [">= 0.3"]) s.add_dependency(%q, ["= 0.9.2"]) s.add_dependency(%q, ["= 0.1.5"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 0.1.2"]) s.add_dependency(%q, ["= 0.1.0"]) end else s.add_dependency(%q, ["= 0.2.0"]) s.add_dependency(%q, [">= 0.3.11"]) s.add_dependency(%q, ["= 2.0.9"]) s.add_dependency(%q, [">= 0.8.11"]) s.add_dependency(%q, ["= 0.3.6"]) s.add_dependency(%q, [">= 1.0.0"]) s.add_dependency(%q, [">= 0.4.0"]) s.add_dependency(%q, [">= 1.2.7"]) s.add_dependency(%q, [">= 0.3"]) s.add_dependency(%q, ["= 0.9.2"]) s.add_dependency(%q, ["= 0.1.5"]) s.add_dependency(%q, ["= 1.0.2"]) s.add_dependency(%q, ["= 0.1.2"]) s.add_dependency(%q, ["= 0.1.0"]) end end