Skip to content

Commit 379d334

Browse files
committed
update
1 parent ba7a1d0 commit 379d334

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
dry-stack (0.1.45)
4+
dry-stack (0.1.47)
55

66
GEM
77
remote: https://rubygems.org/

lib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Dry
22
class Stack
3-
VERSION = '0.1.46'
3+
VERSION = '0.1.47'
44
end
55
end

spec/simple_stack_spec.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
compose = YAML.load_file stack_file.gsub('.drs', sufix), aliases: true rescue ''
2828
# puts stack_compose_shell
2929

30-
unless stack_compose_shell == compose.to_yaml
31-
yaml = YAML.load stack_compose_shell, aliases: true
32-
File.write stack_file.gsub('.drs', sufix), yaml.to_yaml
33-
compose = YAML.load_file stack_file.gsub('.drs', sufix), aliases: true
34-
end
30+
# unless stack_compose_shell == compose.to_yaml
31+
# yaml = YAML.load stack_compose_shell, aliases: true
32+
# File.write stack_file.gsub('.drs', sufix), yaml.to_yaml
33+
# compose = YAML.load_file stack_file.gsub('.drs', sufix), aliases: true
34+
# end
3535
expect(stack_compose_shell).to eq(compose.to_yaml)
3636
end
3737
end

0 commit comments

Comments
 (0)