safely_block.gemspec in safely_block-0.1.0 vs safely_block.gemspec in safely_block-0.1.1
- old
+ new
@@ -1,17 +1,17 @@
# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require "safely_block"
+require "safely/version"
Gem::Specification.new do |spec|
spec.name = "safely_block"
spec.version = Safely::VERSION
spec.authors = ["Andrew Kane"]
spec.email = ["andrew@chartkick.com"]
- spec.summary = "Don’t let small errors bring down the system"
- spec.description = "Don’t let small errors bring down the system"
- spec.homepage = "https://github.com/ankane/safely_block"
+ spec.summary = "Awesome exception handling"
+ spec.description = "Awesome exception handling"
+ spec.homepage = "https://github.com/ankane/safely"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})