fugit.gemspec in fugit-1.3.9 vs fugit.gemspec in fugit-1.4.0
- old
+ new
@@ -8,11 +8,11 @@
).match(/ VERSION *= *['"]([^'"]+)/)[1]
s.platform = Gem::Platform::RUBY
s.authors = [ 'John Mettraux' ]
s.email = [ 'jmettraux+flor@gmail.com' ]
- s.homepage = 'http://github.com/floraison/fugit'
+ s.homepage = 'https://github.com/floraison/fugit'
s.license = 'MIT'
s.summary = 'time tools for flor'
s.description = %{
Time tools for flor and the floraison project. Cron parsing and occurrence computing. Timestamps and more.
@@ -38,10 +38,10 @@
]
#s.add_runtime_dependency 'tzinfo'
# this dependency appears in 'et-orbi'
- s.add_runtime_dependency 'raabro', '~> 1.3'
+ s.add_runtime_dependency 'raabro', '~> 1.4'
s.add_runtime_dependency 'et-orbi', '~> 1.1', '>= 1.1.8'
s.add_development_dependency 'rspec', '~> 3.8'
s.add_development_dependency 'chronic', '~> 0.10'