Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

Commit

Permalink
Helps if I actually refer to GemFury in the Gemfile...
Browse files Browse the repository at this point in the history
  • Loading branch information
MrJoy committed Jan 29, 2013
1 parent d02b297 commit 93e1c2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gem 'rake', :groups => [:development]
gem 'simplecov', :groups => [:test]
gem 'shoulda', :groups => [:test]
gem 'test-construct', :groups => [:test]
gem 'fury', :groups => [:cli], :require => false
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ GEM
multi_json (~> 1.0)
bourne (1.1.2)
mocha (= 0.10.5)
fury (0.0.1)
git (1.2.5)
i18n (0.6.1)
jeweler (1.8.4)
Expand Down Expand Up @@ -38,6 +39,7 @@ PLATFORMS
ruby

DEPENDENCIES
fury
jeweler
rake
shoulda
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require_relative './lib/code_statistics'

require 'jeweler'
require 'set'
DEVELOPMENT_GROUPS||=[:development, :test]
DEVELOPMENT_GROUPS||=[:development, :test, :cli]
RUNTIME_GROUPS||=Set.new(Bundler.definition.groups - DEVELOPMENT_GROUPS)
Jeweler::Tasks.new do |gem|
gem.name = "code_statistics"
Expand Down

0 comments on commit 93e1c2b

Please sign in to comment.