thermite.gemspec in thermite-0.12.0 vs thermite.gemspec in thermite-0.12.1

- old
+ new

@@ -1,20 +1,20 @@ # -*- coding: utf-8 -*- require 'English' Gem::Specification.new do |s| s.name = 'thermite' - s.version = '0.12.0' + s.version = '0.12.1' s.summary = 'Rake helpers for Rust+Ruby' s.description = 'A Rake-based helper for building and distributing Rust-based Ruby extensions' s.authors = ['Mark Lee'] s.email = 'malept@users.noreply.github.com' s.homepage = 'https://github.com/malept/thermite' s.license = 'MIT' s.files = `git ls-files`.split($OUTPUT_RECORD_SEPARATOR) - s.require_paths = %w(lib) + s.require_paths = %w[lib] # Mostly due to tomlrb s.required_ruby_version = '>= 2.0.0' s.add_runtime_dependency 'rake', '>= 10'