otrs-sopm 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0d1226e4fc29ca90c3a30cd6c699e6c4c068c7a5
4
- data.tar.gz: 770e5d2f0dc1e8fc0fbed5b2293b2e63d21ffce7
3
+ metadata.gz: bbfca0410d0f9e67fb1e79ac37888389b31b25f4
4
+ data.tar.gz: 61fc84c2bc1bbb36ed62014287cbdf49514213b1
5
5
  SHA512:
6
- metadata.gz: f4ec0e082f34aca30f960255c4b6b89c1ecf6b85a5e26a807e9f9a1e3816054820a77570f5943ce555a989050d92a7674a80a75323fc9f885be218fd2273cb9c
7
- data.tar.gz: 53d742fedc299271aec15c90b527851d33f4533782ce8ae79c160dff90a84da7f62a8eb5398b35001e7eb9fb11abe571a8068c5dae15ad9d3c92454df85e693c
6
+ metadata.gz: bbef824f5c984a026033516afad7215aaa9e3a24efc4582774ea59b693286213ebaa9e2e24b599e6b57849a126d585e91eafae638763b8a49dcdf1da49e9a7cd
7
+ data.tar.gz: 1ff938808078cdd0ee4a03e278816b2d7460a70db501e3b4fe4df7e7a9f480c89b33f838c6effe45532201600a72e8193e27460bea3087f23f39ac07a50d58f2
data/README.md CHANGED
@@ -66,7 +66,7 @@ sopm_hash_structure = sopm.add_file('path/to/File.pm')
66
66
 
67
67
  # equals
68
68
 
69
- sopm_hash_structure = sopm.add_file('path/to/File.pm', 664)
69
+ sopm_hash_structure = sopm.add_file('path/to/File.pm', 660)
70
70
  ```
71
71
 
72
72
  ### Store changes
@@ -131,7 +131,7 @@ class OTRS
131
131
  # @param location [String] the file location.
132
132
  # @param permission [Integer] the permissions with which the files should get created.
133
133
  # @return (see #parse)
134
- def add_file( location, permission = 644 )
134
+ def add_file( location, permission = 660 )
135
135
 
136
136
  files_nodes = @sopm.xpath('/otrs_package/Filelist/File')
137
137
 
@@ -2,6 +2,6 @@
2
2
  class OTRS
3
3
  # Contains just the version number, bundler / gem default design
4
4
  class SOPM
5
- VERSION = '0.1.3'.freeze
5
+ VERSION = '0.1.4'.freeze
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otrs-sopm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thorsten Eckel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-08 00:00:00.000000000 Z
11
+ date: 2017-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -121,7 +121,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
121
  version: '0'
122
122
  requirements: []
123
123
  rubyforge_project:
124
- rubygems_version: 2.4.8
124
+ rubygems_version: 2.6.8
125
125
  signing_key:
126
126
  specification_version: 4
127
127
  summary: This gem provides a class to parse, manipulate and store SOPM files and create