[DOC] Prism is a new default gem
This commit is contained in:
parent
6d42f4dd2d
commit
c221af2c3d
5
NEWS.md
5
NEWS.md
@ -102,6 +102,10 @@ Note: We're only listing outstanding class updates.
|
|||||||
* Random::Formatter#alphanumeric is extended to accept optional `chars`
|
* Random::Formatter#alphanumeric is extended to accept optional `chars`
|
||||||
keyword argument. [[Feature #18183]]
|
keyword argument. [[Feature #18183]]
|
||||||
|
|
||||||
|
The following default gem is added.
|
||||||
|
|
||||||
|
* prism 0.15.1
|
||||||
|
|
||||||
The following default gems are updated.
|
The following default gems are updated.
|
||||||
|
|
||||||
* RubyGems 3.5.0.dev
|
* RubyGems 3.5.0.dev
|
||||||
@ -115,7 +119,6 @@ The following default gems are updated.
|
|||||||
* nkf 0.1.3
|
* nkf 0.1.3
|
||||||
* openssl 3.2.0
|
* openssl 3.2.0
|
||||||
* optparse 0.4.0.pre.1
|
* optparse 0.4.0.pre.1
|
||||||
* prism 0.15.1
|
|
||||||
* psych 5.1.1.1
|
* psych 5.1.1.1
|
||||||
* reline 0.3.9
|
* reline 0.3.9
|
||||||
* stringio 3.0.9
|
* stringio 3.0.9
|
||||||
|
@ -28,12 +28,14 @@ ARGV.each do |type|
|
|||||||
next unless v
|
next unless v
|
||||||
[g, v] unless last[g] == v
|
[g, v] unless last[g] == v
|
||||||
end
|
end
|
||||||
if type == 'bundled'
|
|
||||||
changed, added = changed.partition {|g, _| last[g]}
|
changed, added = changed.partition {|g, _| last[g]}
|
||||||
end
|
|
||||||
update[changed, type] or next
|
update[changed, type] or next
|
||||||
if added and !added.empty?
|
if added and !added.empty?
|
||||||
|
if type == 'bundled'
|
||||||
update[added, 'default', 'now bundled'] or next
|
update[added, 'default', 'now bundled'] or next
|
||||||
|
else
|
||||||
|
update[added, 'default', 'added'] or next
|
||||||
|
end
|
||||||
end
|
end
|
||||||
File.write("NEWS.md", news)
|
File.write("NEWS.md", news)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user