harukizaemon-restful_transactions 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +1 -1
- data/MIT-LICENSE +1 -1
- data/README.rdoc +1 -1
- data/restful_transactions.gemspec +1 -1
- metadata +1 -1
data/CHANGELOG.rdoc
CHANGED
data/MIT-LICENSE
CHANGED
data/README.rdoc
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "restful_transactions"
|
|
3
|
-
s.version = "2.0.
|
|
3
|
+
s.version = "2.0.2"
|
|
4
4
|
s.date = "2009-01-14"
|
|
5
5
|
s.summary = "Ensure that any Ruby on Rails controller action executed within a POST, PUT or DELETE request is wrapped in a transaction."
|
|
6
6
|
s.email = "haruki.zaemon@gmail.com"
|