1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected 4 months ago.
Oct 09, 2024 — Oct 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a require. More... over 15 years ago
Replaced all constants with class-variables to prevent Constant warning messages when reloading Ore in Bundler. More... over 15 years ago
Removed the constant all together. More... over 15 years ago
Prevent ORE_LIB_DIR redefinitions. More... over 15 years ago
Attempt loading 'ore/specification' normally, then attempt modifying the $LOAD_PATH. More... over 15 years ago
Include the license in the gemspec.yml template. More... over 15 years ago
Make sure the example gemspec matches our gemspec.yml. More... over 15 years ago
Remove to_a calls in Project#to_gemspec. More... over 15 years ago
Added specs for Project#license and Project#licenses. More... over 15 years ago
Set the license in the gemspec.yml file. More... over 15 years ago
Added Project#licenses. More... over 15 years ago
Added checks for add_development_dependency and add_runtime_dependency. More... over 15 years ago
Set the required_ruby_version and required_rubygems_version in Project#to_gemspec. More... over 15 years ago
Added specs about required_ruby_version and required_rubygems_version. More... over 15 years ago
Include Naming into Ore::Paths. More... over 15 years ago
Split the path related methods out into ore/paths. More... over 15 years ago
Added required_ruby_version and required_rubygems_version to Ore::Project. More... over 15 years ago
Add bundler ~> 1.0.0 as a development dependency. More... over 15 years ago
DRY. More... over 15 years ago
Fixed a typo. More... over 15 years ago
Use const_missing to automatically load Ore::Specification. More... over 15 years ago
Fixed a typo. More... over 15 years ago
Use double quoted Strings. More... over 15 years ago
Added more rescue logic for when we are not running Bundler. More... over 15 years ago
Added the 'ore' template and --ore option for adding Ore::Tasks to the Rakefile. More... over 15 years ago
Added Project#pkg_file and use it in Project#build!. More... over 15 years ago
Added Project#lib_dir, #bin_dir and #pkg_dir. More... over 15 years ago
Updated the ChangeLog a bit. More... over 15 years ago
Added Gemfile for realism. More... over 15 years ago
Added dummy gemspecs. More... over 15 years ago