File: History.txt

package info (click to toggle)
ruby-polyglot 0.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • ctags: 12
  • sloc: ruby: 73; makefile: 2
file content (72 lines) | stat: -rw-r--r-- 1,572 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
== 0.3.2 2011-07-27

* 1 minor fix:
  * Load file without extension if found exactly as required

== 0.3.1 2010-02-29

* 1 minor fix:
  * Enumerable strings are deprecated in Ruby 1.8.8

== 0.3.0 2010-02-14

* 1 minor fix:
  * Compatibility with Rails 3

== 0.2.9 2009-09-13

* 1 minor fix:
  * Use to_s on Pathname to support Ruby 1.9

== 0.2.8 2009-08-18

* 1 minor fix:
  * Previous fix for LoadErrors failed for cucumber.

== 0.2.7 2009-08-17

* 1 minor fix:
  * Fix Polyglot catching LoadErrors not raised in Polyglot.find and re-raising the 
  wrong message.

== 0.2.6 2009-06-21

* 1 significant fix:
  * Require using absolute pathname now works correctly on Ruby 1.8

== 0.2.5 2009-03-04

* 1 significant fix:
  * Polyglot's require may be called with a Pathname, or other object allowed by Kernel#require that doesn't support [] (Kernel#require uses to_str apparently)

== 0.2.4 2008-05-29

* 1 significant fix:
  * Previous LoadError change is checked in this time (oops!)

== 0.2.3 2008-05-29

* 2 minor enhancements:
  * Raise MissingSourceFile exception instead of LoadError if ActiveSupport is loaded
  * Re-raise original exception new one on require load fail

== 0.2.2 2008-05-12

* 2 minor enhancements:
  * Doesn't search $: when asked to load an absolute path
  * Adds a helpful exception message on LoadError

== 0.2.1 2008-03-05

* 1 minor defect:
  * code to raise LoadError itself raised an exception

== 0.2.0 2008-02-13

* 1 major enhancement:
  * Doesn't reload on every require

== 0.1.0 2007-10-22

* 1 major enhancement:
  * Initial release