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'
|
require 'json'
|
||||||
news = File.read("NEWS.md")
|
news = File.read("NEWS.md")
|
||||||
prev = news[/since the \*+(\d+\.\d+\.\d+)\*+/, 1]
|
prev = news[/since the \*+(\d+\.\d+\.\d+)\*+/, 1]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user