marshal-structure 1.1 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 1.1.1 / 2011-10-06
2
+
3
+ * Bug fix
4
+ * Really add bin/marshal_structure
5
+
1
6
  === 1.1 / 2011-10-06
2
7
 
3
8
  * Minor enhancement
data/Manifest.txt CHANGED
@@ -3,5 +3,6 @@ History.txt
3
3
  Manifest.txt
4
4
  README.rdoc
5
5
  Rakefile
6
+ bin/marshal_structure
6
7
  lib/marshal/structure.rb
7
8
  test/test_marshal_structure.rb
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'marshal/structure'
4
+
5
+ Marshal::Structure.run ARGV
6
+
@@ -9,7 +9,7 @@ class Marshal::Structure
9
9
  ##
10
10
  # Version of Marshal::Structure you are using
11
11
 
12
- VERSION = '1.1'
12
+ VERSION = '1.1.1'
13
13
 
14
14
  ##
15
15
  # Supported major Marshal version
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: 13
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- version: "1.1"
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