public
Description: Ping.fm Ruby Library
Homepage: http://pingfm.rubyforge.org/
Clone URL: git://github.com/Oshuma/pingfm.git
Click here to lend your support to: pingfm and make a donation at www.pledgie.com !
Dale Campbell (author)
Wed Jun 10 14:53:47 -0700 2009
commit  b3fe2b9b422fe3cf4fa357ef63eb760451140c9b
tree    9753c2c1854cce2d1a48a5da63a0ecdce0e92088
parent  d3f7d0766c468dce64169000e33f63ddd1f6bea3
pingfm / pingfm.gemspec
100644 32 lines (28 sloc) 1.65 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
32
Gem::Specification.new do |s|
  s.name = %q{pingfm}
  s.version = "1.0.2"
 
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.authors = ["Krunoslav Husak", "Dale Campbell", "Kevin Williams"]
  s.date = %q{2008-09-18}
  s.default_executable = %q{pingfm}
  s.description = %q{Ping.fm (http://ping.fm) is a simple service that makes updating your social networks a snap, and this it's Ruby library.}
  s.email = ["dale@save-state.net", "kevwil@gmail.com"]
  s.executables = ["pingfm"]
  s.extra_rdoc_files = ["History.txt", "bin/pingfm"]
  s.files = [".gitignore", "History.txt", "Manifest.txt", "README", "Rakefile", "bin/pingfm", "lib/pingfm.rb", "lib/pingfm/client.rb", "lib/pingfm/keyloader.rb", "spec/keyloader_spec.rb", "spec/pingfm_spec.rb", "spec/spec_helper.rb", "tasks/ann.rake", "tasks/bones.rake", "tasks/gem.rake", "tasks/git.rake", "tasks/manifest.rake", "tasks/notes.rake", "tasks/post_load.rake", "tasks/rdoc.rake", "tasks/rubyforge.rake", "tasks/setup.rb", "tasks/spec.rake", "tasks/svn.rake", "tasks/test.rake"]
  s.has_rdoc = true
  s.homepage = %q{http://pingfm.rubyforge.org/}
  s.rdoc_options = ["--main", "README"]
  s.require_paths = ["lib"]
  s.rubyforge_project = %q{pingfm}
  s.rubygems_version = %q{1.2.0}
  s.summary = %q{Ping.fm (http://ping.fm) is a simple service that makes updating your social networks a snap, and this it's Ruby library.}
 
  if s.respond_to? :specification_version then
    current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
    s.specification_version = 2
 
    if current_version >= 3 then
    else
    end
  else
  end
end