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-2.1.1 linkser/Rakefile
social_stream-1.1.12 linkser/Rakefile
social_stream-linkser-1.1.2 Rakefile
social_stream-2.1.0 linkser/Rakefile
social_stream-linkser-2.1.0 Rakefile
social_stream-2.0.4 linkser/Rakefile
social_stream-2.0.3 linkser/Rakefile
social_stream-1.1.11 linkser/Rakefile
social_stream-1.1.10 linkser/Rakefile
social_stream-1.1.9 linkser/Rakefile
social_stream-1.1.8 linkser/Rakefile
social_stream-2.0.2 linkser/Rakefile
social_stream-2.0.1 linkser/Rakefile
social_stream-2.0.0 linkser/Rakefile
social_stream-linkser-2.0.0 Rakefile
social_stream-2.0.0.beta3 linkser/Rakefile
social_stream-linkser-2.0.0.beta3 Rakefile
social_stream-2.0.0.beta2 linkser/Rakefile
social_stream-linkser-2.0.0.beta2 Rakefile
social_stream-2.0.0.beta1 linkser/Rakefile