public
Description: Twitter4R: The most Ruby-like bindings for the Twitter.com REST API by a long way.
Homepage: http://twitter4r.rubyforge.org
Clone URL: git://github.com/mbbx6spp/twitter4r.git
mbbx6spp (author)
Sat Sep 19 14:33:55 -0700 2009
commit  f5ea31d43a3e599983c440db7a35c75525a6b381
tree    198599d85b47f27bd4d373ec63f26dfa5528d96c
parent  8be04bf057705cfe318134fb209da4daefcd8d39 parent  76bdffffd2711109bf55dad446f0c91ac1c7d3db
twitter4r / pkg-info.yml
100644 31 lines (30 sloc) 0.828 kb
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
<% 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: twitter4r-users@googlegroups.com
  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 %>