mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 05:16:40 +00:00
11 lines
192 B
Ruby
11 lines
192 B
Ruby
source 'http://rubygems.org/'
|
|
|
|
gem 'activesupport', '>= 2.3.0'
|
|
gem 'i18n', '>= 0.4.2'
|
|
|
|
group :development do
|
|
gem 'jeweler', '>= 1.4.0'
|
|
gem 'rspec', '>= 2.1.0'
|
|
gem 'yard', '>= 0.6.3'
|
|
end
|