honey-do 0.6.0 → 0.6.1
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/Rakefile +2 -2
- metadata +1 -3
- data/bin/init_selenium_proxy.bat +0 -2
- data/bin/killableprocess.exe +0 -0
data/Rakefile
CHANGED
@@ -47,7 +47,7 @@ end
|
|
47
47
|
|
48
48
|
spec = Gem::Specification.new do |s|
|
49
49
|
s.name = 'honey-do'
|
50
|
-
s.version = '0.6.
|
50
|
+
s.version = '0.6.1'
|
51
51
|
s.rubyforge_project = s.name
|
52
52
|
|
53
53
|
s.platform = Gem::Platform::RUBY
|
@@ -64,7 +64,7 @@ spec = Gem::Specification.new do |s|
|
|
64
64
|
s.required_ruby_version = '>= 1.8.2'
|
65
65
|
|
66
66
|
s.files = %w(COPYING README Rakefile) +
|
67
|
-
FileList["lib/*.rb", "test/*.rb", "demo/**/*", "functional_testcase/*.rb", "bin
|
67
|
+
FileList["lib/*.rb", "test/*.rb", "demo/**/*", "functional_testcase/*.rb", "bin/start*"].to_a
|
68
68
|
|
69
69
|
s.require_path = "lib"
|
70
70
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: honey-do
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim Camper
|
@@ -75,8 +75,6 @@ files:
|
|
75
75
|
- demo/page/everything.js
|
76
76
|
- demo/webrick-servlet.rb
|
77
77
|
- functional_testcase/functional_testcase.rb
|
78
|
-
- bin/init_selenium_proxy.bat
|
79
|
-
- bin/killableprocess.exe
|
80
78
|
- bin/start_selenium_proxy.bat
|
81
79
|
- bin/start_selenium_proxy.sh
|
82
80
|
- js/user-extensions.js
|
data/bin/init_selenium_proxy.bat
DELETED
data/bin/killableprocess.exe
DELETED
Binary file
|