sum 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +10 -12
- data/Rakefile +6 -7
- data/config/externals.yml +3 -3
- data/config/schedule.rb +0 -1
- data/features/step_definitions/when.rb +3 -3
- data/features/support/env.rb +9 -10
- data/gemspec.rb +13 -14
- data/lib/sum.rb +8 -8
- data/lib/sum/helper/cron.rb +1 -1
- data/lib/sum/model/user.rb +3 -3
- data/vendor/fetcher/MIT-LICENSE +20 -0
- data/vendor/fetcher/README.rdoc +94 -0
- data/vendor/fetcher/Rakefile +30 -0
- data/vendor/fetcher/fetcher.gemspec +27 -0
- data/vendor/fetcher/gemspec.rb +17 -0
- data/vendor/fetcher/init.rb +0 -0
- data/vendor/fetcher/lib/fetcher.rb +23 -0
- data/vendor/fetcher/lib/fetcher/base.rb +63 -0
- data/vendor/fetcher/lib/fetcher/imap.rb +79 -0
- data/vendor/fetcher/lib/fetcher/pop.rb +50 -0
- data/vendor/fetcher/lib/vendor/plain_imap.rb +21 -0
- data/vendor/fetcher/lib/vendor/secure_pop.rb +125 -0
- data/vendor/fetcher/test/fetcher_test.rb +74 -0
- metadata +40 -241
- data/sum.gemspec +0 -69
- data/vendor/webrat/History.txt +0 -358
- data/vendor/webrat/MIT-LICENSE.txt +0 -19
- data/vendor/webrat/README.rdoc +0 -85
- data/vendor/webrat/Rakefile +0 -200
- data/vendor/webrat/install.rb +0 -1
- data/vendor/webrat/lib/webrat.rb +0 -31
- data/vendor/webrat/lib/webrat/core.rb +0 -14
- data/vendor/webrat/lib/webrat/core/configuration.rb +0 -102
- data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
- data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -409
- data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
- data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
- data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -93
- data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
- data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
- data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
- data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
- data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
- data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
- data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
- data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
- data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
- data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -74
- data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
- data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
- data/vendor/webrat/lib/webrat/core/logging.rb +0 -24
- data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
- data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
- data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
- data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
- data/vendor/webrat/lib/webrat/core/methods.rb +0 -63
- data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
- data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -48
- data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
- data/vendor/webrat/lib/webrat/core/session.rb +0 -299
- data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
- data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
- data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
- data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
- data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
- data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
- data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
- data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
- data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
- data/vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb +0 -27
- data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
- data/vendor/webrat/lib/webrat/merb.rb +0 -9
- data/vendor/webrat/lib/webrat/merb_multipart_support.rb +0 -27
- data/vendor/webrat/lib/webrat/merb_session.rb +0 -82
- data/vendor/webrat/lib/webrat/rack.rb +0 -25
- data/vendor/webrat/lib/webrat/rails.rb +0 -106
- data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -10
- data/vendor/webrat/lib/webrat/selenium.rb +0 -81
- data/vendor/webrat/lib/webrat/selenium/application_server_factory.rb +0 -40
- data/vendor/webrat/lib/webrat/selenium/application_servers.rb +0 -5
- data/vendor/webrat/lib/webrat/selenium/application_servers/base.rb +0 -46
- data/vendor/webrat/lib/webrat/selenium/application_servers/external.rb +0 -26
- data/vendor/webrat/lib/webrat/selenium/application_servers/merb.rb +0 -50
- data/vendor/webrat/lib/webrat/selenium/application_servers/rails.rb +0 -44
- data/vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb +0 -37
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -19
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -12
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
- data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
- data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
- data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
- data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
- data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
- data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
- data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
- data/vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb +0 -84
- data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -248
- data/vendor/webrat/lib/webrat/selenium/silence_stream.rb +0 -18
- data/vendor/webrat/lib/webrat/sinatra.rb +0 -11
- data/vendor/webrat/spec/fakes/test_session.rb +0 -34
- data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
- data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
- data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
- data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -27
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
- data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
- data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
- data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
- data/vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb +0 -9
- data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
- data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
- data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
- data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
- data/vendor/webrat/spec/integration/merb/config/router.rb +0 -34
- data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
- data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
- data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -39
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
- data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
- data/vendor/webrat/spec/integration/rack/Rakefile +0 -5
- data/vendor/webrat/spec/integration/rack/app.rb +0 -73
- data/vendor/webrat/spec/integration/rack/test/helper.rb +0 -20
- data/vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb +0 -62
- data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
- data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
- data/vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb +0 -7
- data/vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb +0 -4
- data/vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb +0 -7
- data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -43
- data/vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb +0 -2
- data/vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb +0 -11
- data/vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb +0 -9
- data/vendor/webrat/spec/integration/rails/app/views/links/show.html.erb +0 -5
- data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
- data/vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb +0 -11
- data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
- data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
- data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
- data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
- data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
- data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
- data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
- data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
- data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -18
- data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
- data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
- data/vendor/webrat/spec/integration/rails/script/about +0 -4
- data/vendor/webrat/spec/integration/rails/script/console +0 -3
- data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
- data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
- data/vendor/webrat/spec/integration/rails/script/generate +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
- data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
- data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
- data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
- data/vendor/webrat/spec/integration/rails/script/runner +0 -3
- data/vendor/webrat/spec/integration/rails/script/server +0 -3
- data/vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb +0 -80
- data/vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb +0 -24
- data/vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb +0 -27
- data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -97
- data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
- data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
- data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
- data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
- data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
- data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
- data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
- data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -116
- data/vendor/webrat/spec/private/core/field_spec.rb +0 -85
- data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
- data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
- data/vendor/webrat/spec/private/core/session_spec.rb +0 -195
- data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
- data/vendor/webrat/spec/private/merb/attaches_file_spec.rb +0 -93
- data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -61
- data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
- data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
- data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -112
- data/vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb +0 -26
- data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
- data/vendor/webrat/spec/public/check_spec.rb +0 -191
- data/vendor/webrat/spec/public/choose_spec.rb +0 -118
- data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
- data/vendor/webrat/spec/public/click_button_spec.rb +0 -496
- data/vendor/webrat/spec/public/click_link_spec.rb +0 -511
- data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
- data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
- data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -172
- data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
- data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
- data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -142
- data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
- data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -136
- data/vendor/webrat/spec/public/reload_spec.rb +0 -10
- data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -70
- data/vendor/webrat/spec/public/select_date_spec.rb +0 -112
- data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -137
- data/vendor/webrat/spec/public/select_spec.rb +0 -249
- data/vendor/webrat/spec/public/select_time_spec.rb +0 -100
- data/vendor/webrat/spec/public/selenium/application_server_factory_spec.rb +0 -49
- data/vendor/webrat/spec/public/selenium/application_servers/external_spec.rb +0 -12
- data/vendor/webrat/spec/public/selenium/selenium_session_spec.rb +0 -37
- data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
- data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
- data/vendor/webrat/spec/public/visit_spec.rb +0 -58
- data/vendor/webrat/spec/public/within_spec.rb +0 -177
- data/vendor/webrat/spec/rcov.opts +0 -1
- data/vendor/webrat/spec/spec.opts +0 -2
- data/vendor/webrat/spec/spec_helper.rb +0 -50
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sum
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Winton Welsh
|
@@ -9,71 +9,61 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-11-
|
12
|
+
date: 2009-11-29 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
|
-
name:
|
16
|
+
name: active_wrapper
|
17
17
|
type: :runtime
|
18
18
|
version_requirement:
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
20
20
|
requirements:
|
21
21
|
- - "="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 0.2.
|
23
|
+
version: 0.2.2
|
24
24
|
version:
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
|
-
name:
|
27
|
-
type: :runtime
|
28
|
-
version_requirement:
|
29
|
-
version_requirements: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - "="
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 0.3.93
|
34
|
-
version:
|
35
|
-
- !ruby/object:Gem::Dependency
|
36
|
-
name: haml
|
26
|
+
name: email_spec
|
37
27
|
type: :runtime
|
38
28
|
version_requirement:
|
39
29
|
version_requirements: !ruby/object:Gem::Requirement
|
40
30
|
requirements:
|
41
31
|
- - "="
|
42
32
|
- !ruby/object:Gem::Version
|
43
|
-
version:
|
33
|
+
version: 0.3.5
|
44
34
|
version:
|
45
35
|
- !ruby/object:Gem::Dependency
|
46
|
-
name:
|
36
|
+
name: cucumber
|
47
37
|
type: :runtime
|
48
38
|
version_requirement:
|
49
39
|
version_requirements: !ruby/object:Gem::Requirement
|
50
40
|
requirements:
|
51
41
|
- - "="
|
52
42
|
- !ruby/object:Gem::Version
|
53
|
-
version: 0.
|
43
|
+
version: 0.4.4
|
54
44
|
version:
|
55
45
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
46
|
+
name: haml
|
57
47
|
type: :runtime
|
58
48
|
version_requirement:
|
59
49
|
version_requirements: !ruby/object:Gem::Requirement
|
60
50
|
requirements:
|
61
51
|
- - "="
|
62
52
|
- !ruby/object:Gem::Version
|
63
|
-
version:
|
53
|
+
version: 2.2.14
|
64
54
|
version:
|
65
55
|
- !ruby/object:Gem::Dependency
|
66
|
-
name:
|
56
|
+
name: less
|
67
57
|
type: :runtime
|
68
58
|
version_requirement:
|
69
59
|
version_requirements: !ruby/object:Gem::Requirement
|
70
60
|
requirements:
|
71
61
|
- - "="
|
72
62
|
- !ruby/object:Gem::Version
|
73
|
-
version: 1.
|
63
|
+
version: 1.2.17
|
74
64
|
version:
|
75
65
|
- !ruby/object:Gem::Dependency
|
76
|
-
name:
|
66
|
+
name: whenever
|
77
67
|
type: :runtime
|
78
68
|
version_requirement:
|
79
69
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -83,74 +73,74 @@ dependencies:
|
|
83
73
|
version: 0.4.0
|
84
74
|
version:
|
85
75
|
- !ruby/object:Gem::Dependency
|
86
|
-
name:
|
76
|
+
name: rack
|
87
77
|
type: :runtime
|
88
78
|
version_requirement:
|
89
79
|
version_requirements: !ruby/object:Gem::Requirement
|
90
80
|
requirements:
|
91
81
|
- - "="
|
92
82
|
- !ruby/object:Gem::Version
|
93
|
-
version: 1.
|
83
|
+
version: 1.0.1
|
94
84
|
version:
|
95
85
|
- !ruby/object:Gem::Dependency
|
96
|
-
name:
|
86
|
+
name: rack-test
|
97
87
|
type: :runtime
|
98
88
|
version_requirement:
|
99
89
|
version_requirements: !ruby/object:Gem::Requirement
|
100
90
|
requirements:
|
101
91
|
- - "="
|
102
92
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
93
|
+
version: 0.5.3
|
104
94
|
version:
|
105
95
|
- !ruby/object:Gem::Dependency
|
106
|
-
name:
|
96
|
+
name: rspec
|
107
97
|
type: :runtime
|
108
98
|
version_requirement:
|
109
99
|
version_requirements: !ruby/object:Gem::Requirement
|
110
100
|
requirements:
|
111
101
|
- - "="
|
112
102
|
- !ruby/object:Gem::Version
|
113
|
-
version:
|
103
|
+
version: 1.2.9
|
114
104
|
version:
|
115
105
|
- !ruby/object:Gem::Dependency
|
116
|
-
name:
|
106
|
+
name: secret_key
|
117
107
|
type: :runtime
|
118
108
|
version_requirement:
|
119
109
|
version_requirements: !ruby/object:Gem::Requirement
|
120
110
|
requirements:
|
121
111
|
- - "="
|
122
112
|
- !ruby/object:Gem::Version
|
123
|
-
version: 0.1.
|
113
|
+
version: 0.1.0
|
124
114
|
version:
|
125
115
|
- !ruby/object:Gem::Dependency
|
126
|
-
name:
|
116
|
+
name: shotgun
|
127
117
|
type: :runtime
|
128
118
|
version_requirement:
|
129
119
|
version_requirements: !ruby/object:Gem::Requirement
|
130
120
|
requirements:
|
131
121
|
- - "="
|
132
122
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
123
|
+
version: "0.4"
|
134
124
|
version:
|
135
125
|
- !ruby/object:Gem::Dependency
|
136
|
-
name:
|
126
|
+
name: sinatra
|
137
127
|
type: :runtime
|
138
128
|
version_requirement:
|
139
129
|
version_requirements: !ruby/object:Gem::Requirement
|
140
130
|
requirements:
|
141
131
|
- - "="
|
142
132
|
- !ruby/object:Gem::Version
|
143
|
-
version: 0.
|
133
|
+
version: 0.9.4
|
144
134
|
version:
|
145
135
|
- !ruby/object:Gem::Dependency
|
146
|
-
name:
|
136
|
+
name: webrat
|
147
137
|
type: :runtime
|
148
138
|
version_requirement:
|
149
139
|
version_requirements: !ruby/object:Gem::Requirement
|
150
140
|
requirements:
|
151
141
|
- - "="
|
152
142
|
- !ruby/object:Gem::Version
|
153
|
-
version: 0.
|
143
|
+
version: 0.6.0
|
154
144
|
version:
|
155
145
|
description:
|
156
146
|
email: mail@wintoni.us
|
@@ -238,210 +228,19 @@ files:
|
|
238
228
|
- spec/spec_helper.rb
|
239
229
|
- spec/sum/model/incoming_mail_spec.rb
|
240
230
|
- spec/sum/model/user_spec.rb
|
241
|
-
-
|
242
|
-
- vendor/
|
243
|
-
- vendor/
|
244
|
-
- vendor/
|
245
|
-
- vendor/
|
246
|
-
- vendor/
|
247
|
-
- vendor/
|
248
|
-
- vendor/
|
249
|
-
- vendor/
|
250
|
-
- vendor/
|
251
|
-
- vendor/
|
252
|
-
- vendor/
|
253
|
-
- vendor/
|
254
|
-
- vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb
|
255
|
-
- vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb
|
256
|
-
- vendor/webrat/lib/webrat/core/locators/field_locator.rb
|
257
|
-
- vendor/webrat/lib/webrat/core/locators/field_named_locator.rb
|
258
|
-
- vendor/webrat/lib/webrat/core/locators/form_locator.rb
|
259
|
-
- vendor/webrat/lib/webrat/core/locators/label_locator.rb
|
260
|
-
- vendor/webrat/lib/webrat/core/locators/link_locator.rb
|
261
|
-
- vendor/webrat/lib/webrat/core/locators/locator.rb
|
262
|
-
- vendor/webrat/lib/webrat/core/locators/select_option_locator.rb
|
263
|
-
- vendor/webrat/lib/webrat/core/locators.rb
|
264
|
-
- vendor/webrat/lib/webrat/core/logging.rb
|
265
|
-
- vendor/webrat/lib/webrat/core/matchers/have_content.rb
|
266
|
-
- vendor/webrat/lib/webrat/core/matchers/have_selector.rb
|
267
|
-
- vendor/webrat/lib/webrat/core/matchers/have_tag.rb
|
268
|
-
- vendor/webrat/lib/webrat/core/matchers/have_xpath.rb
|
269
|
-
- vendor/webrat/lib/webrat/core/matchers.rb
|
270
|
-
- vendor/webrat/lib/webrat/core/methods.rb
|
271
|
-
- vendor/webrat/lib/webrat/core/mime.rb
|
272
|
-
- vendor/webrat/lib/webrat/core/save_and_open_page.rb
|
273
|
-
- vendor/webrat/lib/webrat/core/scope.rb
|
274
|
-
- vendor/webrat/lib/webrat/core/session.rb
|
275
|
-
- vendor/webrat/lib/webrat/core/xml/hpricot.rb
|
276
|
-
- vendor/webrat/lib/webrat/core/xml/nokogiri.rb
|
277
|
-
- vendor/webrat/lib/webrat/core/xml/rexml.rb
|
278
|
-
- vendor/webrat/lib/webrat/core/xml.rb
|
279
|
-
- vendor/webrat/lib/webrat/core.rb
|
280
|
-
- vendor/webrat/lib/webrat/core_extensions/blank.rb
|
281
|
-
- vendor/webrat/lib/webrat/core_extensions/deprecate.rb
|
282
|
-
- vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb
|
283
|
-
- vendor/webrat/lib/webrat/core_extensions/meta_class.rb
|
284
|
-
- vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb
|
285
|
-
- vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb
|
286
|
-
- vendor/webrat/lib/webrat/mechanize.rb
|
287
|
-
- vendor/webrat/lib/webrat/merb.rb
|
288
|
-
- vendor/webrat/lib/webrat/merb_multipart_support.rb
|
289
|
-
- vendor/webrat/lib/webrat/merb_session.rb
|
290
|
-
- vendor/webrat/lib/webrat/rack.rb
|
291
|
-
- vendor/webrat/lib/webrat/rails.rb
|
292
|
-
- vendor/webrat/lib/webrat/rspec-rails.rb
|
293
|
-
- vendor/webrat/lib/webrat/selenium/application_server_factory.rb
|
294
|
-
- vendor/webrat/lib/webrat/selenium/application_servers/base.rb
|
295
|
-
- vendor/webrat/lib/webrat/selenium/application_servers/external.rb
|
296
|
-
- vendor/webrat/lib/webrat/selenium/application_servers/merb.rb
|
297
|
-
- vendor/webrat/lib/webrat/selenium/application_servers/rails.rb
|
298
|
-
- vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb
|
299
|
-
- vendor/webrat/lib/webrat/selenium/application_servers.rb
|
300
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js
|
301
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js
|
302
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js
|
303
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js
|
304
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js
|
305
|
-
- vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js
|
306
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_content.rb
|
307
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb
|
308
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb
|
309
|
-
- vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb
|
310
|
-
- vendor/webrat/lib/webrat/selenium/matchers.rb
|
311
|
-
- vendor/webrat/lib/webrat/selenium/selenium_extensions.js
|
312
|
-
- vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb
|
313
|
-
- vendor/webrat/lib/webrat/selenium/selenium_session.rb
|
314
|
-
- vendor/webrat/lib/webrat/selenium/silence_stream.rb
|
315
|
-
- vendor/webrat/lib/webrat/selenium.rb
|
316
|
-
- vendor/webrat/lib/webrat/sinatra.rb
|
317
|
-
- vendor/webrat/lib/webrat.rb
|
318
|
-
- vendor/webrat/MIT-LICENSE.txt
|
319
|
-
- vendor/webrat/Rakefile
|
320
|
-
- vendor/webrat/README.rdoc
|
321
|
-
- vendor/webrat/spec/fakes/test_session.rb
|
322
|
-
- vendor/webrat/spec/integration/merb/app/controllers/application.rb
|
323
|
-
- vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb
|
324
|
-
- vendor/webrat/spec/integration/merb/app/controllers/testing.rb
|
325
|
-
- vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb
|
326
|
-
- vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb
|
327
|
-
- vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb
|
328
|
-
- vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb
|
329
|
-
- vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb
|
330
|
-
- vendor/webrat/spec/integration/merb/config/environments/development.rb
|
331
|
-
- vendor/webrat/spec/integration/merb/config/environments/rake.rb
|
332
|
-
- vendor/webrat/spec/integration/merb/config/environments/test.rb
|
333
|
-
- vendor/webrat/spec/integration/merb/config/init.rb
|
334
|
-
- vendor/webrat/spec/integration/merb/config/rack.rb
|
335
|
-
- vendor/webrat/spec/integration/merb/config/router.rb
|
336
|
-
- vendor/webrat/spec/integration/merb/Rakefile
|
337
|
-
- vendor/webrat/spec/integration/merb/spec/spec.opts
|
338
|
-
- vendor/webrat/spec/integration/merb/spec/spec_helper.rb
|
339
|
-
- vendor/webrat/spec/integration/merb/spec/webrat_spec.rb
|
340
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb
|
341
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb
|
342
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb
|
343
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor
|
344
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb
|
345
|
-
- vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb
|
346
|
-
- vendor/webrat/spec/integration/rack/app.rb
|
347
|
-
- vendor/webrat/spec/integration/rack/Rakefile
|
348
|
-
- vendor/webrat/spec/integration/rack/test/helper.rb
|
349
|
-
- vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb
|
350
|
-
- vendor/webrat/spec/integration/rails/app/controllers/application.rb
|
351
|
-
- vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb
|
352
|
-
- vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb
|
353
|
-
- vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb
|
354
|
-
- vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb
|
355
|
-
- vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb
|
356
|
-
- vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb
|
357
|
-
- vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb
|
358
|
-
- vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb
|
359
|
-
- vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb
|
360
|
-
- vendor/webrat/spec/integration/rails/app/views/links/show.html.erb
|
361
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb
|
362
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb
|
363
|
-
- vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb
|
364
|
-
- vendor/webrat/spec/integration/rails/config/boot.rb
|
365
|
-
- vendor/webrat/spec/integration/rails/config/environment.rb
|
366
|
-
- vendor/webrat/spec/integration/rails/config/environments/development.rb
|
367
|
-
- vendor/webrat/spec/integration/rails/config/environments/selenium.rb
|
368
|
-
- vendor/webrat/spec/integration/rails/config/environments/test.rb
|
369
|
-
- vendor/webrat/spec/integration/rails/config/initializers/inflections.rb
|
370
|
-
- vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb
|
371
|
-
- vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb
|
372
|
-
- vendor/webrat/spec/integration/rails/config/locales/en.yml
|
373
|
-
- vendor/webrat/spec/integration/rails/config/routes.rb
|
374
|
-
- vendor/webrat/spec/integration/rails/public/404.html
|
375
|
-
- vendor/webrat/spec/integration/rails/public/422.html
|
376
|
-
- vendor/webrat/spec/integration/rails/public/500.html
|
377
|
-
- vendor/webrat/spec/integration/rails/Rakefile
|
378
|
-
- vendor/webrat/spec/integration/rails/script/about
|
379
|
-
- vendor/webrat/spec/integration/rails/script/console
|
380
|
-
- vendor/webrat/spec/integration/rails/script/dbconsole
|
381
|
-
- vendor/webrat/spec/integration/rails/script/destroy
|
382
|
-
- vendor/webrat/spec/integration/rails/script/generate
|
383
|
-
- vendor/webrat/spec/integration/rails/script/performance/benchmarker
|
384
|
-
- vendor/webrat/spec/integration/rails/script/performance/profiler
|
385
|
-
- vendor/webrat/spec/integration/rails/script/performance/request
|
386
|
-
- vendor/webrat/spec/integration/rails/script/plugin
|
387
|
-
- vendor/webrat/spec/integration/rails/script/process/inspector
|
388
|
-
- vendor/webrat/spec/integration/rails/script/process/reaper
|
389
|
-
- vendor/webrat/spec/integration/rails/script/process/spawner
|
390
|
-
- vendor/webrat/spec/integration/rails/script/runner
|
391
|
-
- vendor/webrat/spec/integration/rails/script/server
|
392
|
-
- vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb
|
393
|
-
- vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb
|
394
|
-
- vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb
|
395
|
-
- vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb
|
396
|
-
- vendor/webrat/spec/integration/rails/test/test_helper.rb
|
397
|
-
- vendor/webrat/spec/integration/sinatra/classic_app.rb
|
398
|
-
- vendor/webrat/spec/integration/sinatra/modular_app.rb
|
399
|
-
- vendor/webrat/spec/integration/sinatra/Rakefile
|
400
|
-
- vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb
|
401
|
-
- vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb
|
402
|
-
- vendor/webrat/spec/integration/sinatra/test/test_helper.rb
|
403
|
-
- vendor/webrat/spec/private/core/configuration_spec.rb
|
404
|
-
- vendor/webrat/spec/private/core/field_spec.rb
|
405
|
-
- vendor/webrat/spec/private/core/link_spec.rb
|
406
|
-
- vendor/webrat/spec/private/core/logging_spec.rb
|
407
|
-
- vendor/webrat/spec/private/core/session_spec.rb
|
408
|
-
- vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb
|
409
|
-
- vendor/webrat/spec/private/merb/attaches_file_spec.rb
|
410
|
-
- vendor/webrat/spec/private/merb/merb_session_spec.rb
|
411
|
-
- vendor/webrat/spec/private/nokogiri_spec.rb
|
412
|
-
- vendor/webrat/spec/private/rails/attaches_file_spec.rb
|
413
|
-
- vendor/webrat/spec/private/rails/rails_session_spec.rb
|
414
|
-
- vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb
|
415
|
-
- vendor/webrat/spec/public/basic_auth_spec.rb
|
416
|
-
- vendor/webrat/spec/public/check_spec.rb
|
417
|
-
- vendor/webrat/spec/public/choose_spec.rb
|
418
|
-
- vendor/webrat/spec/public/click_area_spec.rb
|
419
|
-
- vendor/webrat/spec/public/click_button_spec.rb
|
420
|
-
- vendor/webrat/spec/public/click_link_spec.rb
|
421
|
-
- vendor/webrat/spec/public/fill_in_spec.rb
|
422
|
-
- vendor/webrat/spec/public/locators/field_by_xpath_spec.rb
|
423
|
-
- vendor/webrat/spec/public/locators/field_labeled_spec.rb
|
424
|
-
- vendor/webrat/spec/public/locators/field_with_id_spec.rb
|
425
|
-
- vendor/webrat/spec/public/matchers/contain_spec.rb
|
426
|
-
- vendor/webrat/spec/public/matchers/have_selector_spec.rb
|
427
|
-
- vendor/webrat/spec/public/matchers/have_tag_spec.rb
|
428
|
-
- vendor/webrat/spec/public/matchers/have_xpath_spec.rb
|
429
|
-
- vendor/webrat/spec/public/reload_spec.rb
|
430
|
-
- vendor/webrat/spec/public/save_and_open_spec.rb
|
431
|
-
- vendor/webrat/spec/public/select_date_spec.rb
|
432
|
-
- vendor/webrat/spec/public/select_datetime_spec.rb
|
433
|
-
- vendor/webrat/spec/public/select_spec.rb
|
434
|
-
- vendor/webrat/spec/public/select_time_spec.rb
|
435
|
-
- vendor/webrat/spec/public/selenium/application_server_factory_spec.rb
|
436
|
-
- vendor/webrat/spec/public/selenium/application_servers/external_spec.rb
|
437
|
-
- vendor/webrat/spec/public/selenium/selenium_session_spec.rb
|
438
|
-
- vendor/webrat/spec/public/set_hidden_field_spec.rb
|
439
|
-
- vendor/webrat/spec/public/submit_form_spec.rb
|
440
|
-
- vendor/webrat/spec/public/visit_spec.rb
|
441
|
-
- vendor/webrat/spec/public/within_spec.rb
|
442
|
-
- vendor/webrat/spec/rcov.opts
|
443
|
-
- vendor/webrat/spec/spec.opts
|
444
|
-
- vendor/webrat/spec/spec_helper.rb
|
231
|
+
- vendor/fetcher/fetcher.gemspec
|
232
|
+
- vendor/fetcher/gemspec.rb
|
233
|
+
- vendor/fetcher/init.rb
|
234
|
+
- vendor/fetcher/lib/fetcher/base.rb
|
235
|
+
- vendor/fetcher/lib/fetcher/imap.rb
|
236
|
+
- vendor/fetcher/lib/fetcher/pop.rb
|
237
|
+
- vendor/fetcher/lib/fetcher.rb
|
238
|
+
- vendor/fetcher/lib/vendor/plain_imap.rb
|
239
|
+
- vendor/fetcher/lib/vendor/secure_pop.rb
|
240
|
+
- vendor/fetcher/MIT-LICENSE
|
241
|
+
- vendor/fetcher/Rakefile
|
242
|
+
- vendor/fetcher/README.rdoc
|
243
|
+
- vendor/fetcher/test/fetcher_test.rb
|
445
244
|
has_rdoc: true
|
446
245
|
homepage: http://github.com/winton/sum
|
447
246
|
licenses: []
|
data/sum.gemspec
DELETED
@@ -1,69 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
Gem::Specification.new do |s|
|
4
|
-
s.name = %q{sum}
|
5
|
-
s.version = "0.1.1"
|
6
|
-
|
7
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["Winton Welsh"]
|
9
|
-
s.date = %q{2009-08-04}
|
10
|
-
s.email = %q{mail@wintoni.us}
|
11
|
-
s.extra_rdoc_files = ["README.markdown"]
|
12
|
-
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/view/success.haml", "lib/sum/view/tos.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"]
|
13
|
-
s.homepage = %q{http://github.com/winton/sum}
|
14
|
-
s.require_paths = ["lib"]
|
15
|
-
s.rubygems_version = %q{1.3.1}
|
16
|
-
s.summary = %q{A simple budgeting app built on Sinatra}
|
17
|
-
|
18
|
-
if s.respond_to? :specification_version then
|
19
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
20
|
-
s.specification_version = 2
|
21
|
-
|
22
|
-
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
23
|
-
s.add_runtime_dependency(%q<bmabey-email_spec>, ["= 0.2.0"])
|
24
|
-
s.add_runtime_dependency(%q<cucumber>, ["= 0.3.93"])
|
25
|
-
s.add_runtime_dependency(%q<haml>, ["= 2.2.2"])
|
26
|
-
s.add_runtime_dependency(%q<less>, ["= 0.8.11"])
|
27
|
-
s.add_runtime_dependency(%q<javan-whenever>, ["= 0.3.6"])
|
28
|
-
s.add_runtime_dependency(%q<rack>, ["= 1.0.0"])
|
29
|
-
s.add_runtime_dependency(%q<rack-test>, ["= 0.4.0"])
|
30
|
-
s.add_runtime_dependency(%q<rspec>, ["= 1.2.8"])
|
31
|
-
s.add_runtime_dependency(%q<shotgun>, ["= 0.3"])
|
32
|
-
s.add_runtime_dependency(%q<sinatra>, ["= 0.9.4"])
|
33
|
-
s.add_runtime_dependency(%q<winton-active_wrapper>, ["= 0.1.9"])
|
34
|
-
s.add_runtime_dependency(%q<winton-externals>, ["= 1.0.2"])
|
35
|
-
s.add_runtime_dependency(%q<winton-fetcher>, ["= 0.1.2"])
|
36
|
-
s.add_runtime_dependency(%q<winton-secret_key>, ["= 0.1.0"])
|
37
|
-
else
|
38
|
-
s.add_dependency(%q<bmabey-email_spec>, ["= 0.2.0"])
|
39
|
-
s.add_dependency(%q<cucumber>, ["= 0.3.93"])
|
40
|
-
s.add_dependency(%q<haml>, ["= 2.2.2"])
|
41
|
-
s.add_dependency(%q<less>, ["= 0.8.11"])
|
42
|
-
s.add_dependency(%q<javan-whenever>, ["= 0.3.6"])
|
43
|
-
s.add_dependency(%q<rack>, ["= 1.0.0"])
|
44
|
-
s.add_dependency(%q<rack-test>, ["= 0.4.0"])
|
45
|
-
s.add_dependency(%q<rspec>, ["= 1.2.8"])
|
46
|
-
s.add_dependency(%q<shotgun>, ["= 0.3"])
|
47
|
-
s.add_dependency(%q<sinatra>, ["= 0.9.4"])
|
48
|
-
s.add_dependency(%q<winton-active_wrapper>, ["= 0.1.9"])
|
49
|
-
s.add_dependency(%q<winton-externals>, ["= 1.0.2"])
|
50
|
-
s.add_dependency(%q<winton-fetcher>, ["= 0.1.2"])
|
51
|
-
s.add_dependency(%q<winton-secret_key>, ["= 0.1.0"])
|
52
|
-
end
|
53
|
-
else
|
54
|
-
s.add_dependency(%q<bmabey-email_spec>, ["= 0.2.0"])
|
55
|
-
s.add_dependency(%q<cucumber>, ["= 0.3.93"])
|
56
|
-
s.add_dependency(%q<haml>, ["= 2.2.2"])
|
57
|
-
s.add_dependency(%q<less>, ["= 0.8.11"])
|
58
|
-
s.add_dependency(%q<javan-whenever>, ["= 0.3.6"])
|
59
|
-
s.add_dependency(%q<rack>, ["= 1.0.0"])
|
60
|
-
s.add_dependency(%q<rack-test>, ["= 0.4.0"])
|
61
|
-
s.add_dependency(%q<rspec>, ["= 1.2.8"])
|
62
|
-
s.add_dependency(%q<shotgun>, ["= 0.3"])
|
63
|
-
s.add_dependency(%q<sinatra>, ["= 0.9.4"])
|
64
|
-
s.add_dependency(%q<winton-active_wrapper>, ["= 0.1.9"])
|
65
|
-
s.add_dependency(%q<winton-externals>, ["= 1.0.2"])
|
66
|
-
s.add_dependency(%q<winton-fetcher>, ["= 0.1.2"])
|
67
|
-
s.add_dependency(%q<winton-secret_key>, ["= 0.1.0"])
|
68
|
-
end
|
69
|
-
end
|