Robottler 0.0.0
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 +7 -0
- data/lib/robottler.rb +6 -0
- metadata +45 -0
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: 29f0d7275d638112588456b29f2cea248b825ad5
|
|
4
|
+
data.tar.gz: 08a3bc174dc0fe6102e68a0f7db791f4105a2953
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: b8e66e5fa458cc4e7eda9527343dd33b74ebafc7e9d5659e2e25bdc4fc5a2538e333487dbb76083d84dff3d8014623c66be79cb9c2cd628ce55817e4cea6db99
|
|
7
|
+
data.tar.gz: d3bcc794fb7b325dee945dae0fcdadd2a7f7e15f5189be0def44087f35e4b1306392f77215ab6c2c9f9ea1619a8133d05a4bd911f1e08ef762f3008e316dbc58
|
data/lib/robottler.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: Robottler
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 0.0.0
|
|
5
|
+
platform: ruby
|
|
6
|
+
authors:
|
|
7
|
+
- tosa
|
|
8
|
+
autorequire:
|
|
9
|
+
bindir: bin
|
|
10
|
+
cert_chain: []
|
|
11
|
+
date: 2013-12-22 00:00:00.000000000 Z
|
|
12
|
+
dependencies: []
|
|
13
|
+
description: Simple gem to generate ui tests for you app by looking at your manifest.
|
|
14
|
+
Default tests will be espresso tests with spoon integration for taking screenshots.
|
|
15
|
+
email: tosa.info@gmail.com
|
|
16
|
+
executables: []
|
|
17
|
+
extensions: []
|
|
18
|
+
extra_rdoc_files: []
|
|
19
|
+
files:
|
|
20
|
+
- lib/robottler.rb
|
|
21
|
+
homepage: https://github.com/tobibo/robottler
|
|
22
|
+
licenses:
|
|
23
|
+
- MIT
|
|
24
|
+
metadata: {}
|
|
25
|
+
post_install_message:
|
|
26
|
+
rdoc_options: []
|
|
27
|
+
require_paths:
|
|
28
|
+
- lib
|
|
29
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - '>='
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: '0'
|
|
34
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
35
|
+
requirements:
|
|
36
|
+
- - '>='
|
|
37
|
+
- !ruby/object:Gem::Version
|
|
38
|
+
version: '0'
|
|
39
|
+
requirements: []
|
|
40
|
+
rubyforge_project:
|
|
41
|
+
rubygems_version: 2.0.0.rc.2
|
|
42
|
+
signing_key:
|
|
43
|
+
specification_version: 4
|
|
44
|
+
summary: Simple gem to generate ui tests for you app by looking at your manifest.
|
|
45
|
+
test_files: []
|