Sha256: 951021846dff5f2f52750a156bd77451a9726c151fd49536813208b31d979bb8

Contents?: true

Size: 618 Bytes

Versions: 25

Compression:

Stored size: 618 Bytes

Contents

require 'bundler/gem_helper'

name = Dir["*.gemspec"].first.sub('.gemspec', '')
gem_helper = Bundler::GemHelper.new(Dir.pwd, name)
def gem_helper.version_tag
  "#{name}-#{version}" # override "v#{version}"
end

version = gem_helper.send(:version)
version_tag = gem_helper.version_tag
desc "Build #{name}-#{version}.gem into the pkg directory"
task('build') { gem_helper.build_gem }

desc "Build and install #{name}-#{version}.gem into system gems"
task('install') { gem_helper.install_gem }

desc "Create tag #{version_tag} build and push #{name}-#{version}.gem to Rubygems"
task('release') { gem_helper.release_gem }

Version data entries

25 entries across 25 versions & 8 rubygems

Version Path
jdbc-derby-10.12.1.1 Rakefile
jdbc-as400-9.0 Rakefile
jdbc-as400-8.6 Rakefile
jdbc-derby-10.11.1.1 Rakefile
jdbc-as400-7.10 Rakefile
jdbc-derby-10.10.1.1 Rakefile
jdbc-jtds-1.3.1 Rakefile
jdbc-jtds-1.2.8 Rakefile
jdbc-sqlite3-3.7.15.SNAPSHOT Rakefile
jdbc-mysql-5.1.25 Rakefile
jdbc-cassandra-1.2.5 Rakefile
jdbc-derby-10.9.1.0 Rakefile
jdbc-mysql-5.1.24 Rakefile
jdbc-sqlite3-3.7.2.1 Rakefile
jdbc-postgres-9.2.1002.1 Rakefile
jdbc-mysql-5.1.22.1 Rakefile
jdbc-jtds-1.3.0.1 Rakefile
jdbc-hsqldb-2.2.9.1 Rakefile
jdbc-derby-10.8.3.0 Rakefile
jdbc-jtds-1.2.7 Rakefile