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
Added a complete reference to the gemspec.yml file. More... over 15 years ago
Streamlined the dependencey setting methods, to only accept a Hash of names => versions. More... over 15 years ago
Moved helper methods out of Generator and into Template::Helpers. More... over 15 years ago
Moved TemplateDir and Interpolations into Ore::Template. More... over 15 years ago
Update the gemspec template to use Ore::Specification. More... over 15 years ago
Added a RubyGems plugin that autoloads Ore::Specification, even before Bundler can cripple RubyGems. More... over 15 years ago
Make sure the example gemspec.yml matches Ore's gemspec.yml. More... over 15 years ago
Removed Ore::Bundler, since it was a quick hack. More... over 15 years ago
Don't use ore/bundler in Gemfiles, they should work out of the box. More... over 15 years ago
Added a more reliable gemspec file into the base template, so Bundler can bundle our git repositories. More... over 15 years ago
Added a encoding header. More... over 15 years ago
Added the gemspec task for dumping a Ruby gemspec. More... over 15 years ago
Added the spec task for dumping the gemspec (similar to `gem spec`). More... over 15 years ago
Add more formatting to the Features. More... over 15 years ago
Updated the Features again. More... over 15 years ago
Allow :gitignore includes in .gitignore. More... over 15 years ago
Show Ore being used with Bundler. More... over 15 years ago
Added a very basic .gitignore file. Please add extra stuff to your own global .gitignore file. More... over 15 years ago
If we're not using Bundler with rspec, use gem 'rspec', '~> 2.0.0' to require it. More... over 15 years ago
Pass Ore::Specification.new to Jeweler::Tasks.new. More... over 15 years ago
Added ore as a development dependencey. More... over 15 years ago
Add a message to show the user where we are writting files to. More... over 15 years ago
Disable the Thor namespace in Ore::Generator. More... over 15 years ago
Added the --gemspec option to Ore::Generator. More... over 15 years ago
Updated the Synopsis section. More... over 15 years ago
Generate a gemspec.yml file. More... over 15 years ago
Moved the gemspec file into it's own template directory. More... over 15 years ago
Use the gemspec_yml method. More... over 15 years ago
Renamed Bundler::Dsl#ore to Bundler::Dsl#gemspec_yml. More... over 15 years ago
Renamed the gem.yml file to gemspec.yml. More... over 15 years ago