Commit 8e75fb2
Changed files (2)
lib
saml
kit
lib/saml/kit/cli/version.rb
@@ -1,7 +1,7 @@
module Saml
module Kit
module Cli
- VERSION = "0.3.2"
+ VERSION = "0.3.3"
end
end
end
lib/saml/kit/cli/yaml_registry.rb
@@ -35,8 +35,8 @@ module Saml
if @in_transaction
yield @items
else
- begin
- @items.transaction do
+ @items.transaction do
+ begin
@in_transaction = true
yield @items
ensure