Sha256: 04896f61a4abacb5ba2f0d882c1fa5739ad9a0ef2457d9c23d058b0253c6848c

Contents?: true

Size: 452 Bytes

Versions: 14

Compression:

Stored size: 452 Bytes

Contents

require 'rake'
require 'rake/clean'
load 'thin.gemspec'

# Load tasks in tasks/
Dir['tasks/**/*.rake'].each { |rake| load rake }

task :default => :spec

desc "Build gem packages"
task :build do
  sh "gem build thin.gemspec"
end

desc "Push gem packages"
task :push => :build do
  sh "gem push thin-*.gem"
end

task :install => :build do
  sh "gem install thin-*.gem"
end

desc "Release version #{Thin::VERSION::STRING}"
task :release => [:tag, :push]

Version data entries

14 entries across 13 versions & 5 rubygems

Version Path
thin-1.8.2 Rakefile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/2.6.0/gems/thin-1.8.1/Rakefile
devcycle-ruby-server-sdk-1.1.0 examples/sinatra/vendor/bundle/ruby/3.1.0/gems/thin-1.8.1/Rakefile
thin-1.8.1 Rakefile
thin-1.8.0 Rakefile
gross-1.7.2 Rakefile
thin-1.7.2 Rakefile
thin-1.7.1 Rakefile
arcabouco-0.2.13 vendor/bundle/gems/thin-1.7.0/Rakefile
thin-1.7.0 Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/thin-1.6.4/Rakefile
thin-1.6.4 Rakefile
thin-1.6.3 Rakefile
thin-1.6.2 Rakefile