diff options
| author | mokha <mokha@cisco.com> | 2018-02-08 15:49:35 -0700 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2018-02-08 15:49:35 -0700 |
| commit | 8e75fb2ee7aa134998e0a35dea12149b197a14d7 (patch) | |
| tree | 9faa917a7e8b1d399dba7d1ebb9b57de18655f7f /lib/saml/kit | |
| parent | be1f9016ea3d6f66ba1ad451f69859c0c4a6f052 (diff) | |
fix typo.v0.3.3
Diffstat (limited to 'lib/saml/kit')
| -rw-r--r-- | lib/saml/kit/cli/version.rb | 2 | ||||
| -rw-r--r-- | lib/saml/kit/cli/yaml_registry.rb | 4 |
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 |
