Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Updated README and gem description
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Mar 4, 2010
1 parent 285094a commit 8faab46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2009 Nathaniel Bibler
Copyright (c) 2009 Envy Labs LLC

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
20 changes: 7 additions & 13 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
= blue_light_special
= BlueLightSpecial

Description goes here.

== Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
(if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.
BlueLightSpecial is a derivative from Thoughtbot's
{Clearance}[http://github.com/thoughtbot/clearance] gem. It authenticates
a visitor by email and password, but additionally integrates MadMimi for
outgoing notification emails. Also, a role system and administrative user
impersonation are baked in.

== Copyright

Copyright (c) 2010 Nathaniel Bibler. See LICENSE for details.
Copyright (c) 2010 Envy Labs LLC. See LICENSE for details.
9 changes: 4 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ begin
require 'jeweler'
Jeweler::Tasks.new do |gem|
gem.name = "blue_light_special"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.summary = %Q{Rails authentication by email and password}
gem.description = %Q{Rails authentication by email and password with integrated dependencies to MadMimi. Also provides administrative user impersonation.}
gem.email = "nate@envylabs.com"
gem.homepage = "http://github.com/nbibler/blue_light_special"
gem.homepage = "http://github.com/envylabs/blue_light_special"
gem.authors = ["Nathaniel Bibler"]
gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
gem.add_development_dependency "shoulda", ">= 0"
end
Jeweler::GemcutterTasks.new
rescue LoadError
Expand Down

0 comments on commit 8faab46

Please sign in to comment.