qfunction 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'qfunction'
15
- s.version = '0.1.0'
15
+ s.version = '0.1.1'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Nice Function'
@@ -1,5 +1,6 @@
1
1
  #B: HTML
2
- module Qh
2
+ module Qh
3
+ include Test::Unit::Assertions
3
4
  #Goto url
4
5
  def goto(url)
5
6
  $ff.goto(url)
@@ -1,6 +1,7 @@
1
1
  #E: Assert
2
2
  #Assertion text in page
3
3
  module Qa
4
+ include Test::Unit::Assertions
4
5
  def assertText(text,waittime = $timeout) #0.0.6
5
6
  i = 0
6
7
  while !$ff.contains_text(text) do
@@ -1,4 +1,5 @@
1
- module Qs
1
+ module Qs
2
+ include Test::Unit::Assertions
2
3
  def decoder(n)
3
4
  str = [" ","!","\"","#","$","%","&","'","(",")","*","+",",","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";",
4
5
  "<","=",">","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z",
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - QuangMV, Cyworld VietNam, 5th Floor, 447 Lac Long Quan Street, Tay Ho Dist, Ha Noi, VietNam