dot-properties 0.1.2 → 0.1.3
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 +7 -0
- data/README.md +1 -1
- data/lib/dot_properties.rb +1 -0
- data/lib/dot_properties/version.rb +1 -1
- metadata +19 -32
checksums.yaml
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
---
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: ccc391308cb011ad167cb01ec336191f767da1c1
|
|
4
|
+
data.tar.gz: 38b261d4c8318e846d566e1b60bbc72efd3b22e2
|
|
5
|
+
SHA512:
|
|
6
|
+
metadata.gz: 942fe415cdd0fc92a7e4c119174370ccf84152a2231d5b5a973e8b6800122867d6ab22256842968c81f4649e394a082d463f3207bb7a168ca62570a4c7c9e3c6
|
|
7
|
+
data.tar.gz: a0e25cc3466ca4b3d78ccd7d8240756374eb75f6d6577a87159dcc6fc87300a32f74f7957bb75ec211d21156d2117cc7197fc877c33b4cd83cac4ec7fc628c53
|
data/README.md
CHANGED
|
@@ -58,6 +58,7 @@ See the spec tests and fixture data for more examples.
|
|
|
58
58
|
|
|
59
59
|
## History
|
|
60
60
|
|
|
61
|
+
- <b>0.1.3</b> - Explicitly require 'forwardable' (jruby / mri2.x compat) (from @billdueber)
|
|
61
62
|
- <b>0.1.2</b> - Improved escaping and Unicode (\uXXXX) support
|
|
62
63
|
- <b>0.1.1</b> - Fix mishandled keys with leading whitespace (#1)
|
|
63
64
|
- <b>0.1.0</b> - Initial release
|
|
@@ -65,4 +66,3 @@ See the spec tests and fixture data for more examples.
|
|
|
65
66
|
## Copyright
|
|
66
67
|
|
|
67
68
|
Copyright (c) 2013 Michael B. Klein. See LICENSE.txt for further details.
|
|
68
|
-
|
data/lib/dot_properties.rb
CHANGED
metadata
CHANGED
|
@@ -1,94 +1,83 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dot-properties
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.1.3
|
|
6
5
|
platform: ruby
|
|
7
6
|
authors:
|
|
8
7
|
- Michael B. Klein
|
|
9
8
|
autorequire:
|
|
10
9
|
bindir: bin
|
|
11
10
|
cert_chain: []
|
|
12
|
-
date:
|
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
|
13
12
|
dependencies:
|
|
14
13
|
- !ruby/object:Gem::Dependency
|
|
15
14
|
name: bundler
|
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
|
17
|
-
none: false
|
|
18
16
|
requirements:
|
|
19
|
-
- - ~>
|
|
17
|
+
- - "~>"
|
|
20
18
|
- !ruby/object:Gem::Version
|
|
21
19
|
version: '1.3'
|
|
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: '1.3'
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
|
31
28
|
name: rake
|
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
30
|
requirements:
|
|
35
|
-
- -
|
|
31
|
+
- - ">="
|
|
36
32
|
- !ruby/object:Gem::Version
|
|
37
33
|
version: '0'
|
|
38
34
|
type: :development
|
|
39
35
|
prerelease: false
|
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
37
|
requirements:
|
|
43
|
-
- -
|
|
38
|
+
- - ">="
|
|
44
39
|
- !ruby/object:Gem::Version
|
|
45
40
|
version: '0'
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
|
47
42
|
name: rspec
|
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
|
49
|
-
none: false
|
|
50
44
|
requirements:
|
|
51
|
-
- -
|
|
45
|
+
- - ">="
|
|
52
46
|
- !ruby/object:Gem::Version
|
|
53
47
|
version: '0'
|
|
54
48
|
type: :development
|
|
55
49
|
prerelease: false
|
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
none: false
|
|
58
51
|
requirements:
|
|
59
|
-
- -
|
|
52
|
+
- - ">="
|
|
60
53
|
- !ruby/object:Gem::Version
|
|
61
54
|
version: '0'
|
|
62
55
|
- !ruby/object:Gem::Dependency
|
|
63
56
|
name: rdoc
|
|
64
57
|
requirement: !ruby/object:Gem::Requirement
|
|
65
|
-
none: false
|
|
66
58
|
requirements:
|
|
67
|
-
- -
|
|
59
|
+
- - ">="
|
|
68
60
|
- !ruby/object:Gem::Version
|
|
69
61
|
version: 2.4.2
|
|
70
62
|
type: :development
|
|
71
63
|
prerelease: false
|
|
72
64
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
|
-
none: false
|
|
74
65
|
requirements:
|
|
75
|
-
- -
|
|
66
|
+
- - ">="
|
|
76
67
|
- !ruby/object:Gem::Version
|
|
77
68
|
version: 2.4.2
|
|
78
69
|
- !ruby/object:Gem::Dependency
|
|
79
70
|
name: simplecov
|
|
80
71
|
requirement: !ruby/object:Gem::Requirement
|
|
81
|
-
none: false
|
|
82
72
|
requirements:
|
|
83
|
-
- -
|
|
73
|
+
- - ">="
|
|
84
74
|
- !ruby/object:Gem::Version
|
|
85
75
|
version: '0'
|
|
86
76
|
type: :development
|
|
87
77
|
prerelease: false
|
|
88
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
89
|
-
none: false
|
|
90
79
|
requirements:
|
|
91
|
-
- -
|
|
80
|
+
- - ">="
|
|
92
81
|
- !ruby/object:Gem::Version
|
|
93
82
|
version: '0'
|
|
94
83
|
description: Java-style .properties file manipulation with a light touch
|
|
@@ -98,8 +87,8 @@ executables: []
|
|
|
98
87
|
extensions: []
|
|
99
88
|
extra_rdoc_files: []
|
|
100
89
|
files:
|
|
101
|
-
- .gitignore
|
|
102
|
-
- .travis.yml
|
|
90
|
+
- ".gitignore"
|
|
91
|
+
- ".travis.yml"
|
|
103
92
|
- Gemfile
|
|
104
93
|
- LICENSE.txt
|
|
105
94
|
- README.md
|
|
@@ -113,30 +102,28 @@ files:
|
|
|
113
102
|
homepage: https://github.com/mbklein/dot-properties
|
|
114
103
|
licenses:
|
|
115
104
|
- APACHE2
|
|
105
|
+
metadata: {}
|
|
116
106
|
post_install_message:
|
|
117
107
|
rdoc_options: []
|
|
118
108
|
require_paths:
|
|
119
109
|
- lib
|
|
120
110
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
|
-
none: false
|
|
122
111
|
requirements:
|
|
123
|
-
- -
|
|
112
|
+
- - ">="
|
|
124
113
|
- !ruby/object:Gem::Version
|
|
125
114
|
version: '0'
|
|
126
115
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
127
|
-
none: false
|
|
128
116
|
requirements:
|
|
129
|
-
- -
|
|
117
|
+
- - ">="
|
|
130
118
|
- !ruby/object:Gem::Version
|
|
131
119
|
version: '0'
|
|
132
120
|
requirements: []
|
|
133
121
|
rubyforge_project:
|
|
134
|
-
rubygems_version:
|
|
122
|
+
rubygems_version: 2.2.0
|
|
135
123
|
signing_key:
|
|
136
|
-
specification_version:
|
|
124
|
+
specification_version: 4
|
|
137
125
|
summary: Read/write .properties files, respecting comments and existing formatting
|
|
138
126
|
as much as possible
|
|
139
127
|
test_files:
|
|
140
128
|
- spec/dot_properties_spec.rb
|
|
141
129
|
- spec/fixtures/sample.properties
|
|
142
|
-
has_rdoc:
|