forked from mbbx6spp/twitter4r
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpkg-info.yml
30 lines (30 loc) · 828 Bytes
/
pkg-info.yml
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
<% require('pathname') %>
spec:
name: twitter4r
version: <%= Twitter::Version.to_version %>
summary: A clean Twitter client API in pure Ruby. Will include Twitter add-ons also in Ruby.
require_path: lib
has_rdoc: true
extra_rdoc_files:
- README
- CHANGES
- TODO
- MIT-LICENSE
autorequire: twitter
bindir: bin
# executables:
# - twitter4r
add_dependency:
json: >=1.1.1
requirements:
- Ruby 1.8.4+
- json gem, version 0.4.3 or higher
- jcode (for unicode support)
required_ruby_version: >=1.8.2
author: Susan Potter
email: [email protected]
homepage: http://twitter4r.rubyforge.org
rubyforge_project: twitter4r
files: <% (self.project_files + self.spec_files).each do |file| %>
- <%= Pathname.new(file).relative_path_from(Pathname.new(@root_dir)) %>
<% end %>