index_html.gemspec in index_html-0.2.0 vs index_html.gemspec in index_html-0.2.1

- old
+ new

@@ -10,10 +10,11 @@ spec.email = ["agilecreativity@gmail.com"] spec.description = %q(Generate the index.html from list of files) spec.summary = %q(Generate simple index.html from list of files based on your simple selection criteria) spec.homepage = "https://github.com/agilecreativity/index_html" spec.license = "MIT" + spec.required_ruby_version = ">= 2.1.0" spec.files = Dir.glob("{bin,lib}/**/*") + %w[Gemfile Rakefile index_html.gemspec README.md CHANGELOG.md @@ -22,11 +23,11 @@ .gitignore] 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 "thor", "~> 0.19.1" - spec.add_runtime_dependency "agile_utils", "~> 0.2.0" - spec.add_runtime_dependency "code_lister", "~> 0.2.0" + spec.add_runtime_dependency "agile_utils", "~> 0.2.1" + spec.add_runtime_dependency "code_lister", "~> 0.2.1" spec.add_development_dependency "awesome_print", "~> 1.2.0" spec.add_development_dependency "bundler", "~> 1.6.2" spec.add_development_dependency "fuubar", "~> 1.3.3" spec.add_development_dependency "guard-rspec", "~> 4.3.1" spec.add_development_dependency "pry", "~> 0.10.0"