Skip to content

Commit

Permalink
Update readme link in ruby files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zmoki committed Jun 28, 2017
1 parent 2123139 commit 94b14c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -197,7 +197,7 @@ def upload_npm(version)

# Copy package.json and
cp.call "publish.package.json", "package.json"
cp.call "README.markdown"
cp.call "README.md"

# Update version number in package.json
`cd pkg/#{version} && npm version #{version}`
Expand Down
2 changes: 1 addition & 1 deletion uploadcare-widget.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = "Widget for uploadcare service"
s.description = "Widget for uploadcare service."

s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.markdown"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["LICENSE", "Rakefile", "README.md"]

s.test_files = FileList["test/**/*"].exclude('test/dummy/vendor/bundle/**/*').exclude('test/dummy/tmp/**/*')

Expand Down

0 comments on commit 94b14c6

Please sign in to comment.