sikulinewrc 0.0.1 → 0.0.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.
data/lib/sikulirc/version.rb
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|
|
9
9
|
gem.email = ["davidwangm@hotmail.com"]
|
|
10
10
|
gem.description = %q{Allows you to call sikuli remote server.}
|
|
11
11
|
gem.summary = %q{Ruby wrapped for sikuli remote server client api}
|
|
12
|
-
gem.homepage = "http://github.com/powerkx/
|
|
12
|
+
gem.homepage = "http://github.com/powerkx/sikulirc"
|
|
13
13
|
|
|
14
14
|
gem.files = FileList['lib/**/*', 'bin/*', '[A-Z]*', 'test/**/*'].to_a
|
|
15
15
|
gem.name = "sikulinewrc"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sikulinewrc
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -35,8 +35,8 @@ files:
|
|
|
35
35
|
- LICENSE
|
|
36
36
|
- Rakefile
|
|
37
37
|
- README.md
|
|
38
|
-
-
|
|
39
|
-
homepage: http://github.com/powerkx/
|
|
38
|
+
- sikulirc.gemspec
|
|
39
|
+
homepage: http://github.com/powerkx/sikulirc
|
|
40
40
|
licenses: []
|
|
41
41
|
post_install_message:
|
|
42
42
|
rdoc_options: []
|