twtail 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/Rakefile +3 -3
- data/VERSION +1 -1
- data/twtail.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
@@ -23,8 +23,8 @@ begin
|
|
23
23
|
gem.email = "caffeine@gmail.com"
|
24
24
|
gem.homepage = "http://github.com/caffo/twtail"
|
25
25
|
gem.authors = ["rodrigo franco (caffo)"]
|
26
|
-
gem.
|
27
|
-
gem.
|
26
|
+
gem.add_dependency "htmlentities", ">= 4.2.1"
|
27
|
+
gem.add_dependency "simple-rss", ">= 1.2.2"
|
28
28
|
end
|
29
29
|
Jeweler::GemcutterTasks.new
|
30
30
|
rescue LoadError
|
@@ -75,4 +75,4 @@ end
|
|
75
75
|
task :default do
|
76
76
|
puts "\nAvailable tasks: #{Rake.application.tasks.to_a.join(', ')}"
|
77
77
|
puts "Use rake -T for more info.\n\n"
|
78
|
-
end
|
78
|
+
end
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.3
|
data/twtail.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{twtail}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["rodrigo franco (caffo)"]
|
@@ -43,8 +43,8 @@ Gem::Specification.new do |s|
|
|
43
43
|
s.specification_version = 3
|
44
44
|
|
45
45
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
46
|
-
s.
|
47
|
-
s.
|
46
|
+
s.add_runtime_dependency(%q<htmlentities>, [">= 4.2.1"])
|
47
|
+
s.add_runtime_dependency(%q<simple-rss>, [">= 1.2.2"])
|
48
48
|
else
|
49
49
|
s.add_dependency(%q<htmlentities>, [">= 4.2.1"])
|
50
50
|
s.add_dependency(%q<simple-rss>, [">= 1.2.2"])
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: twtail
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
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
13
|
- rodrigo franco (caffo)
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
- 2
|
33
33
|
- 1
|
34
34
|
version: 4.2.1
|
35
|
-
type: :
|
35
|
+
type: :runtime
|
36
36
|
version_requirements: *id001
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: simple-rss
|
@@ -48,7 +48,7 @@ dependencies:
|
|
48
48
|
- 2
|
49
49
|
- 2
|
50
50
|
version: 1.2.2
|
51
|
-
type: :
|
51
|
+
type: :runtime
|
52
52
|
version_requirements: *id002
|
53
53
|
description: twitter tail based on search.twitter.com - works perfectly with crappy internet connections usually available at tech conferences
|
54
54
|
email: caffeine@gmail.com
|