RubyApp 0.0.24 → 0.0.25
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/lib/ruby_app/element.rb +2 -2
- data/lib/ruby_app/version.rb +1 -1
- metadata +3 -3
data/Gemfile.lock
CHANGED
data/lib/ruby_app/element.rb
CHANGED
@@ -66,11 +66,11 @@ module RubyApp
|
|
66
66
|
end
|
67
67
|
|
68
68
|
def add_class(selector, _class)
|
69
|
-
execute("RubyApp.
|
69
|
+
execute("RubyApp.addClass(#{selector.to_json}, #{_class.to_json});")
|
70
70
|
end
|
71
71
|
|
72
72
|
def remove_class(selector, _class)
|
73
|
-
execute("RubyApp.
|
73
|
+
execute("RubyApp.removeClass(#{selector.to_json}, #{_class.to_json});")
|
74
74
|
end
|
75
75
|
|
76
76
|
def update_text(selector, value)
|
data/lib/ruby_app/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: RubyApp
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 45
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 25
|
10
|
+
version: 0.0.25
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Frank G. Ficnar
|