0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added test/regression which will contain tests to check, for instance, invalid gemspecs outputted by MicroGem. Added the paypal gem gemspec. More... about 17 years ago
Oops, forgot to change executable in gemspec… More... about 17 years ago
Added `ugem' as an alternative to the waaaaay cooler `µgem' executable :) Bumped version to 0.2.0. More... about 17 years ago
Bumped version to 0.1.1 More... about 17 years ago
Updated README More... about 17 years ago
Updated README More... about 17 years ago
Added separate rake task for building the gem. Fixed a bug with µgem figuring out whether or not rubygems has been loaded. More... about 17 years ago
Added main rdoc file option. More... about 17 years ago
Updated README.rdoc More... about 17 years ago
If the µgem bindary is loaded _and_ RubyGems has already been loaded, this means the binary was loaded from a RubyGems bin wrapper. Work around this by using exec and also sets the env variable PRODUCTION to true. More... about 17 years ago
Added LICENSE and microgem.gemspec More... about 17 years ago
Cleaned up and added some docs. More... about 17 years ago
Fixed some bugs when installing some gems related to missing gem classes. Added workarounds for determining where the bin dir is when on osx Ruby.framework or MacRuby.framework. More... about 17 years ago
Updated README with note that we by default support rubyforge and github. More... about 17 years ago
Force gunzip to overwrite existing files. More... about 17 years ago
I is well ready for test usage! More... about 17 years ago
Cleaned up Rakefile. No need anymore for setting up a development environment anymore, everything is done on demand. More... about 17 years ago
Hoppakee! Removed Gem::SourceIndex, and its fixture, which we don't need anymore now that we only use the quick specs. More... about 17 years ago
Made all tests green except the ones that test the output of SpecificationEmitter#to_ruby against a fixture. More... about 17 years ago
Made more tests green. More... about 17 years ago
Fixed BinWrapperEmitter, and we are installing again! Woohoo More... about 17 years ago
Added Config.bin_dir which is in tmp/bin in development and ::Config::CONFIG['bindir'] in production. More... about 17 years ago
Installer will load the full spec (metadata.gz) from the unpacked gem. Made more tests green. More... about 17 years ago
Before returning critical paths Config will ensure it exists. More... about 17 years ago
Added fixtures for the quick specs of rubyforge and github and updated test_helper to copy those over if they don't exist. More... about 17 years ago
Fixed initializing the BareSpecification with the correct values when searching a gem_spec More... about 17 years ago
Load the marshaled gem specs for testing and fixed test and code for the install command. More... about 17 years ago
Fixed installed_gem_dirnames. More... about 17 years ago
Cleaned up and removed a test about source index. More... about 17 years ago
Oops, forgot to add options_parser.rb. Options changed to OptionsParser. More... about 17 years ago