r38y / postmark-rails3

Postmark gem for Rails3
http://postmarkapp.com
MIT License
4 stars 1 forks source link

Can't install gem #1

Closed davidwisch closed 14 years ago

davidwisch commented 14 years ago

Running the gem install command (sudo gem install postmark-rails3) produces the following output:

ERROR: Could not find a valid gem 'postmark-rails3' (>= 0) in any repository

Can't seem to find it on rubygems either (http://rubygems.org/gems?letter=P&page=19).

r38y commented 14 years ago

That's because it doesn't exist as a gem yet. I converted the postmark gem and rails gem to work with Rails 3 and they haven't pulled in my changes. Once they do, and package them up, it will be available.

However, you CAN use it as a plugin if you install my fork of the postmark gem as a plugin as well:

http://github.com/r38y/postmark-gem