Sha256: 16d58d5f680f9499373a28b264d7c5eb315cfea89d4d21806901071f4648fa99

Contents?: true

Size: 948 Bytes

Versions: 4

Compression:

Stored size: 948 Bytes

Contents

require 'rubygems'
require 'bundler/setup'
#require File.dirname(__FILE__) + "/lib/fbgraph.rb"
require 'rake'
require 'rspec'
require 'rspec/core/rake_task'
require 'rcov'

#$LOAD_PATH.unshift "/Users/technicalpickles/code/active/jeweler/lib"
begin
  require 'jeweler'
  Jeweler::Tasks.new do |s|
    s.name = "fbgraph"
    s.description = "A Gem for Facebook Open Graph API"
    s.summary = "A Gem for Facebook Open Graph API"
    s.homepage = "http://github.com/nsanta/fbgraph"
    s.author         = "Nicolas Santa"
    s.email          = "nicolas55ar@gmail.com"
    s.add_bundler_dependencies
  end
rescue LoadError
  puts "Jeweler not available. Install it with: gem install jeweler"
end


spec_files = FileList[File.join(File.dirname(__FILE__), 'specs', '**', '*_spec.rb')]

desc  "Run all specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = "./specs/**/*_spec.rb"
#  t.rcov = true
#  t.rcov_opts = t.rcov_opts = ['--exclude', 'spec']
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fbgraph-1.7.1 Rakefile
fbgraph-1.7.0 Rakefile
fbgraph-1.6.0 Rakefile
fbgraph-1.5.4 Rakefile