backports 3.3.3 → 3.3.4
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitmodules +2 -2
- data/Gemfile.lock +2 -2
- data/Rakefile +1 -0
- data/lib/backports/version.rb +1 -1
- data/{tags → spec/tags}/1.8.6/core/array/rotate_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/array/uniq_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/complex/to_r_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/enumerable/each_entry_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/enumerator/next_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/env/to_h_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/file/join_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/file/lchmod_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/file/new_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/file/open_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/file/to_path_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/fixnum/fdiv_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/gc/stress_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/assoc_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/default_proc_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/eql_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/hash_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/keep_if_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/hash/select_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/integer/round_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/binread_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/chars_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/each_char_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/lines_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/open_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/ungetbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/io/write_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/kernel/__callee___spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/kernel/__method___spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/kernel/define_singleton_method_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/kernel/public_method_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/math/log2_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/math/log_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/module/class_exec_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/module/module_exec_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/numeric/step_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/proc/curry_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/range/step_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/getbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/partition_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/prepend_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/rpartition_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/setbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/string/upto_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/capitalize_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/comparison_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/downcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/element_reference_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/empty_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/match_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/swapcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.6/core/symbol/upcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/array/keep_if_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/array/rotate_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/array/select_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/array/uniq_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/complex/to_r_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/env/to_h_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/file/lchmod_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/file/new_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/file/open_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/file/readlink_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/file/to_path_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/hash/assoc_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/hash/default_proc_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/hash/keep_if_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/hash/rassoc_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/hash/select_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/integer/round_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/io/binread_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/io/open_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/io/ungetbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/io/write_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/kernel/__callee___spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/kernel/define_singleton_method_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/kernel/public_method_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/math/log2_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/math/log_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/proc/curry_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/proc/yield_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/string/getbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/string/prepend_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/string/setbyte_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/capitalize_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/comparison_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/downcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/element_reference_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/empty_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/match_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/swapcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.8.7/core/symbol/upcase_spec.rb +0 -0
- data/{tags → spec/tags}/1.9.1/core/array/rotate_spec.rb +0 -0
- data/{tags → spec/tags}/1.9.1/core/env/to_h_spec.rb +0 -0
- data/{tags → spec/tags}/1.9.1/core/hash/default_proc_spec.rb +0 -0
- data/{tags → spec/tags}/1.9.1/core/io/write_spec.rb +0 -0
- data/{tags → spec/tags}/1.9.2/core/io/write_spec.rb +0 -0
- metadata +218 -134
data/.gitmodules
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
[submodule "rubyspec"]
|
2
|
-
path = rubyspec
|
1
|
+
[submodule "spec/rubyspec"]
|
2
|
+
path = spec/rubyspec
|
3
3
|
url = git://github.com/rubyspec/rubyspec.git
|
data/Gemfile.lock
CHANGED
@@ -7,7 +7,7 @@ GIT
|
|
7
7
|
PATH
|
8
8
|
remote: .
|
9
9
|
specs:
|
10
|
-
backports (3.3.
|
10
|
+
backports (3.3.4)
|
11
11
|
|
12
12
|
GEM
|
13
13
|
remote: http://rubygems.org/
|
@@ -17,7 +17,7 @@ GEM
|
|
17
17
|
multi_json (~> 1.0)
|
18
18
|
i18n (0.6.1)
|
19
19
|
multi_json (1.7.2)
|
20
|
-
rake (10.0
|
20
|
+
rake (10.1.0)
|
21
21
|
|
22
22
|
PLATFORMS
|
23
23
|
java
|
data/Rakefile
CHANGED
data/lib/backports/version.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
metadata
CHANGED
@@ -1,33 +1,24 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: backports
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.3.4
|
5
5
|
prerelease:
|
6
|
-
segments:
|
7
|
-
- 3
|
8
|
-
- 3
|
9
|
-
- 3
|
10
|
-
version: 3.3.3
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
13
|
-
-
|
7
|
+
authors:
|
8
|
+
- Marc-André Lafortune
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2013-06-30 00:00:00 Z
|
12
|
+
date: 2013-09-16 00:00:00.000000000 Z
|
19
13
|
dependencies: []
|
20
|
-
|
21
|
-
|
22
|
-
email:
|
14
|
+
description: Essential backports that enable many of the nice features of Ruby 1.8.7
|
15
|
+
up to 2.0.0 for earlier versions.
|
16
|
+
email:
|
23
17
|
- github@marc-andre.ca
|
24
18
|
executables: []
|
25
|
-
|
26
19
|
extensions: []
|
27
|
-
|
28
20
|
extra_rdoc_files: []
|
29
|
-
|
30
|
-
files:
|
21
|
+
files:
|
31
22
|
- .document
|
32
23
|
- .gitignore
|
33
24
|
- .gitmodules
|
@@ -421,102 +412,102 @@ files:
|
|
421
412
|
- set_version/1.9.3.rb
|
422
413
|
- set_version/2.0.0.rb
|
423
414
|
- set_version/setter.rb
|
424
|
-
- tags/1.8.6/core/array/rotate_spec.rb
|
425
|
-
- tags/1.8.6/core/array/uniq_spec.rb
|
426
|
-
- tags/1.8.6/core/complex/to_r_spec.rb
|
427
|
-
- tags/1.8.6/core/enumerable/each_entry_spec.rb
|
428
|
-
- tags/1.8.6/core/enumerator/next_spec.rb
|
429
|
-
- tags/1.8.6/core/env/to_h_spec.rb
|
430
|
-
- tags/1.8.6/core/file/join_spec.rb
|
431
|
-
- tags/1.8.6/core/file/lchmod_spec.rb
|
432
|
-
- tags/1.8.6/core/file/new_spec.rb
|
433
|
-
- tags/1.8.6/core/file/open_spec.rb
|
434
|
-
- tags/1.8.6/core/file/to_path_spec.rb
|
435
|
-
- tags/1.8.6/core/fixnum/fdiv_spec.rb
|
436
|
-
- tags/1.8.6/core/gc/stress_spec.rb
|
437
|
-
- tags/1.8.6/core/hash/assoc_spec.rb
|
438
|
-
- tags/1.8.6/core/hash/default_proc_spec.rb
|
439
|
-
- tags/1.8.6/core/hash/eql_spec.rb
|
440
|
-
- tags/1.8.6/core/hash/hash_spec.rb
|
441
|
-
- tags/1.8.6/core/hash/keep_if_spec.rb
|
442
|
-
- tags/1.8.6/core/hash/select_spec.rb
|
443
|
-
- tags/1.8.6/core/integer/round_spec.rb
|
444
|
-
- tags/1.8.6/core/io/binread_spec.rb
|
445
|
-
- tags/1.8.6/core/io/chars_spec.rb
|
446
|
-
- tags/1.8.6/core/io/each_char_spec.rb
|
447
|
-
- tags/1.8.6/core/io/lines_spec.rb
|
448
|
-
- tags/1.8.6/core/io/open_spec.rb
|
449
|
-
- tags/1.8.6/core/io/ungetbyte_spec.rb
|
450
|
-
- tags/1.8.6/core/io/write_spec.rb
|
451
|
-
- tags/1.8.6/core/kernel/__callee___spec.rb
|
452
|
-
- tags/1.8.6/core/kernel/__method___spec.rb
|
453
|
-
- tags/1.8.6/core/kernel/define_singleton_method_spec.rb
|
454
|
-
- tags/1.8.6/core/kernel/public_method_spec.rb
|
455
|
-
- tags/1.8.6/core/math/log2_spec.rb
|
456
|
-
- tags/1.8.6/core/math/log_spec.rb
|
457
|
-
- tags/1.8.6/core/module/class_exec_spec.rb
|
458
|
-
- tags/1.8.6/core/module/module_exec_spec.rb
|
459
|
-
- tags/1.8.6/core/numeric/step_spec.rb
|
460
|
-
- tags/1.8.6/core/proc/curry_spec.rb
|
461
|
-
- tags/1.8.6/core/range/step_spec.rb
|
462
|
-
- tags/1.8.6/core/string/getbyte_spec.rb
|
463
|
-
- tags/1.8.6/core/string/partition_spec.rb
|
464
|
-
- tags/1.8.6/core/string/prepend_spec.rb
|
465
|
-
- tags/1.8.6/core/string/rpartition_spec.rb
|
466
|
-
- tags/1.8.6/core/string/setbyte_spec.rb
|
467
|
-
- tags/1.8.6/core/string/upto_spec.rb
|
468
|
-
- tags/1.8.6/core/symbol/capitalize_spec.rb
|
469
|
-
- tags/1.8.6/core/symbol/comparison_spec.rb
|
470
|
-
- tags/1.8.6/core/symbol/downcase_spec.rb
|
471
|
-
- tags/1.8.6/core/symbol/element_reference_spec.rb
|
472
|
-
- tags/1.8.6/core/symbol/empty_spec.rb
|
473
|
-
- tags/1.8.6/core/symbol/match_spec.rb
|
474
|
-
- tags/1.8.6/core/symbol/swapcase_spec.rb
|
475
|
-
- tags/1.8.6/core/symbol/upcase_spec.rb
|
476
|
-
- tags/1.8.7/core/array/keep_if_spec.rb
|
477
|
-
- tags/1.8.7/core/array/rotate_spec.rb
|
478
|
-
- tags/1.8.7/core/array/select_spec.rb
|
479
|
-
- tags/1.8.7/core/array/uniq_spec.rb
|
480
|
-
- tags/1.8.7/core/complex/to_r_spec.rb
|
481
|
-
- tags/1.8.7/core/env/to_h_spec.rb
|
482
|
-
- tags/1.8.7/core/file/lchmod_spec.rb
|
483
|
-
- tags/1.8.7/core/file/new_spec.rb
|
484
|
-
- tags/1.8.7/core/file/open_spec.rb
|
485
|
-
- tags/1.8.7/core/file/readlink_spec.rb
|
486
|
-
- tags/1.8.7/core/file/to_path_spec.rb
|
487
|
-
- tags/1.8.7/core/hash/assoc_spec.rb
|
488
|
-
- tags/1.8.7/core/hash/default_proc_spec.rb
|
489
|
-
- tags/1.8.7/core/hash/keep_if_spec.rb
|
490
|
-
- tags/1.8.7/core/hash/rassoc_spec.rb
|
491
|
-
- tags/1.8.7/core/hash/select_spec.rb
|
492
|
-
- tags/1.8.7/core/integer/round_spec.rb
|
493
|
-
- tags/1.8.7/core/io/binread_spec.rb
|
494
|
-
- tags/1.8.7/core/io/open_spec.rb
|
495
|
-
- tags/1.8.7/core/io/ungetbyte_spec.rb
|
496
|
-
- tags/1.8.7/core/io/write_spec.rb
|
497
|
-
- tags/1.8.7/core/kernel/__callee___spec.rb
|
498
|
-
- tags/1.8.7/core/kernel/define_singleton_method_spec.rb
|
499
|
-
- tags/1.8.7/core/kernel/public_method_spec.rb
|
500
|
-
- tags/1.8.7/core/math/log2_spec.rb
|
501
|
-
- tags/1.8.7/core/math/log_spec.rb
|
502
|
-
- tags/1.8.7/core/proc/curry_spec.rb
|
503
|
-
- tags/1.8.7/core/proc/yield_spec.rb
|
504
|
-
- tags/1.8.7/core/string/getbyte_spec.rb
|
505
|
-
- tags/1.8.7/core/string/prepend_spec.rb
|
506
|
-
- tags/1.8.7/core/string/setbyte_spec.rb
|
507
|
-
- tags/1.8.7/core/symbol/capitalize_spec.rb
|
508
|
-
- tags/1.8.7/core/symbol/comparison_spec.rb
|
509
|
-
- tags/1.8.7/core/symbol/downcase_spec.rb
|
510
|
-
- tags/1.8.7/core/symbol/element_reference_spec.rb
|
511
|
-
- tags/1.8.7/core/symbol/empty_spec.rb
|
512
|
-
- tags/1.8.7/core/symbol/match_spec.rb
|
513
|
-
- tags/1.8.7/core/symbol/swapcase_spec.rb
|
514
|
-
- tags/1.8.7/core/symbol/upcase_spec.rb
|
515
|
-
- tags/1.9.1/core/array/rotate_spec.rb
|
516
|
-
- tags/1.9.1/core/env/to_h_spec.rb
|
517
|
-
- tags/1.9.1/core/hash/default_proc_spec.rb
|
518
|
-
- tags/1.9.1/core/io/write_spec.rb
|
519
|
-
- tags/1.9.2/core/io/write_spec.rb
|
415
|
+
- spec/tags/1.8.6/core/array/rotate_spec.rb
|
416
|
+
- spec/tags/1.8.6/core/array/uniq_spec.rb
|
417
|
+
- spec/tags/1.8.6/core/complex/to_r_spec.rb
|
418
|
+
- spec/tags/1.8.6/core/enumerable/each_entry_spec.rb
|
419
|
+
- spec/tags/1.8.6/core/enumerator/next_spec.rb
|
420
|
+
- spec/tags/1.8.6/core/env/to_h_spec.rb
|
421
|
+
- spec/tags/1.8.6/core/file/join_spec.rb
|
422
|
+
- spec/tags/1.8.6/core/file/lchmod_spec.rb
|
423
|
+
- spec/tags/1.8.6/core/file/new_spec.rb
|
424
|
+
- spec/tags/1.8.6/core/file/open_spec.rb
|
425
|
+
- spec/tags/1.8.6/core/file/to_path_spec.rb
|
426
|
+
- spec/tags/1.8.6/core/fixnum/fdiv_spec.rb
|
427
|
+
- spec/tags/1.8.6/core/gc/stress_spec.rb
|
428
|
+
- spec/tags/1.8.6/core/hash/assoc_spec.rb
|
429
|
+
- spec/tags/1.8.6/core/hash/default_proc_spec.rb
|
430
|
+
- spec/tags/1.8.6/core/hash/eql_spec.rb
|
431
|
+
- spec/tags/1.8.6/core/hash/hash_spec.rb
|
432
|
+
- spec/tags/1.8.6/core/hash/keep_if_spec.rb
|
433
|
+
- spec/tags/1.8.6/core/hash/select_spec.rb
|
434
|
+
- spec/tags/1.8.6/core/integer/round_spec.rb
|
435
|
+
- spec/tags/1.8.6/core/io/binread_spec.rb
|
436
|
+
- spec/tags/1.8.6/core/io/chars_spec.rb
|
437
|
+
- spec/tags/1.8.6/core/io/each_char_spec.rb
|
438
|
+
- spec/tags/1.8.6/core/io/lines_spec.rb
|
439
|
+
- spec/tags/1.8.6/core/io/open_spec.rb
|
440
|
+
- spec/tags/1.8.6/core/io/ungetbyte_spec.rb
|
441
|
+
- spec/tags/1.8.6/core/io/write_spec.rb
|
442
|
+
- spec/tags/1.8.6/core/kernel/__callee___spec.rb
|
443
|
+
- spec/tags/1.8.6/core/kernel/__method___spec.rb
|
444
|
+
- spec/tags/1.8.6/core/kernel/define_singleton_method_spec.rb
|
445
|
+
- spec/tags/1.8.6/core/kernel/public_method_spec.rb
|
446
|
+
- spec/tags/1.8.6/core/math/log2_spec.rb
|
447
|
+
- spec/tags/1.8.6/core/math/log_spec.rb
|
448
|
+
- spec/tags/1.8.6/core/module/class_exec_spec.rb
|
449
|
+
- spec/tags/1.8.6/core/module/module_exec_spec.rb
|
450
|
+
- spec/tags/1.8.6/core/numeric/step_spec.rb
|
451
|
+
- spec/tags/1.8.6/core/proc/curry_spec.rb
|
452
|
+
- spec/tags/1.8.6/core/range/step_spec.rb
|
453
|
+
- spec/tags/1.8.6/core/string/getbyte_spec.rb
|
454
|
+
- spec/tags/1.8.6/core/string/partition_spec.rb
|
455
|
+
- spec/tags/1.8.6/core/string/prepend_spec.rb
|
456
|
+
- spec/tags/1.8.6/core/string/rpartition_spec.rb
|
457
|
+
- spec/tags/1.8.6/core/string/setbyte_spec.rb
|
458
|
+
- spec/tags/1.8.6/core/string/upto_spec.rb
|
459
|
+
- spec/tags/1.8.6/core/symbol/capitalize_spec.rb
|
460
|
+
- spec/tags/1.8.6/core/symbol/comparison_spec.rb
|
461
|
+
- spec/tags/1.8.6/core/symbol/downcase_spec.rb
|
462
|
+
- spec/tags/1.8.6/core/symbol/element_reference_spec.rb
|
463
|
+
- spec/tags/1.8.6/core/symbol/empty_spec.rb
|
464
|
+
- spec/tags/1.8.6/core/symbol/match_spec.rb
|
465
|
+
- spec/tags/1.8.6/core/symbol/swapcase_spec.rb
|
466
|
+
- spec/tags/1.8.6/core/symbol/upcase_spec.rb
|
467
|
+
- spec/tags/1.8.7/core/array/keep_if_spec.rb
|
468
|
+
- spec/tags/1.8.7/core/array/rotate_spec.rb
|
469
|
+
- spec/tags/1.8.7/core/array/select_spec.rb
|
470
|
+
- spec/tags/1.8.7/core/array/uniq_spec.rb
|
471
|
+
- spec/tags/1.8.7/core/complex/to_r_spec.rb
|
472
|
+
- spec/tags/1.8.7/core/env/to_h_spec.rb
|
473
|
+
- spec/tags/1.8.7/core/file/lchmod_spec.rb
|
474
|
+
- spec/tags/1.8.7/core/file/new_spec.rb
|
475
|
+
- spec/tags/1.8.7/core/file/open_spec.rb
|
476
|
+
- spec/tags/1.8.7/core/file/readlink_spec.rb
|
477
|
+
- spec/tags/1.8.7/core/file/to_path_spec.rb
|
478
|
+
- spec/tags/1.8.7/core/hash/assoc_spec.rb
|
479
|
+
- spec/tags/1.8.7/core/hash/default_proc_spec.rb
|
480
|
+
- spec/tags/1.8.7/core/hash/keep_if_spec.rb
|
481
|
+
- spec/tags/1.8.7/core/hash/rassoc_spec.rb
|
482
|
+
- spec/tags/1.8.7/core/hash/select_spec.rb
|
483
|
+
- spec/tags/1.8.7/core/integer/round_spec.rb
|
484
|
+
- spec/tags/1.8.7/core/io/binread_spec.rb
|
485
|
+
- spec/tags/1.8.7/core/io/open_spec.rb
|
486
|
+
- spec/tags/1.8.7/core/io/ungetbyte_spec.rb
|
487
|
+
- spec/tags/1.8.7/core/io/write_spec.rb
|
488
|
+
- spec/tags/1.8.7/core/kernel/__callee___spec.rb
|
489
|
+
- spec/tags/1.8.7/core/kernel/define_singleton_method_spec.rb
|
490
|
+
- spec/tags/1.8.7/core/kernel/public_method_spec.rb
|
491
|
+
- spec/tags/1.8.7/core/math/log2_spec.rb
|
492
|
+
- spec/tags/1.8.7/core/math/log_spec.rb
|
493
|
+
- spec/tags/1.8.7/core/proc/curry_spec.rb
|
494
|
+
- spec/tags/1.8.7/core/proc/yield_spec.rb
|
495
|
+
- spec/tags/1.8.7/core/string/getbyte_spec.rb
|
496
|
+
- spec/tags/1.8.7/core/string/prepend_spec.rb
|
497
|
+
- spec/tags/1.8.7/core/string/setbyte_spec.rb
|
498
|
+
- spec/tags/1.8.7/core/symbol/capitalize_spec.rb
|
499
|
+
- spec/tags/1.8.7/core/symbol/comparison_spec.rb
|
500
|
+
- spec/tags/1.8.7/core/symbol/downcase_spec.rb
|
501
|
+
- spec/tags/1.8.7/core/symbol/element_reference_spec.rb
|
502
|
+
- spec/tags/1.8.7/core/symbol/empty_spec.rb
|
503
|
+
- spec/tags/1.8.7/core/symbol/match_spec.rb
|
504
|
+
- spec/tags/1.8.7/core/symbol/swapcase_spec.rb
|
505
|
+
- spec/tags/1.8.7/core/symbol/upcase_spec.rb
|
506
|
+
- spec/tags/1.9.1/core/array/rotate_spec.rb
|
507
|
+
- spec/tags/1.9.1/core/env/to_h_spec.rb
|
508
|
+
- spec/tags/1.9.1/core/hash/default_proc_spec.rb
|
509
|
+
- spec/tags/1.9.1/core/io/write_spec.rb
|
510
|
+
- spec/tags/1.9.2/core/io/write_spec.rb
|
520
511
|
- test/README
|
521
512
|
- test/_backport_guards_test.rb
|
522
513
|
- test/lazy_test.rb
|
@@ -524,38 +515,131 @@ files:
|
|
524
515
|
- test/test_helper.rb
|
525
516
|
homepage: http://github.com/marcandre/backports
|
526
517
|
licenses: []
|
527
|
-
|
528
518
|
post_install_message:
|
529
519
|
rdoc_options: []
|
530
|
-
|
531
|
-
require_paths:
|
520
|
+
require_paths:
|
532
521
|
- lib
|
533
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
522
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
534
523
|
none: false
|
535
|
-
requirements:
|
536
|
-
- -
|
537
|
-
- !ruby/object:Gem::Version
|
538
|
-
|
539
|
-
segments:
|
524
|
+
requirements:
|
525
|
+
- - ! '>='
|
526
|
+
- !ruby/object:Gem::Version
|
527
|
+
version: '0'
|
528
|
+
segments:
|
540
529
|
- 0
|
541
|
-
|
542
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
530
|
+
hash: 1271304744120870496
|
531
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
543
532
|
none: false
|
544
|
-
requirements:
|
545
|
-
- -
|
546
|
-
- !ruby/object:Gem::Version
|
547
|
-
|
548
|
-
segments:
|
533
|
+
requirements:
|
534
|
+
- - ! '>='
|
535
|
+
- !ruby/object:Gem::Version
|
536
|
+
version: '0'
|
537
|
+
segments:
|
549
538
|
- 0
|
550
|
-
|
539
|
+
hash: 1271304744120870496
|
551
540
|
requirements: []
|
552
|
-
|
553
541
|
rubyforge_project:
|
554
542
|
rubygems_version: 1.8.25
|
555
543
|
signing_key:
|
556
544
|
specification_version: 3
|
557
545
|
summary: Backports of Ruby features for older Ruby.
|
558
|
-
test_files:
|
546
|
+
test_files:
|
547
|
+
- spec/tags/1.8.6/core/array/rotate_spec.rb
|
548
|
+
- spec/tags/1.8.6/core/array/uniq_spec.rb
|
549
|
+
- spec/tags/1.8.6/core/complex/to_r_spec.rb
|
550
|
+
- spec/tags/1.8.6/core/enumerable/each_entry_spec.rb
|
551
|
+
- spec/tags/1.8.6/core/enumerator/next_spec.rb
|
552
|
+
- spec/tags/1.8.6/core/env/to_h_spec.rb
|
553
|
+
- spec/tags/1.8.6/core/file/join_spec.rb
|
554
|
+
- spec/tags/1.8.6/core/file/lchmod_spec.rb
|
555
|
+
- spec/tags/1.8.6/core/file/new_spec.rb
|
556
|
+
- spec/tags/1.8.6/core/file/open_spec.rb
|
557
|
+
- spec/tags/1.8.6/core/file/to_path_spec.rb
|
558
|
+
- spec/tags/1.8.6/core/fixnum/fdiv_spec.rb
|
559
|
+
- spec/tags/1.8.6/core/gc/stress_spec.rb
|
560
|
+
- spec/tags/1.8.6/core/hash/assoc_spec.rb
|
561
|
+
- spec/tags/1.8.6/core/hash/default_proc_spec.rb
|
562
|
+
- spec/tags/1.8.6/core/hash/eql_spec.rb
|
563
|
+
- spec/tags/1.8.6/core/hash/hash_spec.rb
|
564
|
+
- spec/tags/1.8.6/core/hash/keep_if_spec.rb
|
565
|
+
- spec/tags/1.8.6/core/hash/select_spec.rb
|
566
|
+
- spec/tags/1.8.6/core/integer/round_spec.rb
|
567
|
+
- spec/tags/1.8.6/core/io/binread_spec.rb
|
568
|
+
- spec/tags/1.8.6/core/io/chars_spec.rb
|
569
|
+
- spec/tags/1.8.6/core/io/each_char_spec.rb
|
570
|
+
- spec/tags/1.8.6/core/io/lines_spec.rb
|
571
|
+
- spec/tags/1.8.6/core/io/open_spec.rb
|
572
|
+
- spec/tags/1.8.6/core/io/ungetbyte_spec.rb
|
573
|
+
- spec/tags/1.8.6/core/io/write_spec.rb
|
574
|
+
- spec/tags/1.8.6/core/kernel/__callee___spec.rb
|
575
|
+
- spec/tags/1.8.6/core/kernel/__method___spec.rb
|
576
|
+
- spec/tags/1.8.6/core/kernel/define_singleton_method_spec.rb
|
577
|
+
- spec/tags/1.8.6/core/kernel/public_method_spec.rb
|
578
|
+
- spec/tags/1.8.6/core/math/log2_spec.rb
|
579
|
+
- spec/tags/1.8.6/core/math/log_spec.rb
|
580
|
+
- spec/tags/1.8.6/core/module/class_exec_spec.rb
|
581
|
+
- spec/tags/1.8.6/core/module/module_exec_spec.rb
|
582
|
+
- spec/tags/1.8.6/core/numeric/step_spec.rb
|
583
|
+
- spec/tags/1.8.6/core/proc/curry_spec.rb
|
584
|
+
- spec/tags/1.8.6/core/range/step_spec.rb
|
585
|
+
- spec/tags/1.8.6/core/string/getbyte_spec.rb
|
586
|
+
- spec/tags/1.8.6/core/string/partition_spec.rb
|
587
|
+
- spec/tags/1.8.6/core/string/prepend_spec.rb
|
588
|
+
- spec/tags/1.8.6/core/string/rpartition_spec.rb
|
589
|
+
- spec/tags/1.8.6/core/string/setbyte_spec.rb
|
590
|
+
- spec/tags/1.8.6/core/string/upto_spec.rb
|
591
|
+
- spec/tags/1.8.6/core/symbol/capitalize_spec.rb
|
592
|
+
- spec/tags/1.8.6/core/symbol/comparison_spec.rb
|
593
|
+
- spec/tags/1.8.6/core/symbol/downcase_spec.rb
|
594
|
+
- spec/tags/1.8.6/core/symbol/element_reference_spec.rb
|
595
|
+
- spec/tags/1.8.6/core/symbol/empty_spec.rb
|
596
|
+
- spec/tags/1.8.6/core/symbol/match_spec.rb
|
597
|
+
- spec/tags/1.8.6/core/symbol/swapcase_spec.rb
|
598
|
+
- spec/tags/1.8.6/core/symbol/upcase_spec.rb
|
599
|
+
- spec/tags/1.8.7/core/array/keep_if_spec.rb
|
600
|
+
- spec/tags/1.8.7/core/array/rotate_spec.rb
|
601
|
+
- spec/tags/1.8.7/core/array/select_spec.rb
|
602
|
+
- spec/tags/1.8.7/core/array/uniq_spec.rb
|
603
|
+
- spec/tags/1.8.7/core/complex/to_r_spec.rb
|
604
|
+
- spec/tags/1.8.7/core/env/to_h_spec.rb
|
605
|
+
- spec/tags/1.8.7/core/file/lchmod_spec.rb
|
606
|
+
- spec/tags/1.8.7/core/file/new_spec.rb
|
607
|
+
- spec/tags/1.8.7/core/file/open_spec.rb
|
608
|
+
- spec/tags/1.8.7/core/file/readlink_spec.rb
|
609
|
+
- spec/tags/1.8.7/core/file/to_path_spec.rb
|
610
|
+
- spec/tags/1.8.7/core/hash/assoc_spec.rb
|
611
|
+
- spec/tags/1.8.7/core/hash/default_proc_spec.rb
|
612
|
+
- spec/tags/1.8.7/core/hash/keep_if_spec.rb
|
613
|
+
- spec/tags/1.8.7/core/hash/rassoc_spec.rb
|
614
|
+
- spec/tags/1.8.7/core/hash/select_spec.rb
|
615
|
+
- spec/tags/1.8.7/core/integer/round_spec.rb
|
616
|
+
- spec/tags/1.8.7/core/io/binread_spec.rb
|
617
|
+
- spec/tags/1.8.7/core/io/open_spec.rb
|
618
|
+
- spec/tags/1.8.7/core/io/ungetbyte_spec.rb
|
619
|
+
- spec/tags/1.8.7/core/io/write_spec.rb
|
620
|
+
- spec/tags/1.8.7/core/kernel/__callee___spec.rb
|
621
|
+
- spec/tags/1.8.7/core/kernel/define_singleton_method_spec.rb
|
622
|
+
- spec/tags/1.8.7/core/kernel/public_method_spec.rb
|
623
|
+
- spec/tags/1.8.7/core/math/log2_spec.rb
|
624
|
+
- spec/tags/1.8.7/core/math/log_spec.rb
|
625
|
+
- spec/tags/1.8.7/core/proc/curry_spec.rb
|
626
|
+
- spec/tags/1.8.7/core/proc/yield_spec.rb
|
627
|
+
- spec/tags/1.8.7/core/string/getbyte_spec.rb
|
628
|
+
- spec/tags/1.8.7/core/string/prepend_spec.rb
|
629
|
+
- spec/tags/1.8.7/core/string/setbyte_spec.rb
|
630
|
+
- spec/tags/1.8.7/core/symbol/capitalize_spec.rb
|
631
|
+
- spec/tags/1.8.7/core/symbol/comparison_spec.rb
|
632
|
+
- spec/tags/1.8.7/core/symbol/downcase_spec.rb
|
633
|
+
- spec/tags/1.8.7/core/symbol/element_reference_spec.rb
|
634
|
+
- spec/tags/1.8.7/core/symbol/empty_spec.rb
|
635
|
+
- spec/tags/1.8.7/core/symbol/match_spec.rb
|
636
|
+
- spec/tags/1.8.7/core/symbol/swapcase_spec.rb
|
637
|
+
- spec/tags/1.8.7/core/symbol/upcase_spec.rb
|
638
|
+
- spec/tags/1.9.1/core/array/rotate_spec.rb
|
639
|
+
- spec/tags/1.9.1/core/env/to_h_spec.rb
|
640
|
+
- spec/tags/1.9.1/core/hash/default_proc_spec.rb
|
641
|
+
- spec/tags/1.9.1/core/io/write_spec.rb
|
642
|
+
- spec/tags/1.9.2/core/io/write_spec.rb
|
559
643
|
- test/README
|
560
644
|
- test/_backport_guards_test.rb
|
561
645
|
- test/lazy_test.rb
|