mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 13:26:39 +00:00
10 lines
171 B
Ruby
10 lines
171 B
Ruby
source 'http://rubygems.org/'
|
|
|
|
# Specify your gem's dependencies in time_ext.gemspec
|
|
gemspec
|
|
|
|
group :development do
|
|
gem 'rspec', '>= 2.1.0'
|
|
gem 'yard', '>= 0.6.3'
|
|
end
|