rgitflow.gemspec in rgitflow-0.2.1.pre.alpha.pre.32 vs rgitflow.gemspec in rgitflow-0.2.2

- old
+ new

@@ -4,10 +4,9 @@ require 'rgitflow/version' Gem::Specification.new do |spec| spec.name = "rgitflow" spec.version = RGitFlow::VERSION - spec.version = "#{spec.version}-alpha-#{ENV['TRAVIS_BUILD_NUMBER']}" if !ENV['TRAVIS_BRANCH'].nil? and ENV['TRAVIS_BRANCH'] != 'master' spec.authors = ["Richard Harrah"] spec.email = ["topplethenunnery@gmail.com"] spec.summary = %q{A collection of Rake tasks designed to represent Git Flow in a Ruby context.} spec.homepage = "https://nunnery.github.io/rgitflow"