qfunction 0.0.2 → 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.
Files changed (5) hide show
  1. data/Manifest +1 -0
  2. data/Rakefile +1 -1
  3. data/lib/qstart.rb +16 -0
  4. data/qfunction.gemspec +3 -3
  5. metadata +4 -2
data/Manifest CHANGED
@@ -4,4 +4,5 @@ lib/function/assertions.rb
4
4
  lib/function/javascriptPopup.rb
5
5
  lib/function/sfunction.rb
6
6
  lib/qfunction.rb
7
+ lib/qstart.rb
7
8
  Manifest
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('qfunction', '0.0.2') do |p|
5
+ Echoe.new('qfunction', '0.0.3') do |p|
6
6
  p.description = "Funciton"
7
7
  p.author = "QuangMV, Cyworld Vietnam, 5th Floor, 447 Lac Long Quan Street, Tay Ho Dist, Hanoi, Vietnam"
8
8
  p.email = "quangnnt@gmail.com"
data/lib/qstart.rb ADDED
@@ -0,0 +1,16 @@
1
+ require 'test/unit'
2
+ require 'rubygems'
3
+ require 'firewatir'
4
+ require 'cgi'
5
+ require 'win32ole'
6
+
7
+ require "function/HTMLElement"
8
+ require "function/assertions"
9
+ require "function/sfunction"
10
+
11
+ Watir::Browser.default = 'firefox'
12
+
13
+ def startBrowser
14
+ $ff = Watir::Browser.new
15
+ $timeout = 10
16
+ end
data/qfunction.gemspec CHANGED
@@ -2,15 +2,15 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{qfunction}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["QuangMV, Cyworld Vietnam, 5th Floor, 447 Lac Long Quan Street, Tay Ho Dist, Hanoi, Vietnam"]
9
9
  s.date = %q{2010-09-13}
10
10
  s.description = %q{Funciton}
11
11
  s.email = %q{quangnnt@gmail.com}
12
- s.extra_rdoc_files = ["lib/function/HTMLElement.rb", "lib/function/assertions.rb", "lib/function/javascriptPopup.rb", "lib/function/sfunction.rb", "lib/qfunction.rb"]
13
- s.files = ["Rakefile", "lib/function/HTMLElement.rb", "lib/function/assertions.rb", "lib/function/javascriptPopup.rb", "lib/function/sfunction.rb", "lib/qfunction.rb", "Manifest", "qfunction.gemspec"]
12
+ s.extra_rdoc_files = ["lib/function/HTMLElement.rb", "lib/function/assertions.rb", "lib/function/javascriptPopup.rb", "lib/function/sfunction.rb", "lib/qfunction.rb", "lib/qstart.rb"]
13
+ s.files = ["Rakefile", "lib/function/HTMLElement.rb", "lib/function/assertions.rb", "lib/function/javascriptPopup.rb", "lib/function/sfunction.rb", "lib/qfunction.rb", "lib/qstart.rb", "Manifest", "qfunction.gemspec"]
14
14
  s.homepage = %q{}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Qfunction"]
16
16
  s.require_paths = ["lib"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - QuangMV, Cyworld Vietnam, 5th Floor, 447 Lac Long Quan Street, Tay Ho Dist, Hanoi, Vietnam
@@ -30,6 +30,7 @@ extra_rdoc_files:
30
30
  - lib/function/javascriptPopup.rb
31
31
  - lib/function/sfunction.rb
32
32
  - lib/qfunction.rb
33
+ - lib/qstart.rb
33
34
  files:
34
35
  - Rakefile
35
36
  - lib/function/HTMLElement.rb
@@ -37,6 +38,7 @@ files:
37
38
  - lib/function/javascriptPopup.rb
38
39
  - lib/function/sfunction.rb
39
40
  - lib/qfunction.rb
41
+ - lib/qstart.rb
40
42
  - Manifest
41
43
  - qfunction.gemspec
42
44
  has_rdoc: true