switched to using bundle's own gemspec format

instead of jeweler
This commit is contained in:
2010-11-24 12:58:47 +00:00
parent 803ad03d6c
commit fceb7b8ff2
7 changed files with 61 additions and 45 deletions

View File

@@ -1,10 +1,9 @@
source 'http://rubygems.org/'
gem 'activesupport', '>= 2.3.0'
gem 'i18n', '>= 0.4.2'
# Specify your gem's dependencies in time_ext.gemspec
gemspec
group :development do
gem 'jeweler', '>= 1.4.0'
gem 'rspec', '>= 2.1.0'
gem 'yard', '>= 0.6.3'
end