wraith 2.3.3 → 2.3.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f06fef6c1584ea8502744988e405e3717a5a1fb
4
- data.tar.gz: 47f3489629f192b949277048a330f29e7e0df729
3
+ metadata.gz: 525af1d831af1e48c7369104056f2eb40c78e838
4
+ data.tar.gz: 21ec27716ca9acf38768b598c18addca53611c8f
5
5
  SHA512:
6
- metadata.gz: a9d9dbf50a36715eb9f0f00720c84546624467c3d547ef9800a904661895e87f17c56751dd8cde11dc62139d79e4d90af65c12f267f6e6a9cf0b6712fe7effa8
7
- data.tar.gz: 45c9b9c474a35147cd732a948cdd091691378e150961b3ab00d0b065d58ba34a755e7e861e8d81d732291f7075b4e1eab722738f409deed60a85db6aec9e77c2
6
+ metadata.gz: d5e863f5b8f1c5b169cc1aa5e19a9494af2f06d7862c7db1864372b1bb323dc03c5db2957f8aacd57a43386414ad801bc1381629a5c388b0175dd67c51da7c17
7
+ data.tar.gz: e4e7e9d682b607a69982b4c2d4e7b92e692fa66e601dd89957dd5df931f24ae3b6f04a7f64315e166926215092e70c6994b0596f7cc97e09ed4f626029daac48
@@ -121,8 +121,9 @@ end
121
121
  class SaveMetadata
122
122
  attr_reader :wraith, :history
123
123
 
124
- def initialize(config, _history)
124
+ def initialize(config, history)
125
125
  @wraith = config
126
+ @history = history
126
127
  end
127
128
 
128
129
  def history_label
@@ -1,3 +1,3 @@
1
1
  module Wraith
2
- VERSION = "2.3.3"
2
+ VERSION = "2.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wraith
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.3
4
+ version: 2.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Blooman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-04-05 00:00:00.000000000 Z
12
+ date: 2015-04-09 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry