Skip to content

Commit

Permalink
Fixing things a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bleigh committed Mar 11, 2011
1 parent f5ca10f commit 8a5a5e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
10 changes: 7 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# RailsWizard Recipes
# RailsWizard Gem

This is the official collection of recipes for [RailsWizard][1], the
This is the official gem collection of recipes for [RailsWizard][1], the
online Rails template generator. Previously stored in MongoDB, the
recipes now live in a GitHub repository to make them fork-friendly. You
can see all of the recipes in the [recipes directory][2].

If you're looking for the web app source code, it now lives at
[rails_wizard-web][3].

## Submitting a Recipe

Submitting a recipe is actually a very straightforward process. Recipes
Expand Down Expand Up @@ -39,4 +42,5 @@ RailsWizard could properly parse and understand your recipe file.
RailsWizard and its recipes are distributed under the MIT License.

[1]:http://railswizard.org/
[2]:https://github.com/intridea/railswizard/tree/master/recipes
[2]:https://github.com/intridea/rails_wizard/tree/master/recipes
[3]:https://github.com/intridea/rails_wizard-web
7 changes: 4 additions & 3 deletions railswizard-recipes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ $:.push File.expand_path("../lib", __FILE__)
require File.dirname(__FILE__) + "/version"

Gem::Specification.new do |s|
s.name = "railswizard-recipes"
s.version = RailsWizard::Recipes::VERSION
s.name = "rails_wizard"
s.version = RailsWizard::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Michael Bleigh"]
s.email = ["michael@intridea.com"]
s.homepage = "http://railswizard.org/"
s.summary = %q{The collection of recipes available on RailsWizard.org}
s.description = %q{The collection of recipes available on RailsWizard.org}

s.rubyforge_project = "railswizard-recipes"
s.rubyforge_project = "rails_wizard"

s.add_dependency "i18n"
s.add_dependency "activesupport", "~> 3.0.0"
Expand All @@ -23,3 +23,4 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
end

0 comments on commit 8a5a5e6

Please sign in to comment.