mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
* lib/pp.rb: Ditto. * lib/prettyprint.rb: Ditto. * lib/resolv.rb: Ditto. * lib/securerandom.rb: Ditto. * lib/tmpdir.rb: Ditto. * lib/unicode_normalize/tables.rb: Ditto. * test/net/ftp/test_buffered_socket.rb: Ditto. * test/net/ftp/test_mlsx_entry.rb: Ditto. * test/open-uri/test_open-uri.rb: Ditto. * test/open-uri/test_ssl.rb: Ditto. * test/pathname/test_pathname.rb: Ditto. * test/test_pp.rb: Ditto. * test/test_prettyprint.rb: Ditto. * tool/transcode-tblgen.rb: Ditto. * ext/pathname/lib/pathname.rb: Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a01b6453eb
commit
68ebbbfebe
17 changed files with 50 additions and 30 deletions
34
ChangeLog
34
ChangeLog
|
@ -1,3 +1,37 @@
|
|||
Tue Nov 10 20:35:12 2015 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
|
||||
|
||||
* lib/pp.rb: Ditto.
|
||||
|
||||
* lib/prettyprint.rb: Ditto.
|
||||
|
||||
* lib/resolv.rb: Ditto.
|
||||
|
||||
* lib/securerandom.rb: Ditto.
|
||||
|
||||
* lib/tmpdir.rb: Ditto.
|
||||
|
||||
* lib/unicode_normalize/tables.rb: Ditto.
|
||||
|
||||
* test/net/ftp/test_buffered_socket.rb: Ditto.
|
||||
|
||||
* test/net/ftp/test_mlsx_entry.rb: Ditto.
|
||||
|
||||
* test/open-uri/test_open-uri.rb: Ditto.
|
||||
|
||||
* test/open-uri/test_ssl.rb: Ditto.
|
||||
|
||||
* test/pathname/test_pathname.rb: Ditto.
|
||||
|
||||
* test/test_pp.rb: Ditto.
|
||||
|
||||
* test/test_prettyprint.rb: Ditto.
|
||||
|
||||
* tool/transcode-tblgen.rb: Ditto.
|
||||
|
||||
* ext/pathname/lib/pathname.rb: Ditto.
|
||||
|
||||
Tue Nov 10 18:42:24 2015 Aleksandrs Ledovskis <aleksandrs@ledovskis.lv>
|
||||
|
||||
* defs/id.def, parse.y: Switch internal token name to reflect
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
#
|
||||
# = pathname.rb
|
||||
#
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
require 'uri'
|
||||
require 'stringio'
|
||||
require 'time'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'prettyprint'
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
#
|
||||
# This class implements a pretty printing algorithm. It finds line breaks and
|
||||
# nice indentations for grouped structure.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'socket'
|
||||
require 'timeout'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# -*- coding: us-ascii -*-
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
begin
|
||||
require 'openssl'
|
||||
rescue LoadError
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
#
|
||||
# tmpdir - retrieve temporary directory path
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# coding: us-ascii
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
# automatically generated by template/unicode_norm_gen.tmpl
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "net/ftp"
|
||||
require "test/unit"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "net/ftp"
|
||||
require "test/unit"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
require 'test/unit'
|
||||
require 'open-uri'
|
||||
require 'webrick'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
require 'test/unit'
|
||||
require 'open-uri'
|
||||
require 'stringio'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'test/unit'
|
||||
require 'pathname'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'pp'
|
||||
require 'delegate'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'prettyprint'
|
||||
require 'test/unit'
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#
|
||||
# -*- frozen_string_literal: true -*-
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'optparse'
|
||||
require 'erb'
|
||||
|
|
Loading…
Reference in a new issue