Sha256: 1dbdb63ac8277157d2f8a7fb301ef92a1574f91afc554315945f5220d928d43a

Contents?: true

Size: 467 Bytes

Versions: 11

Compression:

Stored size: 467 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::Ostatus'
  rdoc.rdoc_files.include('README*')
  rdoc.rdoc_files.include('lib/**/*.rb')
end

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

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
social_stream-2.1.1 ostatus/Rakefile
social_stream-2.1.0 ostatus/Rakefile
social_stream-ostatus-2.1.0 Rakefile
social_stream-2.0.4 ostatus/Rakefile
social_stream-2.0.3 ostatus/Rakefile
social_stream-2.0.2 ostatus/Rakefile
social_stream-2.0.1 ostatus/Rakefile
social_stream-2.0.0 ostatus/Rakefile
social_stream-ostatus-2.0.0 Rakefile
social_stream-2.0.0.beta3 ostatus/Rakefile
social_stream-ostatus-2.0.0.beta3 Rakefile