ruby-libappindicator 0.1.2 → 0.1.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/CHANGELOG +3 -1
- data/Rakefile +1 -1
- data/ruby-libappindicator.gemspec +2 -2
- metadata +4 -4
data/CHANGELOG
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
v0.1.
|
|
1
|
+
v0.1.3. Add romario333 (on github) in list of authors
|
|
2
|
+
|
|
3
|
+
v0.1.2. Replace deprecated functions for use with recent rubygems
|
|
2
4
|
|
|
3
5
|
v0.1.1. Add runtime dependency on gtk2, load it automatically, change the .so file name
|
|
4
6
|
|
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require 'echoe'
|
|
|
5
5
|
Echoe.new('ruby-libappindicator') do |p|
|
|
6
6
|
p.summary = "Ruby bindings for libappindicator"
|
|
7
7
|
p.url = "http://github.com/leander256/ruby-libappindicator"
|
|
8
|
-
p.author = "Thomas Kister"
|
|
8
|
+
p.author = [ "Thomas Kister" , "romario333" ]
|
|
9
9
|
p.email = "leander256@gmail.com"
|
|
10
10
|
p.runtime_dependencies = ["gtk2"]
|
|
11
11
|
p.development_dependencies = ["pkg-config", "gtk2"]
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{ruby-libappindicator}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.3"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
|
|
8
|
-
s.authors = [%q{Thomas Kister}]
|
|
8
|
+
s.authors = [%q{Thomas Kister, romario333}]
|
|
9
9
|
s.date = %q{2011-08-24}
|
|
10
10
|
s.description = %q{Ruby bindings for libappindicator}
|
|
11
11
|
s.email = %q{leander256@gmail.com}
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-libappindicator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 29
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.1.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
|
-
- Thomas Kister
|
|
13
|
+
- Thomas Kister, romario333
|
|
14
14
|
autorequire:
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|