themactep-fliewr 2.0.0 → 2.0.1
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 +3 -9
- data/Rakefile +1 -2
- data/VERSION +1 -1
- data/fliewr.gemspec +8 -5
- metadata +13 -3
data/README
CHANGED
|
@@ -23,17 +23,11 @@
|
|
|
23
23
|
from Ruby-GNOME2 Project
|
|
24
24
|
http://ruby-gnome2.sourceforge.jp/
|
|
25
25
|
|
|
26
|
-
* Ruby
|
|
26
|
+
* LibXml Ruby
|
|
27
27
|
http://libxml.rubyforge.org/
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
$ sudo emerge -uva \
|
|
32
|
-
dev-lang/ruby \
|
|
33
|
-
dev-ruby/ruby-gconf2 \
|
|
34
|
-
dev-ruby/ruby-gtk2 \
|
|
35
|
-
dev-ruby/ruby-gtkmozembed \
|
|
36
|
-
dev-ruby/libxml
|
|
29
|
+
* REST Client
|
|
30
|
+
http://github.com/adamwiggins/rest-client/
|
|
37
31
|
|
|
38
32
|
|
|
39
33
|
=== Installation ===
|
data/Rakefile
CHANGED
|
@@ -10,9 +10,8 @@ begin
|
|
|
10
10
|
gemspec.description = "fliewr is a GNOME application to watch updates from Flickr contacts."
|
|
11
11
|
gemspec.email = "themactep@gmail.com"
|
|
12
12
|
gemspec.homepage = "http://github.com/themactep/fliewr"
|
|
13
|
-
gemspec.description = "TODO"
|
|
14
13
|
gemspec.authors = ["Paul Philippov"]
|
|
15
|
-
gemspec.add_dependency "libxml"
|
|
14
|
+
gemspec.add_dependency "libxml-ruby"
|
|
16
15
|
gemspec.add_dependency "rest-client"
|
|
17
16
|
end
|
|
18
17
|
rescue LoadError
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.0.
|
|
1
|
+
2.0.1
|
data/fliewr.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fliewr}
|
|
8
|
-
s.version = "2.0.
|
|
8
|
+
s.version = "2.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Paul Philippov"]
|
|
12
12
|
s.date = %q{2009-08-22}
|
|
13
13
|
s.default_executable = %q{fliewr}
|
|
14
|
-
s.description = %q{
|
|
14
|
+
s.description = %q{fliewr is a GNOME application to watch updates from Flickr contacts.}
|
|
15
15
|
s.email = %q{themactep@gmail.com}
|
|
16
16
|
s.executables = ["fliewr"]
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -50,11 +50,14 @@ Gem::Specification.new do |s|
|
|
|
50
50
|
s.specification_version = 3
|
|
51
51
|
|
|
52
52
|
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
53
|
-
s.add_runtime_dependency(%q<libxml>, [">= 0"])
|
|
53
|
+
s.add_runtime_dependency(%q<libxml-ruby>, [">= 0"])
|
|
54
|
+
s.add_runtime_dependency(%q<rest-client>, [">= 0"])
|
|
54
55
|
else
|
|
55
|
-
s.add_dependency(%q<libxml>, [">= 0"])
|
|
56
|
+
s.add_dependency(%q<libxml-ruby>, [">= 0"])
|
|
57
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
|
56
58
|
end
|
|
57
59
|
else
|
|
58
|
-
s.add_dependency(%q<libxml>, [">= 0"])
|
|
60
|
+
s.add_dependency(%q<libxml-ruby>, [">= 0"])
|
|
61
|
+
s.add_dependency(%q<rest-client>, [">= 0"])
|
|
59
62
|
end
|
|
60
63
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: themactep-fliewr
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Philippov
|
|
@@ -13,7 +13,7 @@ date: 2009-08-22 00:00:00 -07:00
|
|
|
13
13
|
default_executable: fliewr
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
|
-
name: libxml
|
|
16
|
+
name: libxml-ruby
|
|
17
17
|
type: :runtime
|
|
18
18
|
version_requirement:
|
|
19
19
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -22,7 +22,17 @@ dependencies:
|
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
23
|
version: "0"
|
|
24
24
|
version:
|
|
25
|
-
|
|
25
|
+
- !ruby/object:Gem::Dependency
|
|
26
|
+
name: rest-client
|
|
27
|
+
type: :runtime
|
|
28
|
+
version_requirement:
|
|
29
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
30
|
+
requirements:
|
|
31
|
+
- - ">="
|
|
32
|
+
- !ruby/object:Gem::Version
|
|
33
|
+
version: "0"
|
|
34
|
+
version:
|
|
35
|
+
description: fliewr is a GNOME application to watch updates from Flickr contacts.
|
|
26
36
|
email: themactep@gmail.com
|
|
27
37
|
executables:
|
|
28
38
|
- fliewr
|