sum 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (228) hide show
  1. data/README.markdown +10 -12
  2. data/Rakefile +6 -7
  3. data/config/externals.yml +3 -3
  4. data/config/schedule.rb +0 -1
  5. data/features/step_definitions/when.rb +3 -3
  6. data/features/support/env.rb +9 -10
  7. data/gemspec.rb +13 -14
  8. data/lib/sum.rb +8 -8
  9. data/lib/sum/helper/cron.rb +1 -1
  10. data/lib/sum/model/user.rb +3 -3
  11. data/vendor/fetcher/MIT-LICENSE +20 -0
  12. data/vendor/fetcher/README.rdoc +94 -0
  13. data/vendor/fetcher/Rakefile +30 -0
  14. data/vendor/fetcher/fetcher.gemspec +27 -0
  15. data/vendor/fetcher/gemspec.rb +17 -0
  16. data/vendor/fetcher/init.rb +0 -0
  17. data/vendor/fetcher/lib/fetcher.rb +23 -0
  18. data/vendor/fetcher/lib/fetcher/base.rb +63 -0
  19. data/vendor/fetcher/lib/fetcher/imap.rb +79 -0
  20. data/vendor/fetcher/lib/fetcher/pop.rb +50 -0
  21. data/vendor/fetcher/lib/vendor/plain_imap.rb +21 -0
  22. data/vendor/fetcher/lib/vendor/secure_pop.rb +125 -0
  23. data/vendor/fetcher/test/fetcher_test.rb +74 -0
  24. metadata +40 -241
  25. data/sum.gemspec +0 -69
  26. data/vendor/webrat/History.txt +0 -358
  27. data/vendor/webrat/MIT-LICENSE.txt +0 -19
  28. data/vendor/webrat/README.rdoc +0 -85
  29. data/vendor/webrat/Rakefile +0 -200
  30. data/vendor/webrat/install.rb +0 -1
  31. data/vendor/webrat/lib/webrat.rb +0 -31
  32. data/vendor/webrat/lib/webrat/core.rb +0 -14
  33. data/vendor/webrat/lib/webrat/core/configuration.rb +0 -102
  34. data/vendor/webrat/lib/webrat/core/elements/area.rb +0 -31
  35. data/vendor/webrat/lib/webrat/core/elements/element.rb +0 -33
  36. data/vendor/webrat/lib/webrat/core/elements/field.rb +0 -409
  37. data/vendor/webrat/lib/webrat/core/elements/form.rb +0 -103
  38. data/vendor/webrat/lib/webrat/core/elements/label.rb +0 -31
  39. data/vendor/webrat/lib/webrat/core/elements/link.rb +0 -93
  40. data/vendor/webrat/lib/webrat/core/elements/select_option.rb +0 -35
  41. data/vendor/webrat/lib/webrat/core/locators.rb +0 -20
  42. data/vendor/webrat/lib/webrat/core/locators/area_locator.rb +0 -38
  43. data/vendor/webrat/lib/webrat/core/locators/button_locator.rb +0 -54
  44. data/vendor/webrat/lib/webrat/core/locators/field_by_id_locator.rb +0 -37
  45. data/vendor/webrat/lib/webrat/core/locators/field_labeled_locator.rb +0 -56
  46. data/vendor/webrat/lib/webrat/core/locators/field_locator.rb +0 -25
  47. data/vendor/webrat/lib/webrat/core/locators/field_named_locator.rb +0 -41
  48. data/vendor/webrat/lib/webrat/core/locators/form_locator.rb +0 -19
  49. data/vendor/webrat/lib/webrat/core/locators/label_locator.rb +0 -34
  50. data/vendor/webrat/lib/webrat/core/locators/link_locator.rb +0 -74
  51. data/vendor/webrat/lib/webrat/core/locators/locator.rb +0 -20
  52. data/vendor/webrat/lib/webrat/core/locators/select_option_locator.rb +0 -59
  53. data/vendor/webrat/lib/webrat/core/logging.rb +0 -24
  54. data/vendor/webrat/lib/webrat/core/matchers.rb +0 -4
  55. data/vendor/webrat/lib/webrat/core/matchers/have_content.rb +0 -73
  56. data/vendor/webrat/lib/webrat/core/matchers/have_selector.rb +0 -74
  57. data/vendor/webrat/lib/webrat/core/matchers/have_tag.rb +0 -21
  58. data/vendor/webrat/lib/webrat/core/matchers/have_xpath.rb +0 -147
  59. data/vendor/webrat/lib/webrat/core/methods.rb +0 -63
  60. data/vendor/webrat/lib/webrat/core/mime.rb +0 -29
  61. data/vendor/webrat/lib/webrat/core/save_and_open_page.rb +0 -48
  62. data/vendor/webrat/lib/webrat/core/scope.rb +0 -350
  63. data/vendor/webrat/lib/webrat/core/session.rb +0 -299
  64. data/vendor/webrat/lib/webrat/core/xml.rb +0 -115
  65. data/vendor/webrat/lib/webrat/core/xml/hpricot.rb +0 -19
  66. data/vendor/webrat/lib/webrat/core/xml/nokogiri.rb +0 -76
  67. data/vendor/webrat/lib/webrat/core/xml/rexml.rb +0 -24
  68. data/vendor/webrat/lib/webrat/core_extensions/blank.rb +0 -58
  69. data/vendor/webrat/lib/webrat/core_extensions/deprecate.rb +0 -8
  70. data/vendor/webrat/lib/webrat/core_extensions/detect_mapped.rb +0 -12
  71. data/vendor/webrat/lib/webrat/core_extensions/meta_class.rb +0 -6
  72. data/vendor/webrat/lib/webrat/core_extensions/nil_to_param.rb +0 -5
  73. data/vendor/webrat/lib/webrat/core_extensions/tcp_socket.rb +0 -27
  74. data/vendor/webrat/lib/webrat/mechanize.rb +0 -74
  75. data/vendor/webrat/lib/webrat/merb.rb +0 -9
  76. data/vendor/webrat/lib/webrat/merb_multipart_support.rb +0 -27
  77. data/vendor/webrat/lib/webrat/merb_session.rb +0 -82
  78. data/vendor/webrat/lib/webrat/rack.rb +0 -25
  79. data/vendor/webrat/lib/webrat/rails.rb +0 -106
  80. data/vendor/webrat/lib/webrat/rspec-rails.rb +0 -10
  81. data/vendor/webrat/lib/webrat/selenium.rb +0 -81
  82. data/vendor/webrat/lib/webrat/selenium/application_server_factory.rb +0 -40
  83. data/vendor/webrat/lib/webrat/selenium/application_servers.rb +0 -5
  84. data/vendor/webrat/lib/webrat/selenium/application_servers/base.rb +0 -46
  85. data/vendor/webrat/lib/webrat/selenium/application_servers/external.rb +0 -26
  86. data/vendor/webrat/lib/webrat/selenium/application_servers/merb.rb +0 -50
  87. data/vendor/webrat/lib/webrat/selenium/application_servers/rails.rb +0 -44
  88. data/vendor/webrat/lib/webrat/selenium/application_servers/sinatra.rb +0 -37
  89. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/button.js +0 -19
  90. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/label.js +0 -16
  91. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webrat.js +0 -5
  92. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlink.js +0 -12
  93. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratlinkwithin.js +0 -15
  94. data/vendor/webrat/lib/webrat/selenium/location_strategy_javascript/webratselectwithoption.js +0 -5
  95. data/vendor/webrat/lib/webrat/selenium/matchers.rb +0 -4
  96. data/vendor/webrat/lib/webrat/selenium/matchers/have_content.rb +0 -66
  97. data/vendor/webrat/lib/webrat/selenium/matchers/have_selector.rb +0 -49
  98. data/vendor/webrat/lib/webrat/selenium/matchers/have_tag.rb +0 -72
  99. data/vendor/webrat/lib/webrat/selenium/matchers/have_xpath.rb +0 -45
  100. data/vendor/webrat/lib/webrat/selenium/selenium_extensions.js +0 -6
  101. data/vendor/webrat/lib/webrat/selenium/selenium_rc_server.rb +0 -84
  102. data/vendor/webrat/lib/webrat/selenium/selenium_session.rb +0 -248
  103. data/vendor/webrat/lib/webrat/selenium/silence_stream.rb +0 -18
  104. data/vendor/webrat/lib/webrat/sinatra.rb +0 -11
  105. data/vendor/webrat/spec/fakes/test_session.rb +0 -34
  106. data/vendor/webrat/spec/integration/merb/Rakefile +0 -35
  107. data/vendor/webrat/spec/integration/merb/app/controllers/application.rb +0 -2
  108. data/vendor/webrat/spec/integration/merb/app/controllers/exceptions.rb +0 -13
  109. data/vendor/webrat/spec/integration/merb/app/controllers/testing.rb +0 -27
  110. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_acceptable.html.erb +0 -63
  111. data/vendor/webrat/spec/integration/merb/app/views/exceptions/not_found.html.erb +0 -47
  112. data/vendor/webrat/spec/integration/merb/app/views/layout/application.html.erb +0 -12
  113. data/vendor/webrat/spec/integration/merb/app/views/testing/show_form.html.erb +0 -27
  114. data/vendor/webrat/spec/integration/merb/app/views/testing/upload.html.erb +0 -9
  115. data/vendor/webrat/spec/integration/merb/config/environments/development.rb +0 -15
  116. data/vendor/webrat/spec/integration/merb/config/environments/rake.rb +0 -11
  117. data/vendor/webrat/spec/integration/merb/config/environments/test.rb +0 -14
  118. data/vendor/webrat/spec/integration/merb/config/init.rb +0 -25
  119. data/vendor/webrat/spec/integration/merb/config/rack.rb +0 -11
  120. data/vendor/webrat/spec/integration/merb/config/router.rb +0 -34
  121. data/vendor/webrat/spec/integration/merb/spec/spec.opts +0 -1
  122. data/vendor/webrat/spec/integration/merb/spec/spec_helper.rb +0 -24
  123. data/vendor/webrat/spec/integration/merb/spec/webrat_spec.rb +0 -39
  124. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/app_script.rb +0 -31
  125. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/common.rb +0 -64
  126. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/gem_ext.rb +0 -124
  127. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/main.thor +0 -150
  128. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/ops.rb +0 -93
  129. data/vendor/webrat/spec/integration/merb/tasks/merb.thor/utils.rb +0 -40
  130. data/vendor/webrat/spec/integration/rack/Rakefile +0 -5
  131. data/vendor/webrat/spec/integration/rack/app.rb +0 -73
  132. data/vendor/webrat/spec/integration/rack/test/helper.rb +0 -20
  133. data/vendor/webrat/spec/integration/rack/test/webrat_rack_test.rb +0 -62
  134. data/vendor/webrat/spec/integration/rails/Rakefile +0 -30
  135. data/vendor/webrat/spec/integration/rails/app/controllers/application.rb +0 -15
  136. data/vendor/webrat/spec/integration/rails/app/controllers/buttons_controller.rb +0 -7
  137. data/vendor/webrat/spec/integration/rails/app/controllers/fields_controller.rb +0 -4
  138. data/vendor/webrat/spec/integration/rails/app/controllers/links_controller.rb +0 -7
  139. data/vendor/webrat/spec/integration/rails/app/controllers/webrat_controller.rb +0 -43
  140. data/vendor/webrat/spec/integration/rails/app/helpers/buttons_helper.rb +0 -2
  141. data/vendor/webrat/spec/integration/rails/app/helpers/fields_helper.rb +0 -2
  142. data/vendor/webrat/spec/integration/rails/app/helpers/links_helper.rb +0 -2
  143. data/vendor/webrat/spec/integration/rails/app/views/buttons/show.html.erb +0 -11
  144. data/vendor/webrat/spec/integration/rails/app/views/fields/show.html.erb +0 -9
  145. data/vendor/webrat/spec/integration/rails/app/views/links/show.html.erb +0 -5
  146. data/vendor/webrat/spec/integration/rails/app/views/webrat/before_redirect_form.html.erb +0 -4
  147. data/vendor/webrat/spec/integration/rails/app/views/webrat/buttons.html.erb +0 -11
  148. data/vendor/webrat/spec/integration/rails/app/views/webrat/form.html.erb +0 -28
  149. data/vendor/webrat/spec/integration/rails/config/boot.rb +0 -109
  150. data/vendor/webrat/spec/integration/rails/config/environment.rb +0 -12
  151. data/vendor/webrat/spec/integration/rails/config/environments/development.rb +0 -17
  152. data/vendor/webrat/spec/integration/rails/config/environments/selenium.rb +0 -22
  153. data/vendor/webrat/spec/integration/rails/config/environments/test.rb +0 -22
  154. data/vendor/webrat/spec/integration/rails/config/initializers/inflections.rb +0 -10
  155. data/vendor/webrat/spec/integration/rails/config/initializers/mime_types.rb +0 -5
  156. data/vendor/webrat/spec/integration/rails/config/initializers/new_rails_defaults.rb +0 -17
  157. data/vendor/webrat/spec/integration/rails/config/locales/en.yml +0 -5
  158. data/vendor/webrat/spec/integration/rails/config/routes.rb +0 -18
  159. data/vendor/webrat/spec/integration/rails/public/404.html +0 -30
  160. data/vendor/webrat/spec/integration/rails/public/422.html +0 -30
  161. data/vendor/webrat/spec/integration/rails/public/500.html +0 -33
  162. data/vendor/webrat/spec/integration/rails/script/about +0 -4
  163. data/vendor/webrat/spec/integration/rails/script/console +0 -3
  164. data/vendor/webrat/spec/integration/rails/script/dbconsole +0 -3
  165. data/vendor/webrat/spec/integration/rails/script/destroy +0 -3
  166. data/vendor/webrat/spec/integration/rails/script/generate +0 -3
  167. data/vendor/webrat/spec/integration/rails/script/performance/benchmarker +0 -3
  168. data/vendor/webrat/spec/integration/rails/script/performance/profiler +0 -3
  169. data/vendor/webrat/spec/integration/rails/script/performance/request +0 -3
  170. data/vendor/webrat/spec/integration/rails/script/plugin +0 -3
  171. data/vendor/webrat/spec/integration/rails/script/process/inspector +0 -3
  172. data/vendor/webrat/spec/integration/rails/script/process/reaper +0 -3
  173. data/vendor/webrat/spec/integration/rails/script/process/spawner +0 -3
  174. data/vendor/webrat/spec/integration/rails/script/runner +0 -3
  175. data/vendor/webrat/spec/integration/rails/script/server +0 -3
  176. data/vendor/webrat/spec/integration/rails/test/integration/button_click_test.rb +0 -80
  177. data/vendor/webrat/spec/integration/rails/test/integration/fill_in_test.rb +0 -24
  178. data/vendor/webrat/spec/integration/rails/test/integration/link_click_test.rb +0 -27
  179. data/vendor/webrat/spec/integration/rails/test/integration/webrat_test.rb +0 -97
  180. data/vendor/webrat/spec/integration/rails/test/test_helper.rb +0 -25
  181. data/vendor/webrat/spec/integration/sinatra/Rakefile +0 -5
  182. data/vendor/webrat/spec/integration/sinatra/classic_app.rb +0 -64
  183. data/vendor/webrat/spec/integration/sinatra/modular_app.rb +0 -16
  184. data/vendor/webrat/spec/integration/sinatra/test/classic_app_test.rb +0 -37
  185. data/vendor/webrat/spec/integration/sinatra/test/modular_app_test.rb +0 -18
  186. data/vendor/webrat/spec/integration/sinatra/test/test_helper.rb +0 -16
  187. data/vendor/webrat/spec/private/core/configuration_spec.rb +0 -116
  188. data/vendor/webrat/spec/private/core/field_spec.rb +0 -85
  189. data/vendor/webrat/spec/private/core/link_spec.rb +0 -24
  190. data/vendor/webrat/spec/private/core/logging_spec.rb +0 -10
  191. data/vendor/webrat/spec/private/core/session_spec.rb +0 -195
  192. data/vendor/webrat/spec/private/mechanize/mechanize_session_spec.rb +0 -81
  193. data/vendor/webrat/spec/private/merb/attaches_file_spec.rb +0 -93
  194. data/vendor/webrat/spec/private/merb/merb_session_spec.rb +0 -61
  195. data/vendor/webrat/spec/private/nokogiri_spec.rb +0 -77
  196. data/vendor/webrat/spec/private/rails/attaches_file_spec.rb +0 -81
  197. data/vendor/webrat/spec/private/rails/rails_session_spec.rb +0 -112
  198. data/vendor/webrat/spec/private/selenium/application_servers/rails_spec.rb +0 -26
  199. data/vendor/webrat/spec/public/basic_auth_spec.rb +0 -24
  200. data/vendor/webrat/spec/public/check_spec.rb +0 -191
  201. data/vendor/webrat/spec/public/choose_spec.rb +0 -118
  202. data/vendor/webrat/spec/public/click_area_spec.rb +0 -106
  203. data/vendor/webrat/spec/public/click_button_spec.rb +0 -496
  204. data/vendor/webrat/spec/public/click_link_spec.rb +0 -511
  205. data/vendor/webrat/spec/public/fill_in_spec.rb +0 -209
  206. data/vendor/webrat/spec/public/locators/field_by_xpath_spec.rb +0 -19
  207. data/vendor/webrat/spec/public/locators/field_labeled_spec.rb +0 -172
  208. data/vendor/webrat/spec/public/locators/field_with_id_spec.rb +0 -16
  209. data/vendor/webrat/spec/public/matchers/contain_spec.rb +0 -114
  210. data/vendor/webrat/spec/public/matchers/have_selector_spec.rb +0 -142
  211. data/vendor/webrat/spec/public/matchers/have_tag_spec.rb +0 -39
  212. data/vendor/webrat/spec/public/matchers/have_xpath_spec.rb +0 -136
  213. data/vendor/webrat/spec/public/reload_spec.rb +0 -10
  214. data/vendor/webrat/spec/public/save_and_open_spec.rb +0 -70
  215. data/vendor/webrat/spec/public/select_date_spec.rb +0 -112
  216. data/vendor/webrat/spec/public/select_datetime_spec.rb +0 -137
  217. data/vendor/webrat/spec/public/select_spec.rb +0 -249
  218. data/vendor/webrat/spec/public/select_time_spec.rb +0 -100
  219. data/vendor/webrat/spec/public/selenium/application_server_factory_spec.rb +0 -49
  220. data/vendor/webrat/spec/public/selenium/application_servers/external_spec.rb +0 -12
  221. data/vendor/webrat/spec/public/selenium/selenium_session_spec.rb +0 -37
  222. data/vendor/webrat/spec/public/set_hidden_field_spec.rb +0 -5
  223. data/vendor/webrat/spec/public/submit_form_spec.rb +0 -5
  224. data/vendor/webrat/spec/public/visit_spec.rb +0 -58
  225. data/vendor/webrat/spec/public/within_spec.rb +0 -177
  226. data/vendor/webrat/spec/rcov.opts +0 -1
  227. data/vendor/webrat/spec/spec.opts +0 -2
  228. 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.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-06 00:00:00 -08:00
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: bmabey-email_spec
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.0
23
+ version: 0.2.2
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
- name: cucumber
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: 2.2.2
33
+ version: 0.3.5
44
34
  version:
45
35
  - !ruby/object:Gem::Dependency
46
- name: less
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.8.11
43
+ version: 0.4.4
54
44
  version:
55
45
  - !ruby/object:Gem::Dependency
56
- name: javan-whenever
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: 0.3.6
53
+ version: 2.2.14
64
54
  version:
65
55
  - !ruby/object:Gem::Dependency
66
- name: rack
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.0.0
63
+ version: 1.2.17
74
64
  version:
75
65
  - !ruby/object:Gem::Dependency
76
- name: rack-test
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: rspec
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.2.8
83
+ version: 1.0.1
94
84
  version:
95
85
  - !ruby/object:Gem::Dependency
96
- name: shotgun
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: "0.3"
93
+ version: 0.5.3
104
94
  version:
105
95
  - !ruby/object:Gem::Dependency
106
- name: sinatra
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: 0.9.4
103
+ version: 1.2.9
114
104
  version:
115
105
  - !ruby/object:Gem::Dependency
116
- name: winton-active_wrapper
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.9
113
+ version: 0.1.0
124
114
  version:
125
115
  - !ruby/object:Gem::Dependency
126
- name: winton-externals
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: 1.0.2
123
+ version: "0.4"
134
124
  version:
135
125
  - !ruby/object:Gem::Dependency
136
- name: winton-fetcher
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.1.2
133
+ version: 0.9.4
144
134
  version:
145
135
  - !ruby/object:Gem::Dependency
146
- name: winton-secret_key
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.1.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
- - sum.gemspec
242
- - vendor/webrat/History.txt
243
- - vendor/webrat/install.rb
244
- - vendor/webrat/lib/webrat/core/configuration.rb
245
- - vendor/webrat/lib/webrat/core/elements/area.rb
246
- - vendor/webrat/lib/webrat/core/elements/element.rb
247
- - vendor/webrat/lib/webrat/core/elements/field.rb
248
- - vendor/webrat/lib/webrat/core/elements/form.rb
249
- - vendor/webrat/lib/webrat/core/elements/label.rb
250
- - vendor/webrat/lib/webrat/core/elements/link.rb
251
- - vendor/webrat/lib/webrat/core/elements/select_option.rb
252
- - vendor/webrat/lib/webrat/core/locators/area_locator.rb
253
- - vendor/webrat/lib/webrat/core/locators/button_locator.rb
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: []
@@ -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