ruby-macrodroid 0.9.9 → 0.9.14
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/lib/ruby-macrodroid.rb +50 -33
- data/lib/ruby-macrodroid/actions.rb +160 -59
- data/lib/ruby-macrodroid/actionsnlp.rb +252 -0
- data/lib/ruby-macrodroid/base.rb +11 -6
- data/lib/ruby-macrodroid/constraintsnlp.rb +75 -0
- data/lib/ruby-macrodroid/macro.rb +26 -473
- data/lib/ruby-macrodroid/triggers.rb +160 -18
- data/lib/ruby-macrodroid/triggersnlp.rb +219 -0
- metadata +5 -2
- metadata.gz.sig +0 -0
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-macrodroid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- James Robertson
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
NZ2kdBIUDnAM24e0/wXdVxg4HnsZbdymxyzMQ4P5pKYcpI6oisBxI37p/Xy+wAg3
|
36
36
|
SBHno3GEuuD8ZWj24IMJpfbp
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2020-10-
|
38
|
+
date: 2020-10-21 00:00:00.000000000 Z
|
39
39
|
dependencies:
|
40
40
|
- !ruby/object:Gem::Dependency
|
41
41
|
name: glw
|
@@ -185,10 +185,13 @@ extra_rdoc_files: []
|
|
185
185
|
files:
|
186
186
|
- lib/ruby-macrodroid.rb
|
187
187
|
- lib/ruby-macrodroid/actions.rb
|
188
|
+
- lib/ruby-macrodroid/actionsnlp.rb
|
188
189
|
- lib/ruby-macrodroid/base.rb
|
189
190
|
- lib/ruby-macrodroid/constraints.rb
|
191
|
+
- lib/ruby-macrodroid/constraintsnlp.rb
|
190
192
|
- lib/ruby-macrodroid/macro.rb
|
191
193
|
- lib/ruby-macrodroid/triggers.rb
|
194
|
+
- lib/ruby-macrodroid/triggersnlp.rb
|
192
195
|
homepage: https://github.com/jrobertson/ruby-macrodroid
|
193
196
|
licenses:
|
194
197
|
- MIT
|
metadata.gz.sig
CHANGED
Binary file
|