watir_pump 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 825e0f544c5d9359dc7d582330d6778c1ff643c7
4
- data.tar.gz: 3ffb4f6c5084f2fbe28ac99137c628abd4866817
3
+ metadata.gz: 8b35528786a7594498534888276d4b16b94696c5
4
+ data.tar.gz: 6976ae9ccda975a1d85aae48a866ffa2fbed4b3a
5
5
  SHA512:
6
- metadata.gz: 5b3628fb10dac751866eef5ae29f26b2580c8715a29ab89ace6ae0497693bfbf8ca9c396e8217e997e3ed7217fe45adbe448df354b7541f51dde1d4c6caa9938
7
- data.tar.gz: 2479f5aea9ebcf75751f3a6cf1e07b3a6c96228a87a3eded35cdd525d55640bd8bb70fd28c5811f088c88e095a249806f411bd344ccd6b82e28c3f5181a6fb2e
6
+ metadata.gz: 5aa5e3cf1392ceced31521c95301ed99e9fdfdd3cf283f9a33b9959102f7caaabf2b19206a2467312edbcc949beff179635e695ee9d8af664d3f91817906d87c
7
+ data.tar.gz: dee32b914c4c36fef6f2a6340abf66d9ba61e69e76bf6390eb726bfc47d3f5f02b9905113097f729f2d902ad44272788cc7bd54b970ea72663b2f128eb3764b2
@@ -115,8 +115,6 @@ module WatirPump
115
115
  inses: Watir::ModCollection,
116
116
  kbd: Watir::HTMLElement,
117
117
  kbds: Watir::HTMLElementCollection,
118
- keygen: Watir::Keygen,
119
- keygens: Watir::KeygenCollection,
120
118
  label: Watir::Label,
121
119
  labels: Watir::LabelCollection,
122
120
  legend: Watir::Legend,
@@ -131,10 +129,6 @@ module WatirPump
131
129
  maps: Watir::MapCollection,
132
130
  mark: Watir::HTMLElement,
133
131
  marks: Watir::HTMLElementCollection,
134
- menu: Watir::Menu,
135
- menus: Watir::MenuCollection,
136
- menuitem: Watir::MenuItem,
137
- menuitems: Watir::MenuItemCollection,
138
132
  meta: Watir::Meta,
139
133
  metas: Watir::MetaCollection,
140
134
  meter: Watir::Meter,
@@ -239,8 +233,6 @@ module WatirPump
239
233
  # SVG
240
234
  circle: Watir::Circle,
241
235
  circles: Watir::CircleCollection,
242
- cursor: Watir::Cursor,
243
- cursors: Watir::CursorCollection,
244
236
  defs: Watir::Defs,
245
237
  defss: Watir::DefsCollection,
246
238
  desc: Watir::Desc,
@@ -251,22 +243,12 @@ module WatirPump
251
243
  foreign_objects: Watir::ForeignObjectCollection,
252
244
  g: Watir::G,
253
245
  gs: Watir::GCollection,
254
- hatchpath: Watir::Hatchpath,
255
- hatchpaths: Watir::HatchpathCollection,
256
246
  line: Watir::Line,
257
247
  lines: Watir::LineCollection,
258
248
  linear_gradient: Watir::LinearGradient,
259
249
  linear_gradients: Watir::LinearGradientCollection,
260
250
  marker: Watir::Marker,
261
251
  markers: Watir::MarkerCollection,
262
- mesh: Watir::Mesh,
263
- meshes: Watir::MeshCollection,
264
- meshgradient: Watir::MeshGradient,
265
- meshgradients: Watir::MeshGradientCollection,
266
- meshpatch: Watir::Meshpatch,
267
- meshpatches: Watir::MeshpatchCollection,
268
- meshrow: Watir::Meshrow,
269
- meshrows: Watir::MeshrowCollection,
270
252
  metadata: Watir::Metadata,
271
253
  metadatas: Watir::MetadataCollection,
272
254
  path: Watir::Path,
@@ -281,8 +263,6 @@ module WatirPump
281
263
  radial_gradients: Watir::RadialGradientCollection,
282
264
  rect: Watir::Rect,
283
265
  rects: Watir::RectCollection,
284
- solidcolor: Watir::Solidcolor,
285
- solidcolors: Watir::SolidcolorCollection,
286
266
  stop: Watir::Stop,
287
267
  stops: Watir::StopCollection,
288
268
  svg: Watir::SVG,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: watir_pump
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5
4
+ version: 0.4.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartek Wilczek