mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 13:26:39 +00:00
moved all dependencies to gemspec
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -2,8 +2,3 @@ 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
|
||||
|
||||
@@ -21,4 +21,7 @@ Gem::Specification.new do |s|
|
||||
|
||||
s.add_runtime_dependency 'activesupport', '>= 2.3.0'
|
||||
s.add_runtime_dependency 'i18n', '>= 0.4.2'
|
||||
|
||||
s.add_development_dependency 'rspec', '>= 2.1.0'
|
||||
s.add_development_dependency 'yard', '>= 0.6.3'
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user