Sha256: 6986eefd8774f4a0c06c038b708be0d2346203cda3e1aa393fb9dc68800a0d3d

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

=== 0.2.2 (Sep 15, 2010)

* fixed failure to run on MRI-1.8.6 [#ngty]

=== 0.2.1 (Sep 14, 2010)

* introduced hack to ensure procs generated by Symbol#to_proc & Method#to_proc
  behaves exactly the same way under 1.8.*, 1.9.* & JRuby ~> always throwing
  CannotHandleCreatedOnTheFlyProcError [#ngty]
* minor cleaning up of ragel scanner [#ngty]

=== 0.2.0 (Sep 10, 2010)

* use home-baked ragel-based scanner for scanning for proc code [#ngty]
* renamed Sourcify::LexerInternalError to Sourcify::ParserInternalError since
  we are not using any lexer anymore [#ngty]
* introduces CannotParseEvalCodeError, CannotParseIrbCodeError &
  CannotHandleCreatedOnTheFlyProcError to handle procs that there is no way
  to extract code from [#ngty]
* tested against well known projects (eg. spree & redmine) to show that it is
  indeed working [#ngty]

=== 0.1.2 (Aug 30, 2010)

* introduced throwing of Sourcify::LexerInternalError when parser cannot handle
  incorrectly lexed code fragments [#ngty]
* fixed bug in lexing keyword literals (represented as Symbol) [#ngty]

=== 0.1.1 (Aug 30, 2010)

* fixed empty return for Proc#to_sexp after calling of Proc#to_source [#ngty]

=== 0.1.0 (Aug 28, 2010)

* 1st gem release !! [#ngty]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sourcify-0.2.2.1 HISTORY.txt