Commit Graph

41 Commits (master)

Author SHA1 Message Date
Rory OConnell 3345c58dfb Fixing broken release 2012-02-15 11:54:46 -08:00
Rory OConnell cba57eb50d URL change 2012-02-14 20:52:08 -08:00
Austin Ziegler 360f31720d Adding rubyforge to the Rakefile handling. 2011-03-22 00:53:43 -04:00
Austin Ziegler 1e85e83c46 Cleaning up the Rakefile. 2011-03-21 23:48:07 -04:00
Austin Ziegler 84e42ceb78 Merging an ugly set of changes I had forgotten about. 2011-03-17 21:37:17 -04:00
Austin Ziegler dcbb2017c8 Documentation clean-up and license change. 2011-03-17 21:15:25 -04:00
Austin Ziegler 75bec76435 Cleanup of infrastructure before release.
* Removing Gemfile and Gemfile.lock; not appropriate for library gems.
* Removing old-style packaging with archive-tar-minitar (I'll miss you
  even if no one else does).
* Updated the manifest and the committed gemspec.
2011-03-16 19:32:49 -04:00
Rory O'Connell a160b17a1d Checking in gemspec to enable pulling right from github with Bundler 2011-03-16 14:13:13 -05:00
Rory O'Connell 7143490850 Fix merge artifacts because I'm a dummy dumb head 2010-09-25 15:27:59 -05:00
Austin Ziegler 9fb791a06a Documentation preparation for version 0.2 release. 2010-04-19 01:03:52 -04:00
Austin Ziegler 70477ecf21 Removing Hanna RDoc template.
I like the Hanna template, but want to look at integrating it again
later, especially when the frames can be eliminated. For now, we'll use
Darkfish, which I think is very ugly.
2010-04-18 23:52:48 -04:00
Austin Ziegler 917d455857 Making 'extra_rdoc_files' more robust. 2010-04-18 23:33:29 -04:00
Kaspar Schiess f5658bcd45 + Cruisecontrol task 2010-04-08 13:39:59 +02:00
Austin Ziegler 97fbae9849 Adding a Hacking document. 2010-04-05 18:12:41 +02:00
Kaspar Schiess ddb15caace + Adding String#read_ber! back in, since our test server uses it. 2010-03-20 14:18:15 +01:00
Kaspar Schiess 015a300e1d - Removed a few includes that would produce a warning
The warning would be displayed each time the rakefile was run. These things get me.
2010-03-17 16:30:37 +01:00
Austin Ziegler 202c87df4a Making rsync of documentation clean. 2010-03-15 22:06:42 -04:00
Austin Ziegler f8f1db59e3 Setting the remote rdoc directory. 2010-03-15 20:44:50 -04:00
Austin Ziegler d3e2c2ccb6 Final touches before release. 2010-03-15 20:37:47 -04:00
Austin Ziegler 5c319e1b58 Excluding Ruby 1.8.6 from multiruby; preventing the gem from allowing install on 1.8.6. 2010-03-13 21:22:04 -05:00
Austin Ziegler b824ff33cc Removed unnecessary code commented out. 2010-03-10 21:43:33 -05:00
Austin Ziegler b3f5aff852 Making this all work with Hoe.
History has been collapsed
  Manifest is modern.
  Textile README is changed to Markdown because Hoe complains less.
2010-03-10 21:35:33 -05:00
Kaspar Schiess 05689e060d . Version bump to 0.1.0, new maintainers and repository location 2010-03-08 09:52:32 +01:00
Kaspar Schiess 9b614bee0e . fixes the Rakefile to generate a real package 2010-02-12 15:12:52 +01:00
Kaspar Schiess 75f37c58b9 ! Fixes tests for everything BUT the number conversion
This commit removes read_ber! since no one seems to be using it. YAGNI.
2010-02-12 11:59:46 +01:00
Rory OConnell 4c24cf239a Import fixes from kschiess 2010-02-10 12:13:59 -06:00
emiel 6b5548ffd2 This commit is all about moving toward 'Hoe' as the project helper.
$ gem install hoe

To get there the following has been done:

 * Adhere to hoe naming conventions.
 * Migrate and update tests.
 * Consolidate and update documentation.
 * Prepare History.txt for release.
 * And I probably forgot something...
2008-11-14 23:22:30 +00:00
blackhedd da882af074 Added Net::LDAP::Filter.parse_ber and associated helper methods and tests. 2007-05-05 02:44:32 +00:00
blackhedd 5f197cc040 fixed the implementation of Bignum#to_ber. 2006-12-15 18:29:26 +00:00
blackhedd 6748040918 adjusted spelling 2006-12-15 10:01:37 +00:00
blackhedd 1408a72c86 added a task for running the SNMP tests. 2006-12-15 10:00:51 +00:00
blackhedd 0bf59f7897 removed an extraneous LdapError value, noticed by Kouhei Sutou. 2006-10-27 00:10:26 +00:00
blackhedd 4a8f68bf9e Patched Rakefile so it runs the tests. Thanks to Daniel Berger. 2006-08-25 02:41:13 +00:00
blackhedd e0d32bb1bd Fixed package name 2006-05-01 20:19:25 +00:00
austin 2f3802c4fd Tweaks to top-level files. 2006-05-01 02:14:05 +00:00
blackhedd 1fec1f6abf and removed COPYING from another place 2006-04-30 18:46:27 +00:00
blackhedd 6e3e95c237 Removed COPYING from distro list. This GPL file is replaced by LICENCE. 2006-04-30 18:44:45 +00:00
blackhedd 62e24ae893 minor verbiage tweaks.
Removed COPYING which only makes sense for GPL.
2006-04-30 11:37:59 +00:00
austin 2faf22a2af Added the framework for release. I haven't actually verified this yet for Net::LDAP, but I used the same framework for the recent release of MIME::Types. Some pieces of the code may need to be moved around to better handle the testing framework in the Rakefile and the pre-setup.rb file. To make this work, you will need the meta_project, gmailer, and archive-tar-minitar gems. 2006-04-30 03:34:34 +00:00
blackhedd 1decab1aaf Ditched autorequire from Rakefile 2006-04-16 23:07:50 +00:00
blackhedd eb3ab200f8 Ooops, I added my code in the top level.
Provisionally added this branch to keep from messing things up.
2006-04-14 23:23:35 +00:00