RubyApp 0.0.24 → 0.0.25

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.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- RubyApp (0.0.24)
4
+ RubyApp (0.0.25)
5
5
  BlueCloth
6
6
  chronic
7
7
  chronic_duration
@@ -66,11 +66,11 @@ module RubyApp
66
66
  end
67
67
 
68
68
  def add_class(selector, _class)
69
- execute("RubyApp.add_class(#{selector.to_json}, #{_class.to_json});")
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.remove_class(#{selector.to_json}, #{_class.to_json});")
73
+ execute("RubyApp.removeClass(#{selector.to_json}, #{_class.to_json});")
74
74
  end
75
75
 
76
76
  def update_text(selector, value)
@@ -1,4 +1,4 @@
1
1
  module RubyApp
2
- VERSION = "0.0.24"
2
+ VERSION = "0.0.25"
3
3
  ROOT = File.expand_path(File.dirname(__FILE__))
4
4
  end
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: 47
4
+ hash: 45
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 24
10
- version: 0.0.24
9
+ - 25
10
+ version: 0.0.25
11
11
  platform: ruby
12
12
  authors:
13
13
  - Frank G. Ficnar