Sha256: dce2d1d04e79f29c4baa697b25e10d1c1b1f9fc69ce6408a7b0b3be2cf5d4ac9

Contents?: true

Size: 1021 Bytes

Versions: 61

Compression:

Stored size: 1021 Bytes

Contents

require 'rubygems'
require 'rake'

require File.join(File.dirname(__FILE__), 'lib', 'addressable', 'version')

PKG_DISPLAY_NAME   = 'Addressable'
PKG_NAME           = PKG_DISPLAY_NAME.downcase
PKG_VERSION        = Addressable::VERSION::STRING
PKG_FILE_NAME      = "#{PKG_NAME}-#{PKG_VERSION}"

RELEASE_NAME       = "REL #{PKG_VERSION}"

PKG_SUMMARY        = "URI Implementation"
PKG_DESCRIPTION    = <<-TEXT
Addressable is a replacement for the URI implementation that is part of
Ruby's standard library. It more closely conforms to the relevant RFCs and
adds support for IRIs and URI templates.
TEXT

PKG_FILES = FileList[
    "lib/**/*", "spec/**/*", "vendor/**/*", "data/**/*",
    "tasks/**/*",
    "[A-Z]*", "Rakefile"
].exclude(/pkg/).exclude(/database\.yml/).
  exclude(/Gemfile\.lock/).exclude(/[_\.]git$/)

task :default => "spec"

WINDOWS = (RUBY_PLATFORM =~ /mswin|win32|mingw|bccwin|cygwin/) rescue false
SUDO = WINDOWS ? '' : ('sudo' unless ENV['SUDOLESS'])

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

Version data entries

61 entries across 50 versions & 12 rubygems

Version Path
vagrant-unbundled-2.2.7.0 vendor/bundle/ruby/2.4.0/gems/addressable-2.5.1/Rakefile
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.5.0 vendor/bundle/ruby/2.6.0/gems/addressable-2.5.2/Rakefile
dadapush_client-1.0.1 vendor/bundle/ruby/2.3.0/gems/addressable-2.5.2/Rakefile
tdiary-5.0.13 vendor/bundle/gems/addressable-2.5.2/Rakefile
tdiary-5.0.12.1 vendor/bundle/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.6.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.4.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.3.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
tdiary-5.0.11 vendor/bundle/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.2.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.2.0.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.1.4.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.1.2.0 vendor/bundle/ruby/2.3.0/gems/addressable-2.5.2/Rakefile
cloudsmith-api-0.30.7 vendor/bundle/ruby/2.3.0/gems/addressable-2.5.2/Rakefile
tdiary-5.0.9 vendor/bundle/gems/addressable-2.5.2/Rakefile
color_me_shop-1.0.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.1.1.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
vagrant-unbundled-2.0.4.0 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile
tdiary-5.0.8 vendor/bundle/ruby/2.5.0/gems/addressable-2.5.2/Rakefile