stoppie 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/stoppie.rb +9 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: bfa57f83b569ea5da57b05ba578ef03817c10964
4
+ data.tar.gz: 14e46d6bf731dc49697754a6a71f5a5588f292d2
5
+ SHA512:
6
+ metadata.gz: c60060c77e36ca1103d1a9c1932630b847753e594e1cef28d1a318da96f5eb6bc58a7829981674b25f165f46ec66a53b8d6e64fe8318e541b385dc0f3768b155
7
+ data.tar.gz: 50f5bf445ac85ede2d7781b9227df423287c55b6b65609e35e1a4facd60179952f6f19504f086eeb8a264bb60308d5b5b4d0498db5cae185084029aa3cdbb79f
data/lib/stoppie.rb ADDED
@@ -0,0 +1,9 @@
1
+ require 'win32ole'
2
+
3
+ class Stoppie
4
+ def self.stop
5
+ sc=WIN32OLE.new("ScriptControl")
6
+ sc.language="VBScript"
7
+ sc.eval(%Q! MsgBox ("Your Work is Resumed", vbOKOnly Or vbExclamation, "Stoppie") !)
8
+ end
9
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: stoppie
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - titesjemson
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-19 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Stoppie is a gem which is used to pause the test script
14
+ email: jemsontites@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/stoppie.rb
20
+ homepage: https://rubygems.org/profiles/Titesjemson
21
+ licenses:
22
+ - N/A
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.1.9
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Stoppie!
44
+ test_files: []