et-orbi.gemspec in et-orbi-1.1.6 vs et-orbi.gemspec in et-orbi-1.1.7
- old
+ new
@@ -36,12 +36,21 @@
'lib/**/*.rb', #'spec/**/*.rb', 'test/**/*.rb',
"#{s.name}.gemspec",
]
s.add_runtime_dependency 'tzinfo'
+ #
+ # YES, open dependency, fill an issue at
+ # https://github.com/floraison/et-orbi/issues
+ # if you experience a conflict between et-orbi and tzinfo.
+ #
+ # DO NOT raise an issue at tzinfo
+ # this open dependency is my (@jmettraux) responsibility.
+
#s.add_runtime_dependency 'raabro', '>= 1.1.3'
s.add_development_dependency 'rspec', '~> 3.4'
+ s.add_development_dependency 'chronic', '~> 0.10'
s.require_path = 'lib'
end