libpath-ruby 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6dd88bc30d1032ce6d4a4b279bb0692fbc0669205be981d9182abd7b6adbf7b9
4
- data.tar.gz: 778b9b33864a813d2ab4ff67b8685f6ee193c0eeeb9b4632647a655ca4ff6ab5
3
+ metadata.gz: 1fe0a20249532b1b80f937b9749c2b2962838d24e927bc1a58effe869a6217fc
4
+ data.tar.gz: 13dde5b56de3ebedd606a32b10a4b000b975e831d5d425afca8963327f3642a9
5
5
  SHA512:
6
- metadata.gz: 02f1f20771f342c7df0945a887a3611fe1357e06e7a22c182382901711c837aef4fe6ec12e7c3ade63d9e86ee52697b30957eec7544271d998192ba3d633b9a3
7
- data.tar.gz: 3a1bcce47edcfdee2f20a05fa7d42b4929d5a7abce60fec405e8d89e5141597825cf4cfd4dee0c74f057540f4e167bc44ce556891345aacb7a4ee690fbd8d33f
6
+ metadata.gz: 810ed5ade6eb98faef307849b2d5c8a737bb2f0573105711e9535e299ab07bdee9d4f18f98748537e1a9e5f5bad2a9a27b30dd6837bd90fa8522c096a3915829
7
+ data.tar.gz: '0947a2e281a14f61eb4aa815600e1ea4e31a7719ec38ab0121a3a4b38561e993b12ebd6cec83c9c0487cef7f5e694aee2d25bfbc1596ddb7953bd26d742df871'
@@ -1,6 +1,6 @@
1
1
 
2
- require 'libpath/excdeptions/libpath_base_exception'
3
- require 'libpath/excdeptions/malformed_name_exception'
2
+ require 'libpath/exceptions/libpath_base_exception'
3
+ require 'libpath/exceptions/malformed_name_exception'
4
4
 
5
5
  # ############################## end of file ############################# #
6
6
 
@@ -31,3 +31,6 @@ end
31
31
  end
32
32
  end
33
33
 
34
+ # ############################## end of file ############################# #
35
+
36
+
@@ -2,8 +2,10 @@
2
2
  module LibPath # :nodoc:
3
3
  # @!visibility private
4
4
  module Internal_ # :nodoc: all
5
+ # @!visibility private
5
6
  module Unix # :nodoc:
6
7
 
8
+ # @!visibility private
7
9
  module Form # :nodoc:
8
10
 
9
11
  # [INTERNAL] This function is undocumented, and subject to change at any
@@ -158,3 +160,6 @@ end # module Unix
158
160
  end # module Internal_
159
161
  end # module LibPath
160
162
 
163
+ # ############################## end of file ############################# #
164
+
165
+
@@ -2,9 +2,12 @@
2
2
  module LibPath # :nodoc:
3
3
  # @!visibility private
4
4
  module Internal_ # :nodoc: all
5
+ # @!visibility private
5
6
  module Windows # :nodoc:
7
+ # @!visibility private
6
8
  module Drive # :nodoc:
7
9
 
10
+ # @!visibility private
8
11
  module Constants # :nodoc:
9
12
 
10
13
  DRIVE_LETTERS = [
@@ -5,8 +5,10 @@ require 'libpath/internal_/windows/drive'
5
5
  module LibPath # :nodoc:
6
6
  # @!visibility private
7
7
  module Internal_ # :nodoc: all
8
+ # @!visibility private
8
9
  module Windows # :nodoc:
9
10
 
11
+ # @!visibility private
10
12
  module Form # :nodoc:
11
13
 
12
14
  # [INTERNAL] This function is undocumented, and subject to change at any
@@ -279,3 +281,6 @@ end # module Windows
279
281
  end # module Internal_
280
282
  end # module LibPath
281
283
 
284
+ # ############################## end of file ############################# #
285
+
286
+
@@ -5,7 +5,7 @@
5
5
  # Purpose: Version for libpath.Ruby library
6
6
  #
7
7
  # Created: 8th January 2019
8
- # Updated: 16th April 2019
8
+ # Updated: 18th May 2019
9
9
  #
10
10
  # Home: http://github.com/synesissoftware/libpath.Ruby
11
11
  #
@@ -51,7 +51,7 @@
51
51
  module LibPath # :nodoc:
52
52
 
53
53
  # Current version of the libpath.Ruby library
54
- VERSION = '0.2.1'
54
+ VERSION = '0.2.2'
55
55
 
56
56
  private
57
57
  VERSION_PARTS_ = VERSION.split(/[.]/).collect { |n| n.to_i } # :nodoc:
@@ -71,3 +71,4 @@ end # module LibPath
71
71
 
72
72
  # ############################## end of file ############################# #
73
73
 
74
+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: libpath-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Wilson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-16 00:00:00.000000000 Z
11
+ date: 2019-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: xqsr3