file_mode 0.0.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.
metadata ADDED
@@ -0,0 +1,59 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: file_mode
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Martin Carpenter
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-04-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Provides class methods and mixin to convert UNIX file permissions between
14
+ long listing and 4-digit octal formats
15
+ email: mcarpenter@free.fr
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files:
19
+ - LICENSE
20
+ - Rakefile
21
+ - README.rdoc
22
+ files:
23
+ - lib/file_mode.rb
24
+ - test/test_aix_listing.rb
25
+ - test/test_file_mode.rb
26
+ - test/test_linux_listing.rb
27
+ - test/test_sunos_listing.rb
28
+ - LICENSE
29
+ - Rakefile
30
+ - README.rdoc
31
+ homepage: http://github.com/mcarpenter/file_mode
32
+ licenses:
33
+ - BSD
34
+ metadata: {}
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ required_rubygems_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ requirements: []
50
+ rubyforge_project:
51
+ rubygems_version: 2.0.3
52
+ signing_key:
53
+ specification_version: 4
54
+ summary: Convert UNIX file permissions
55
+ test_files:
56
+ - test/test_aix_listing.rb
57
+ - test/test_file_mode.rb
58
+ - test/test_linux_listing.rb
59
+ - test/test_sunos_listing.rb