Skip to content

Commit

Permalink
Vendor'd treetop
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Dec 17, 2009
1 parent 89c48e2 commit f0dc07f
Show file tree
Hide file tree
Showing 127 changed files with 9 additions and 20,329 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rdoc
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,8 @@
== Thu Dec 17 02:14:23 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com>

* Version 1.3.4
* Vendor'd treetop

== Thu Dec 17 01:32:00 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com> == Thu Dec 17 01:32:00 UTC 2009 Mikel Lindsaar <raasdnil@gmail.com>


* Version 1.3.3 * Version 1.3.3
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require 'bundler'


spec = Gem::Specification.new do |s| spec = Gem::Specification.new do |s|
s.name = "mail" s.name = "mail"
s.version = "1.3.3" s.version = "1.3.4"
s.author = "Mike Lindsaar" s.author = "Mike Lindsaar"
s.email = "raasdnil@gmail.com" s.email = "raasdnil@gmail.com"
s.homepage = "http://github.com/mikel/mail" s.homepage = "http://github.com/mikel/mail"
Expand Down
2 changes: 1 addition & 1 deletion lib/mail/version.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Mail
module VERSION module VERSION
MAJOR = 1 MAJOR = 1
MINOR = 3 MINOR = 3
TINY = 3 TINY = 4


STRING = [MAJOR, MINOR, TINY].join('.') STRING = [MAJOR, MINOR, TINY].join('.')
end end
Expand Down
4 changes: 2 additions & 2 deletions lib/vendor/treetop.rb
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
# Have to vendor treetop to avoid loading polyglot # Have to vendor treetop to avoid loading polyglot


$:.unshift "#{File.dirname(__FILE__)}/treetop-1.4.3" $:.unshift "#{File.dirname(__FILE__)}/treetop-1.4.3/lib"
TREETOP_DISABLE_POLYGLOT = true ::TREETOP_DISABLE_POLYGLOT = true
require 'treetop' require 'treetop'
18 changes: 0 additions & 18 deletions lib/vendor/treetop/History.txt

This file was deleted.

19 changes: 0 additions & 19 deletions lib/vendor/treetop/LICENSE

This file was deleted.

164 changes: 0 additions & 164 deletions lib/vendor/treetop/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions lib/vendor/treetop/Rakefile

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f0dc07f

Please sign in to comment.