Browse Source

Merge pull request #155 from joncalhoun/patch-1

Fixing Gemspec to point to correct README
Kevin Hughes 10 years ago
parent
commit
1b3e81da34
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shopify_api.gemspec

+ 1 - 1
shopify_api.gemspec

@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
 
   s.extra_rdoc_files = [
     "LICENSE",
-    "README.rdoc"
+    "README.md"
   ]
   s.files         = `git ls-files`.split("\n")
   s.test_files    = `git ls-files -- {test}/*`.split("\n")