qstash.gemspec in qstash-rb-0.1.3 vs qstash.gemspec in qstash-rb-0.1.4
- old
+ new
@@ -1,16 +1,16 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require "qstash/version"
+require "q_stash/version"
Gem::Specification.new do |spec|
spec.name = "qstash-rb"
- spec.version = Qstash::VERSION
+ spec.version = QStash::VERSION
spec.authors = ["Drew Monroe"]
spec.email = ["drew@pinecreeklabs.com"]
- spec.summary = "A Ruby client for the Qstash API"
- spec.description = "A Ruby client for the Qstash API"
+ spec.summary = "A Ruby client for the QStash API"
+ spec.description = "A Ruby client for the QStash API"
spec.homepage = "https://github.com/dvmonroe/qstash-rb"
spec.license = "MIT"
spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = spec.homepage