depix 1.0.1 → 1.0.2

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: depix
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik Tarkhanov
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-19 00:00:00 +01:00
12
+ date: 2008-12-21 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -44,6 +44,9 @@ files:
44
44
  - lib/depix.rb
45
45
  - lib/depix/struct_explainer.rb
46
46
  - lib/depix/structs.rb
47
+ - lib/depix/compact_structs.rb
48
+ - lib/depix/enums.rb
49
+ - lib/depix/dict.rb
47
50
  - test/test_depix.rb
48
51
  - test/samples/E012_P001_L000002_lin.0001.dpx
49
52
  - test/samples/E012_P001_L000002_lin.0002.dpx
@@ -78,3 +81,4 @@ specification_version: 2
78
81
  summary: Read DPX file metadata
79
82
  test_files:
80
83
  - test/test_depix.rb
84
+ - test/test_dict.rb