Commit Graph

32 Commits

Author SHA1 Message Date
Jeremy Daer 753329f7df
gitignore: dropped appraisal gemfiles in 634d91145c, so stop ignoring their lockfiles
[ci skip]
2017-05-21 17:42:51 -07:00
Jeremy Daer 874ad7c24d
Modular Ragel definitions and incremental parser builds
* Annotate and modularize Ragel parser
* Set up Rake rules and dependencies for incremental builds
* Generate dot + SVG for parser
2016-09-19 18:25:10 -07:00
Jeremy Daer 2de9ab1091
Corpus verification cleanup and benchmarking 2016-09-19 18:14:35 -07:00
Jeremy Daer 3689ee2a39
Clean some cobwebs out of .gitignore, stuff that should be in global gitignore 2016-09-19 18:14:07 -07:00
Benjamin Fleischer f734d21349 Run tests against various mime-types using Appraisal
Run tests against all mime-types version with

    appraisal rake

or

    rake appraisal
2014-05-26 22:14:56 -05:00
Mario Camou fdd4287e15 Added RubyMine/IntelliJ IDEA configuration directories and rbenv config files to .gitignore 2013-08-22 16:30:04 +02:00
Jeremy Kemper 66ba02ef9f Organize .gitignore, qualify toplevel ignores, add .ruby-version and /bin ignores 2013-01-27 19:57:31 -07:00
Mikel Lindsaar be87d43cc2 Adding .rbx to gitignore 2012-01-14 09:53:05 +10:30
Srushti Ambekallu c320ff4361 added to_yaml & from_yaml methods to message 2011-02-07 14:40:59 +05:30
Karl a188f93321 added rescue block for badly formatted date 2010-12-15 23:21:44 -05:00
Karl fe45b7656c reproduced error "undefined method domain for #<Treetop::Runtime::SyntaxNode:0x101a434e8>" 2010-12-14 12:59:17 -05:00
Mikel Lindsaar 170ffa334a Merge branch 'master' of http://github.com/fasta/mail into fasta-master
Conflicts:
	lib/mail/mail.rb
2010-09-29 01:03:51 +10:00
Mikel Lindsaar b0984a6ef3 Removing Gemfile.lock so that people on different rubies don't get stuck 2010-09-10 23:27:02 +10:00
Fabian Staubli 56f8e11199 added vim swapfiles to gitignore list 2010-08-04 20:48:04 +02:00
Mikel Lindsaar 671dfbd67b Adding RBC files to the ignore 2010-06-12 13:06:19 -07:00
Mikel Lindsaar 572bfdb3b6 Updating gitignore 2010-06-07 13:37:42 -04:00
Eric Kidd b094a2bbf0 Allow bundler to automatically build a gem directly from git
Using bundler (now included with Rails 3.0), it's possible to fetch gems
directly from specific branches in a git repository.  This is very handy
for contributors and people who need to make small fixes.

With this patch applied, it's possible to include the following line
in a Gemfile:

  gem 'mail', :git => 'git://github.com/mikel/mail.git'

Then you can install the latest master branch using bundler:

  bundle install

This patch changes two things about the development process.  First,
gems are now built using:

  rake build

...or:

  gem build mail.gemspec

Second, the generated gemfile now appears in the top-level directory,
and not in a pkg/ subdirectory.
2010-05-07 19:02:46 +08:00
Mikel Lindsaar 0b143d6a50 Adding mail.tmproj 2010-03-28 20:00:38 +11:00
Jeremy Kemper b58aa09027 .DS_Store and mail.tmproj gitignores belong in ~/.gitconfig 2010-03-07 11:09:21 -08:00
Jeremy Kemper 798d810a8f Use bundler ~> 0.9.10 2010-03-07 11:07:46 -08:00
Mikel Lindsaar 90fda28518 removing corpus from the mail tree 2010-01-21 11:54:24 +11:00
Mikel Lindsaar c9bb057161 Removing mail.tmproj 2010-01-20 19:49:25 +11:00
Mikel Lindsaar 9a5343ce1b Restoring the treetop load file 2010-01-20 14:02:59 +11:00
Mikel Lindsaar 6b10f840c5 Removing tmproj from ignore 2010-01-20 13:50:30 +11:00
Mikel Lindsaar de20d6c330 Fixed up git ignore file 2010-01-07 10:24:36 +11:00
Mikel Lindsaar a5a0038e9f Updating .gitignore 2010-01-04 23:32:49 +11:00
Mikel Lindsaar 1529c89010 Updating corpus rake task 2010-01-04 11:40:00 +11:00
Mikel Lindsaar 9945675bf0 Update .gitignore to not commit the 3Gb of SPAM 2010-01-04 11:02:02 +11:00
Tim Carey-Smith, Corey Donohoe, Simon Rozet & Ben Burkert c6a0768713 migrate from manual gemspec maintainenace to something generated from the rakefile for gem building 2009-11-19 11:31:41 +08:00
Tim Carey-Smith, Corey Donohoe, Simon Rozet & Ben Burkert d9a56c2aac Add a Gemfile to easily setup the test dependencies 2009-11-19 11:31:40 +08:00
Mikel Lindsaar 4a25d1ee6e Adding version file as well as update to readme 2009-10-25 11:58:44 +11:00
Nicolas Fouché 90e4944bf5 New Rakefile to launch cucumber, specs, tests, rdoc, rcov. 2009-08-06 01:56:02 +02:00