Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
attempt at multiple gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis W. Frank committed Jan 26, 2011
1 parent 8970e58 commit 33db61d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
@@ -1,4 +1,7 @@
source "http://rubygems.org"

# dependencies are specified in jasmine.gemspec.erb
gemspec

gemspec_name = Gem.available? "rails", ">= 3.0" ? 'jasmine.rails3' : 'jasmine.rails2'

gemspec :name => gemspec_name

0 comments on commit 33db61d

Please sign in to comment.