summaryrefslogtreecommitdiff
path: root/lib/saml/kit/cli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/saml/kit/cli')
-rw-r--r--lib/saml/kit/cli/version.rb2
-rw-r--r--lib/saml/kit/cli/yaml_registry.rb4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/saml/kit/cli/version.rb b/lib/saml/kit/cli/version.rb
index 8146a2b..ec75a90 100644
--- a/lib/saml/kit/cli/version.rb
+++ b/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
diff --git a/lib/saml/kit/cli/yaml_registry.rb b/lib/saml/kit/cli/yaml_registry.rb
index cf386df..9f825ab 100644
--- a/lib/saml/kit/cli/yaml_registry.rb
+++ b/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