marshal-structure 1.1 → 1.1.1
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.
- data.tar.gz.sig +0 -0
- data/History.txt +5 -0
- data/Manifest.txt +1 -0
- data/bin/marshal_structure +6 -0
- data/lib/marshal/structure.rb +1 -1
- metadata +6 -4
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
data/lib/marshal/structure.rb
CHANGED
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: marshal-structure
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 1
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.1.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Eric Hodel
|
|
@@ -84,8 +85,8 @@ dependencies:
|
|
|
84
85
|
description: Dumps a tree based on the Marshal format. Supports the Marshal 4.8 format.
|
|
85
86
|
email:
|
|
86
87
|
- drbrain@segment7.net
|
|
87
|
-
executables:
|
|
88
|
-
|
|
88
|
+
executables:
|
|
89
|
+
- marshal_structure
|
|
89
90
|
extensions: []
|
|
90
91
|
|
|
91
92
|
extra_rdoc_files:
|
|
@@ -98,6 +99,7 @@ files:
|
|
|
98
99
|
- Manifest.txt
|
|
99
100
|
- README.rdoc
|
|
100
101
|
- Rakefile
|
|
102
|
+
- bin/marshal_structure
|
|
101
103
|
- lib/marshal/structure.rb
|
|
102
104
|
- test/test_marshal_structure.rb
|
|
103
105
|
- .gemtest
|
metadata.gz.sig
CHANGED
|
Binary file
|