File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,9 @@ task :checksum do
127127 built_gem_path = "wlapi-#{ WLAPI ::VERSION } .gem"
128128 checksum = Digest ::SHA512 . new . hexdigest ( File . read ( built_gem_path ) )
129129 checksum_path = "checksum/wlapi-#{ WLAPI ::VERSION } .gem.sha512"
130- File . open ( checksum_path , 'w' ) { |f | f . write ( checksum ) }
130+ File . open ( checksum_path , 'w' ) do |f |
131+ f . write ( checksum + ' ' + built_gem_path )
132+ end
131133end
132134
133- task : default => 'test:all'
135+ task default : 'test:all'
Original file line number Diff line number Diff line change 1- 0c79c5be6cc6e08d9fa08d83de149cffef569c4712560ae628485bc655be141384857db47419d33a42e1b035f55eb7d5d33c62ee4aa3ffb02d44859b02412899
1+ d99729bf456ae3936d4820d941005b3c99dfffa5ccfa34db99e05d9006474657e8e3e40bfb4877f4f31424920f50993afece296e128597dead3718292d06dfda wlapi-0.9.0.gem
You can’t perform that action at this time.
0 commit comments