markov_uuid 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,5 +2,5 @@ require_relative './markov_uuid/chain'
2
2
  require_relative './markov_uuid/storage'
3
3
 
4
4
  module MarkovUuid
5
- VERSION = "0.0.6"
5
+ VERSION = "0.0.7"
6
6
  end
@@ -33,9 +33,7 @@ module MarkovUuid
33
33
  end
34
34
 
35
35
  def open
36
- file_klass.open(cache_file) do |f|
37
- @data = YAML.load f
38
- end
36
+ file_klass.open(cache_file) { |f| @data = YAML.load f }
39
37
 
40
38
  @data
41
39
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markov_uuid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: