Avoid using a system Ruby if possible
in tool/update-NEWS-gemlist.rb
This commit is contained in:
parent
b93553bb7e
commit
6d42f4dd2d
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/ruby
|
||||
#!/usr/bin/env ruby
|
||||
require 'json'
|
||||
news = File.read("NEWS.md")
|
||||
prev = news[/since the \*+(\d+\.\d+\.\d+)\*+/, 1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user