You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2019/12/26 18:41:23 UTC

[whimsy] branch master updated: remove asf_version

This is an automated email from the ASF dual-hosted git repository.

rubys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new f31ba09  remove asf_version
f31ba09 is described below

commit f31ba09401f2f9e2d2c1f148078158301a83c818
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Thu Dec 26 13:41:04 2019 -0500

    remove asf_version
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index f3ef950..2218190 100644
--- a/Rakefile
+++ b/Rakefile
@@ -55,7 +55,7 @@ task :update, [:command] do |task, args|
     end
 
     gems = gemlines.map {|line| [line[/['"](.*?)['"]/, 1], line.strip]}.to_h
-    gems['whimsy-asf'].sub! /\bpath:.*/, "path: #{Dir.pwd.inspect}"
+    gems['whimsy-asf'].sub! /,.*/, ", path: #{Dir.pwd.inspect}"
 
     require 'tmpdir'
     Dir.mktmpdir do |dir|