automation_object 0.8.2 → 0.8.3
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 +4 -4
- data/lib/automation_object/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 655797872ca4c6a521ba1bff9622edbf4a912c42
|
|
4
|
+
data.tar.gz: b549fe10ea4fa69535f63a736290a0a266ea0096
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c1717137e132a44381c84bf900d7d4447cecc1bfff3a125fc74b0b111b794b328f392997c6f1dc3c34d78c8aaf4382733f7d622a611c6c341ab501fa1a2cd18
|
|
7
|
+
data.tar.gz: a4fd712007ac85679e64ffaaca374174f32328ae7eff3547a70f0e3b01ea53511b4496e5d446232ba62b0ba8c85f1df8728248e1b72e20cae9ba75bbadede0d5
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: automation_object
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Blatter
|
|
@@ -324,7 +324,7 @@ description: |-
|
|
|
324
324
|
By creating YAML configurations that represents your website/app, the DSL framework in turn will reflect your configuration
|
|
325
325
|
and allow you to control the automation through the DSL framework. Using this gem can help remove tedious tasks that are often
|
|
326
326
|
repeated throughout code and help improve the scalability of code by mapping UI in YAML configuration files.
|
|
327
|
-
email:
|
|
327
|
+
email: automation_object@blatter.me
|
|
328
328
|
executables: []
|
|
329
329
|
extensions: []
|
|
330
330
|
extra_rdoc_files: []
|