ruby_do 0.0.3 → 0.0.4
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/VERSION +1 -1
- data/include/plugin.rb +1 -1
- data/ruby_do.gemspec +2 -2
- metadata +3 -3
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/include/plugin.rb
CHANGED
|
@@ -185,7 +185,7 @@ class Ruby_do::Plugin
|
|
|
185
185
|
|
|
186
186
|
def icon_pixbuf!
|
|
187
187
|
if @args[:icon]
|
|
188
|
-
if File.exists?(@args[:icon])
|
|
188
|
+
if File.exists?(@args[:icon]) and !File.directory?(@args[:icon])
|
|
189
189
|
return Gdk::Pixbuf.new(@args[:icon])
|
|
190
190
|
else
|
|
191
191
|
$stderr.puts "Icon does not exist: '#{@args[:icon]}'."
|
data/ruby_do.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{ruby_do}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Kasper Johansen"]
|
|
12
|
-
s.date = %q{2012-07-
|
|
12
|
+
s.date = %q{2012-07-13}
|
|
13
13
|
s.default_executable = %q{ruby_do.rb}
|
|
14
14
|
s.description = %q{A clone of Gnome-Do and Kupfer written in Ruby.}
|
|
15
15
|
s.email = %q{k@spernj.org}
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: ruby_do
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.4
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Kasper Johansen
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-07-
|
|
13
|
+
date: 2012-07-13 00:00:00 +02:00
|
|
14
14
|
default_executable: ruby_do.rb
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -172,7 +172,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
172
172
|
requirements:
|
|
173
173
|
- - ">="
|
|
174
174
|
- !ruby/object:Gem::Version
|
|
175
|
-
hash: -
|
|
175
|
+
hash: -1711716551710382498
|
|
176
176
|
segments:
|
|
177
177
|
- 0
|
|
178
178
|
version: "0"
|