automation_object 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 948c2e3cbdbda291e87ce5d000bad8871ffd9e03
4
- data.tar.gz: f2bb2fed5cce0206a3380adf874f96ee07091241
3
+ metadata.gz: 655797872ca4c6a521ba1bff9622edbf4a912c42
4
+ data.tar.gz: b549fe10ea4fa69535f63a736290a0a266ea0096
5
5
  SHA512:
6
- metadata.gz: 9ef1f75d16980edba5bccd0324a633b4d55961f3d2a30727dec03c241ce399686f7f61db23448fd61bfd45ebf6b78415b05452c1aa1f1822fae4870909fec191
7
- data.tar.gz: 06a21cd5eac5ccc6855c055ab78affb5315d0e3aa721d076c347e68c13ca6bfdcc16e9b000a3131ee45e85448efc6260ac29d7325e27b3b8c92b36ea3937e3a2
6
+ metadata.gz: 4c1717137e132a44381c84bf900d7d4447cecc1bfff3a125fc74b0b111b794b328f392997c6f1dc3c34d78c8aaf4382733f7d622a611c6c341ab501fa1a2cd18
7
+ data.tar.gz: a4fd712007ac85679e64ffaaca374174f32328ae7eff3547a70f0e3b01ea53511b4496e5d446232ba62b0ba8c85f1df8728248e1b72e20cae9ba75bbadede0d5
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AutomationObject
4
- VERSION = '0.8.2'
4
+ VERSION = '0.8.3'
5
5
  end
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.2
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: []