trecs 0.1.18 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f98f9f0136b8c43c268ca7287bec11c8c40b398
4
- data.tar.gz: 7293984eda6d841755fad9625a358395c970135a
3
+ metadata.gz: 03a3ed2757202a2bb2affdd25e2205a02cdac78a
4
+ data.tar.gz: 9575e2a0f41aa2b0d49b83cbdbad7ec120566f68
5
5
  SHA512:
6
- metadata.gz: 034aadf18dabfede82ffc7daa98a662a8312332bcdb2381be934f8e06aeb7ddcd1ca30bba6d152a9f774c39eb9f7fe004c5017bb75d5179a52d825bc4b15577e
7
- data.tar.gz: 68fa9f2867fa73afddf52463d7c53ea3b9e03f0b5603be52ea088caf6e2b6c12d79d85c0dd441deb6f928b4127994b27306f799213179351e1bf0410fc6a38ac
6
+ metadata.gz: 23c6a73e6fdb5b5ba91ffa6434b5af53fbc8b2ca8cc23a5de12d84fb90f51177051d70502d51d15c4d15523a95b1ef7c59f801d6c0bd62a73326817f81413a29
7
+ data.tar.gz: 8695aaa1f4c5b3d0bd6f3cfeeb7c6dbc10535ea169742d229d33a93ffaf4ff62498879df1cc7e692d20bf79bfa5579be697f0a061a2e4cae125a82e329aaa0a6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trecs (0.1.18)
4
+ trecs (0.1.19)
5
5
  minitar (~> 0.5.4)
6
6
  trollop (~> 2.0)
7
7
 
@@ -9,6 +9,7 @@ module TRecs
9
9
 
10
10
  def initialize(frames={})
11
11
  @frames = frames || Hash.new
12
+ @command = frames.fetch(:command) { nil }
12
13
  end
13
14
 
14
15
  def perform
data/lib/trecs/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module TRecs
2
- VERSION = "0.1.18"
2
+ VERSION = "0.1.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Iachetti