path 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 5cade59aa6bcb009b2323684ef2d627be4ab563e
4
+ data.tar.gz: 6107ae8f292fca2e5a877d2e325fce3d6e6a75e5
5
+ SHA512:
6
+ metadata.gz: 8464ac533da8a0ed7c5470435d56830faee1bf43101626776a81cc1239d68805217cf846ab68e9d70396f1e22e6da0024ddd81e6640a3fc87fbfcaff8a263bef
7
+ data.tar.gz: 70820b2c64060ebd6b2c2104e5b97852711b5c267e2cb9d5553dd265b1e4cf1acca3da076fbf91fa7afb0072a73633e3d8e70c8a80ce695138399533f5b221f0
@@ -141,14 +141,13 @@ class Path
141
141
  end
142
142
 
143
143
  # Marshal dumping.
144
- def marshal_dump
144
+ def _dump level
145
145
  @path
146
146
  end
147
147
 
148
148
  # Marshal loading.
149
- def marshal_load path
150
- @path = path
151
- init
149
+ def self._load path
150
+ self.new(path)
152
151
  end
153
152
  end
154
153
 
@@ -1,5 +1,5 @@
1
1
  class Path
2
2
  # The version of the gem.
3
3
  # Set here to avoid duplication and allow introspection.
4
- VERSION = '1.3.1'
4
+ VERSION = '1.3.2'
5
5
  end
metadata CHANGED
@@ -1,30 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: path
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
5
- prerelease:
4
+ version: 1.3.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - eregon
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2012-08-11 00:00:00.000000000 Z
11
+ date: 2013-09-02 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: rspec
16
15
  requirement: !ruby/object:Gem::Requirement
17
- none: false
18
16
  requirements:
19
- - - ! '>='
17
+ - - '>='
20
18
  - !ruby/object:Gem::Version
21
19
  version: '0'
22
20
  type: :development
23
21
  prerelease: false
24
22
  version_requirements: !ruby/object:Gem::Requirement
25
- none: false
26
23
  requirements:
27
- - - ! '>='
24
+ - - '>='
28
25
  - !ruby/object:Gem::Version
29
26
  version: '0'
30
27
  description: Path is a library to easily manage paths and with a lot of extra goodness.
@@ -53,26 +50,26 @@ files:
53
50
  - path.gemspec
54
51
  homepage: https://github.com/eregon/path
55
52
  licenses: []
53
+ metadata: {}
56
54
  post_install_message:
57
55
  rdoc_options: []
58
56
  require_paths:
59
57
  - lib
60
58
  required_ruby_version: !ruby/object:Gem::Requirement
61
- none: false
62
59
  requirements:
63
- - - ! '>='
60
+ - - '>='
64
61
  - !ruby/object:Gem::Version
65
62
  version: '0'
66
63
  required_rubygems_version: !ruby/object:Gem::Requirement
67
- none: false
68
64
  requirements:
69
- - - ! '>='
65
+ - - '>='
70
66
  - !ruby/object:Gem::Version
71
67
  version: '0'
72
68
  requirements: []
73
69
  rubyforge_project:
74
- rubygems_version: 1.8.24
70
+ rubygems_version: 2.0.3
75
71
  signing_key:
76
- specification_version: 3
72
+ specification_version: 4
77
73
  summary: The Path manipulation library
78
74
  test_files: []
75
+ has_rdoc: