forked from jugyo/earthquake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
earthquake.gemspec
101 lines (96 loc) · 3.47 KB
/
earthquake.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{earthquake}
s.version = "0.7.4"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jugyo"]
s.date = %q{2011-06-18}
s.default_executable = %q{earthquake}
s.description = %q{Twitter Client on Terminal with Twitter Streaming API.}
s.email = %q{jugyo.org@gmail.com}
s.executables = ["earthquake"]
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"bin/earthquake",
"earthquake.gemspec",
"lib/earthquake.rb",
"lib/earthquake/cache.rb",
"lib/earthquake/commands.rb",
"lib/earthquake/core.rb",
"lib/earthquake/ext.rb",
"lib/earthquake/get_access_token.rb",
"lib/earthquake/id_var.rb",
"lib/earthquake/input.rb",
"lib/earthquake/output.rb",
"lib/earthquake/twitter.rb",
"spec/earthquake_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/jugyo/earthquake}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.1")
s.rubygems_version = %q{1.6.2}
s.summary = %q{Twitter Client on Terminal.}
s.test_files = [
"spec/earthquake_spec.rb",
"spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<twitter-stream>, [">= 0"])
s.add_runtime_dependency(%q<notify>, [">= 0"])
s.add_runtime_dependency(%q<i18n>, [">= 0"])
s.add_runtime_dependency(%q<activesupport>, [">= 0"])
s.add_runtime_dependency(%q<awesome_print>, [">= 0"])
s.add_runtime_dependency(%q<launchy>, [">= 0"])
s.add_runtime_dependency(%q<oauth>, [">= 0"])
s.add_runtime_dependency(%q<twitter_oauth>, ["= 0.4.3"])
s.add_runtime_dependency(%q<slop>, [">= 0"])
s.add_development_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
else
s.add_dependency(%q<twitter-stream>, [">= 0"])
s.add_dependency(%q<notify>, [">= 0"])
s.add_dependency(%q<i18n>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<awesome_print>, [">= 0"])
s.add_dependency(%q<launchy>, [">= 0"])
s.add_dependency(%q<oauth>, [">= 0"])
s.add_dependency(%q<twitter_oauth>, ["= 0.4.3"])
s.add_dependency(%q<slop>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
end
else
s.add_dependency(%q<twitter-stream>, [">= 0"])
s.add_dependency(%q<notify>, [">= 0"])
s.add_dependency(%q<i18n>, [">= 0"])
s.add_dependency(%q<activesupport>, [">= 0"])
s.add_dependency(%q<awesome_print>, [">= 0"])
s.add_dependency(%q<launchy>, [">= 0"])
s.add_dependency(%q<oauth>, [">= 0"])
s.add_dependency(%q<twitter_oauth>, ["= 0.4.3"])
s.add_dependency(%q<slop>, [">= 0"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
end
end