Sha256: 1669ebab52dfe34f834f5cfc0e608f014ffd6245b4e7358d579737e160817ea3

Contents?: true

Size: 526 Bytes

Versions: 117

Compression:

Stored size: 526 Bytes

Contents

# encoding: UTF-8
require 'bundler/gem_tasks'

require 'rdoc/task'

require 'rspec/core'
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec)

task :default => :spec

Rake::RDocTask.new(:rdoc) do |rdoc|
  rdoc.rdoc_dir = 'rdoc'
  rdoc.title    = 'SocialStream Linkser'
  rdoc.options << '--line-numbers' << '--inline-source'
  rdoc.rdoc_files.include('README.rdoc')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

# Modify this gem's tags
class Bundler::GemHelper
  def version_tag
    "linkser#{version}"
  end
end

Version data entries

117 entries across 117 versions & 4 rubygems

Version Path
social_stream-0.23.4 linkser/Rakefile
social_stream-0.23.3 linkser/Rakefile
social_stream-0.23.2 linkser/Rakefile
social_stream-linkser-0.7.1 Rakefile
social_stream-0.23.1 linkser/Rakefile
social_stream-linkser-0.7.0 Rakefile
social_stream-0.22.1 linkser/Rakefile
social_stream-0.22.0 linkser/Rakefile
social_stream-0.21.4 linkser/Rakefile
social_stream-linkser-0.6.1 Rakefile
social_stream-0.21.3 linkser/Rakefile
social_stream-0.21.2 linkser/Rakefile
social_stream-0.21.1 linkser/Rakefile
social_stream-0.21.0 linkser/Rakefile
social_stream-linkser-0.6.0 Rakefile
social_stream-0.20.2 linkser/Rakefile
social_stream-0.20.1 linkser/Rakefile
social_stream-0.20.0 linkser/Rakefile
social_stream-linkser-0.5.0 Rakefile
social_stream-0.19.3 linkser/Rakefile