biopsy 0.1.1.alpha → 0.1.3.alpha

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: e4b7eed6bdea005473b5bab0e14b2d05eadb7dbf
4
- data.tar.gz: 788a2e6a6bd4f67d5d35c39e5b710634d72c45cb
3
+ metadata.gz: 1ec90ab633f2918da2c0c171f817677c2173368c
4
+ data.tar.gz: 8e6c7456dc5bf2fa8cbb5a878471192f99a8a0fc
5
5
  SHA512:
6
- metadata.gz: ddfe6c7044e51f9f59774b2750670cc5e44f88ea61cacdcdf42f5cb8e8000979da68f9c7326d8c3fcf05aea5125c5d12e27c23a9b9be73de55306fe5b71b1590
7
- data.tar.gz: 1e8ad4d20403f7c6abf300663ad2dd670518c67d93626573011cdf9220ebc38ee330952af24e175b16e12d3ab99562f72ab9ecef286a707333af388f0c331be5
6
+ metadata.gz: 050d69fe396e21252bc2f688e102a20b49bce48b95bb70f642a7a7c10e59e243c6d7c0768154a5825b57bc6195ce47f597cf10a63cc5c7f28a802523fed15e50
7
+ data.tar.gz: bee88a6a7132af7954566bd43371e83172f182fea0270e7c91a8ad69eff9aa8ab631c92fd39a96f122ef26e56026db3992ed575ed3dbaad3a10ce89f25d28f52
data/lib/biopsy/target.rb CHANGED
@@ -1,3 +1,5 @@
1
+
2
+
1
3
  module Biopsy
2
4
 
3
5
  class TargetLoadError < Exception
@@ -11,6 +13,7 @@ module Biopsy
11
13
  attr_accessor :options
12
14
  attr_accessor :output
13
15
  attr_accessor :name
16
+ attr_accessor :shortname
14
17
  attr_reader :constructor_path
15
18
 
16
19
  # load target with +name+.
@@ -113,7 +116,7 @@ module Biopsy
113
116
  end
114
117
  else
115
118
  # present option to user
116
-
119
+ @options[param] = data
117
120
  end
118
121
  end
119
122
  end
@@ -4,7 +4,7 @@ module Biopsy
4
4
  module VERSION
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- PATCH = 1
7
+ PATCH = 3
8
8
  BUILD = 'alpha'
9
9
 
10
10
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: biopsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.alpha
4
+ version: 0.1.3.alpha
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Smith