Skip to content

Commit

Permalink
Turn off features by default so it can build @ runcoderun
Browse files Browse the repository at this point in the history
  • Loading branch information
schubert committed Aug 24, 2009
1 parent ced2f90 commit 46145a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'rubygems'
require 'rake'

task :default => [:rcov, :features]
task :default => [:rcov]

begin
require 'jeweler'
Expand Down
4 changes: 2 additions & 2 deletions minglr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

Gem::Specification.new do |s|
s.name = %q{minglr}
s.version = "1.3.8"
s.version = "1.3.9"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Michael Schubert", "Stephen Chu", "Chris O'Meara"]
s.date = %q{2009-08-08}
s.date = %q{2009-08-24}
s.description = %q{* This gem provides two executable binaries to interact with Mingle (http://mingle.thoughtworks.com/mingle-agile-project-management) through its API. It also has sample interactive Rake task on how to facilitate easy card movements when a card enters/exits the development queue. * mtx is a binary that facilities transition changes for use on rake tasks * minglr is a more interactive tool that provides a quick interface for many common uses}
s.email = %q{michael@schubert.cx}
s.executables = ["mtx", "minglr"]
Expand Down

0 comments on commit 46145a5

Please sign in to comment.