File: CHANGELOG.rdoc

package info (click to toggle)
ruby-journey 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 288 kB
  • sloc: ruby: 2,817; yacc: 42; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Wed Feb 15 11:49:41 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* lib/journey/formatter.rb: reject non-truthy parameters parts.
          Fixes rails ticket #4587

Mon Jan 23 17:07:53 2012  Aaron Patterson <aaron@tenderlovemaking.com>

	* Added symbol? and literal? predicate methods to the ast nodes for
        easier AST traversal.
        * Made the dummy node a real class.