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.
@@ -1,4 +1,4 @@
1
- == 2.0.1 released 2009-01-14
1
+ == 2.0.2 released 2009-01-14
2
2
 
3
3
  * Change package structure.
4
4
 
@@ -1,4 +1,4 @@
1
- Copyright (c) 2008 Restful Transactions
1
+ Copyright (c) 2009 Simon Harris
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
@@ -14,4 +14,4 @@ Or you can use the Rails plugin
14
14
 
15
15
  === License
16
16
 
17
- This plugin is copyright 2008 by RedHill Consulting, Pty. Ltd. and is released under the MIT license.
17
+ This plugin is copyright 2009 Simon Harris and is released under the MIT license.
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "restful_transactions"
3
- s.version = "2.0.1"
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: harukizaemon-restful_transactions
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Simon Harris