Sha256: 15984aa8b3753e2871f02bc42da461fe38c9449e9902ef84b460d3c4822efd6d

Contents?: true

Size: 618 Bytes

Versions: 1

Compression:

Stored size: 618 Bytes

Contents

require 'rake'
require 'rake/testtask'

begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "douban"
    s.summary = "A Ruby wrapper of Douban(豆瓣) API"
    s.email = "zhangyuanyi@gmail.com"
    s.homepage = "http://github.com/yzhang/douban"
    s.description = "A Ruby wrapper of Douban(豆瓣) API"
    s.authors = ["Yuanyi Zhang"]
    s.files =  FileList["[A-Z]*", "{lib}/**/*", '.gitignore']
    s.add_dependency 'oauth'
  end
rescue LoadError
  puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
douban-0.1.0 Rakefile