pronto-haml.gemspec in pronto-haml-0.8.1 vs pronto-haml.gemspec in pronto-haml-0.9.0

- old
+ new

@@ -8,11 +8,11 @@ s.name = 'pronto-haml' s.version = Pronto::HamlLintVersion::VERSION s.platform = Gem::Platform::RUBY s.author = 'Mindaugas MozĊĞras' s.email = 'mindaugas.mozuras@gmail.com' - s.homepage = 'http://github.org/mmozuras/pronto-haml' + s.homepage = 'http://github.com/mmozuras/pronto-haml' s.summary = <<-EOF Pronto runner for HAML-Lint, tool for writing clean and consistent HAML EOF s.licenses = ['MIT'] @@ -32,11 +32,11 @@ end s.test_files = [] s.extra_rdoc_files = ['LICENSE', 'README.md'] s.require_paths = ['lib'] - s.add_runtime_dependency('pronto', '~> 0.8.0') + s.add_runtime_dependency('pronto', '~> 0.9.0') s.add_runtime_dependency('haml_lint', '~> 0.23') - s.add_development_dependency('rake', '~> 11.0') + s.add_development_dependency('rake', '~> 12.0') s.add_development_dependency('rspec', '~> 3.4') s.add_development_dependency('rspec-its', '~> 1.2') end