mlomnicki-quick_start 0.2

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 (2) hide show
  1. data/bin/quick_start +10 -0
  2. metadata +54 -0
data/bin/quick_start ADDED
@@ -0,0 +1,10 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ LIBDIR = File.join( File.dirname(__FILE__), '..', 'lib' )
4
+ require File.join( LIBDIR, 'quick_start' )
5
+
6
+ PROG_PATH = File.join( LIBDIR, 'quick_start', 'quick_start.glade' )
7
+ PROG_NAME = "QuickStart"
8
+ qs = QuickStart::QuickStart2Glade.new(PROG_PATH, nil, PROG_NAME)
9
+ qs.show
10
+ Gtk.main
metadata ADDED
@@ -0,0 +1,54 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mlomnicki-quick_start
3
+ version: !ruby/object:Gem::Version
4
+ version: "0.2"
5
+ platform: ruby
6
+ authors:
7
+ - "Micha\xC5\x82 \xC5\x81omnicki"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2009-09-28 00:00:00 -07:00
13
+ default_executable: quick_start
14
+ dependencies: []
15
+
16
+ description:
17
+ email: michal@lomnicki.com.pl
18
+ executables:
19
+ - quick_start
20
+ extensions: []
21
+
22
+ extra_rdoc_files: []
23
+
24
+ files: []
25
+
26
+ has_rdoc: false
27
+ homepage:
28
+ licenses:
29
+ post_install_message:
30
+ rdoc_options: []
31
+
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: "0"
39
+ version:
40
+ required_rubygems_version: !ruby/object:Gem::Requirement
41
+ requirements:
42
+ - - ">="
43
+ - !ruby/object:Gem::Version
44
+ version: "0"
45
+ version:
46
+ requirements: []
47
+
48
+ rubyforge_project:
49
+ rubygems_version: 1.3.5
50
+ signing_key:
51
+ specification_version: 2
52
+ summary: Simple tool which runs chosen program on startup
53
+ test_files: []
54
+