tracksperanto.gemspec in tracksperanto-4.0.0 vs tracksperanto.gemspec in tracksperanto-4.1.0
- old
+ new
@@ -13,11 +13,11 @@
raise "RubyGems 2.0 or newer is required to protect against " \
"public gem pushes."
end
spec.authors = ["Julik Tarkhanov"]
- spec.date = "2016-07-19"
+ spec.date = Time.now.utc.strftime("%Y-%m-%d")
spec.description = "Converts 2D track exports between different apps like Flame, MatchMover, PFTrack..."
spec.email = "me@julik.nl"
spec.executables = ["tracksperanto"]
spec.extra_rdoc_files = [
"README.md"
@@ -40,13 +40,9 @@
spec.add_runtime_dependency "obuf", "~> 1.1"
spec.add_runtime_dependency "tickly", "~> 2.1.6"
spec.add_runtime_dependency "bychar", "~> 3"
spec.add_runtime_dependency "progressive_io", "~> 1.0"
spec.add_runtime_dependency "flame_channel_parser", "~> 4.0"
- # Locked because newer versions require tins that do not work on 1.9.3 and less
- spec.add_runtime_dependency 'term-ansicolor', '<= 1.2.0'
- # flame_channel_parser wants it via framecurve, but for Ruby 1.8.7 we have to ask for an older version
- spec.add_runtime_dependency 'tins', '< 0.9.0'
spec.add_runtime_dependency "progressbar", "0.10.0"
spec.add_runtime_dependency "update_hints", "~> 1.0"
spec.add_development_dependency "bundler", '~> 1'
spec.add_development_dependency "test-unit", '~> 3'