Socket
Book a DemoInstallSign in
Socket

bundler-gem_version_tasks

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundler-gem_version_tasks

0.2.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

Bundler::GemVersionTasks

I have always use jeweler to develop my gems. I decided recently to simply rely on bundler but I missed so much the helper rake tasks to manage version that I reimplemented for bundler.

Installation

Add this gem (bundler-gem_version_tasks) as a development dependency in your gemspec:

spec.add_development_dependency 'bundler-gem_version_tasks'

Add this to your Rakefile, instead of require 'bundler/gem_tasks':

require "bundler/gem_version_tasks"

Usage

rake version             # print current version
rake version:bump:major  # Bump the major version by 1
rake version:bump:minor  # Bump the minor version by 1
rake version:bump:patch  # Bump the patch version by 1
rake version:write       # write a specific version - example: rake version:write VERSION=1.2.3

Contributing

FAQs

Package last updated on 23 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.