mlomnicki-quick_start 0.2.2 → 0.2.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.
- data/README.rdoc +1 -1
- metadata +2 -2
data/README.rdoc
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
= QuickStart: Simple tool which runs chosen
|
|
1
|
+
= QuickStart: Simple tool which runs chosen programs on startup
|
|
2
2
|
|
|
3
3
|
It's best to use QuickStart with GNOME as it's build with GTK. After GNOME startup QuickStart window is shown,
|
|
4
4
|
where one can choose set of applications started by one-click. Currently set of application is hardcoded as consists of
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mlomnicki-quick_start
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "Micha\xC5\x82 \xC5\x81omnicki"
|
|
@@ -54,6 +54,6 @@ rubyforge_project:
|
|
|
54
54
|
rubygems_version: 1.3.5
|
|
55
55
|
signing_key:
|
|
56
56
|
specification_version: 2
|
|
57
|
-
summary: Simple tool which runs chosen
|
|
57
|
+
summary: Simple tool which runs chosen programs on startup
|
|
58
58
|
test_files: []
|
|
59
59
|
|