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-1.9.5.1 vendor/bundle/ruby/2.4.0/gems/addressable-2.5.1/Rakefile
logstash-output-icinga-1.0.0 vendor/jruby/1.9/gems/addressable-2.4.0/Rakefile
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/addressable-2.5.1/Rakefile
addressable-2.5.1 Rakefile
tdiary-5.0.4 vendor/bundle/gems/addressable-2.5.0/Rakefile
logstash-filter-zabbix-0.1.2 vendor/bundle/jruby/1.9/gems/addressable-2.4.0/Rakefile
logstash-filter-zabbix-0.1.1 vendor/bundle/jruby/1.9/gems/addressable-2.4.0/Rakefile
logstash-input-salesforce-3.0.0 vendor/jruby/1.9/gems/addressable-2.4.0/Rakefile
vagrant-unbundled-1.9.1.1 vendor/bundle/ruby/2.4.0/gems/addressable-2.4.0/Rakefile
addressable-2.5.0 Rakefile
tdiary-5.0.2 vendor/bundle/gems/addressable-2.4.0/Rakefile
vagrant-unbundled-1.8.5.2 vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
vagrant-unbundled-1.8.5.1 vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
vagrant-unbundled-1.8.4.2 vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
vagrant-unbundled-1.8.4.1 vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
tdiary-5.0.1 vendor/bundle/gems/addressable-2.4.0/Rakefile
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
dwolla_swagger-1.0.6 vendor/bundle/ruby/2.2.0/gems/addressable-2.4.0/Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.3.0/gems/addressable-2.4.0/Rakefile
tdiary-4.2.1 vendor/bundle/ruby/2.2.0/gems/addressable-2.4.0/Rakefile