mireru.gemspec in mireru-0.9.2 vs mireru.gemspec in mireru-0.9.3

- old
+ new

@@ -17,15 +17,14 @@ spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_runtime_dependency("gtk3", "2.2.2") - spec.add_runtime_dependency("gtksourceview3", "2.2.2") - spec.add_runtime_dependency("clutter-gtk", "2.2.2") - spec.add_runtime_dependency("clutter-gstreamer", "2.2.2") - spec.add_runtime_dependency("poppler", "2.2.2") - spec.add_runtime_dependency("rsvg2", "2.2.2") + spec.add_runtime_dependency("gtksourceview3", ">= 2.2.4") + spec.add_runtime_dependency("clutter-gtk", ">= 2.2.4") + spec.add_runtime_dependency("clutter-gstreamer", ">= 2.2.4") + spec.add_runtime_dependency("poppler", ">= 2.2.4") + spec.add_runtime_dependency("rsvg2", ">= 2.2.4") spec.add_runtime_dependency("hexdump") spec.add_runtime_dependency("chupa-text") spec.add_runtime_dependency("chupa-text-decomposer-html") spec.add_runtime_dependency("chupa-text-decomposer-pdf") spec.add_runtime_dependency("chupa-text-decomposer-libreoffice")