ryanlowe / save_or_raise
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
2fe328c
save_or_raise / save_or_raise.gemspec
| 065ba2d1 » | ryanlowe | 2008-05-25 | 1 | Gem::Specification.new do |s| | |
| 2 | s.name = "save_or_raise" | ||||
| 4d5db3c2 » | ryanlowe | 2008-05-25 | 3 | s.version = "0.1.2" | |
| 065ba2d1 » | ryanlowe | 2008-05-25 | 4 | s.date = "2008-05-25" | |
| 5 | s.summary = "A replacement for ActiveRecord::Base#save! for Ruby on Rails" | ||||
| 6 | s.email = "rails@ryanlowe.ca" | ||||
| 7 | s.homepage = "http://github.com/ryanlowe/save_or_raise" | ||||
| 8 | s.description = "A replacement for ActiveRecord::Base#save! for Ruby on Rails" | ||||
| 9 | s.has_rdoc = false | ||||
| 10 | s.authors = ["Ryan Lowe"] | ||||
| 19b41d44 » | ryanlowe | 2008-05-25 | 11 | s.files = ["README", "CHANGELOG", "MIT-LICENSE","Rakefile", "save_or_raise.gemspec", "init.rb","lib/save_or_raise.rb"] | |
| 065ba2d1 » | ryanlowe | 2008-05-25 | 12 | s.test_files = [] | |
| 13 | s.rdoc_options = ["--main", "README"] | ||||
| 14 | s.extra_rdoc_files = ["README","CHANGELOG"] | ||||
| 15 | s.add_dependency("rails", ["> 2.0.0"]) | ||||
| 16 | end | ||||
