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.15.6 linkser/Rakefile
social_stream-linkser-0.0.6 Rakefile
social_stream-0.15.5 linkser/Rakefile
social_stream-linkser-0.0.5 Rakefile
social_stream-0.15.4 linkser/Rakefile
social_stream-linkser-0.0.4 Rakefile
social_stream-linkser-0.0.3 Rakefile
social_stream-0.15.1 linkser/Rakefile
social_stream-0.15.0 linkser/Rakefile
social_stream-linkser-0.0.2 Rakefile
social_stream-0.14.1 linkser/Rakefile
social_stream-0.14.0 linkser/Rakefile
social_stream-linkser-0.0.1 Rakefile
social_stream-0.13.3 linkser/Rakefile
social_stream-0.13.2 linkser/Rakefile
social_stream-0.13.1 linkser/Rakefile
social_stream-0.13.0 linkser/Rakefile