flergl-java_properties 0.0.3 → 0.0.4
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.
- data/java_properties.gemspec +2 -1
- data/lib/java_properties/version.rb +1 -1
- metadata +3 -3
data/java_properties.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = "java_properties"
|
|
3
|
-
s.version = "0.0.
|
|
3
|
+
s.version = "0.0.4"
|
|
4
4
|
s.date = "2008-06-14"
|
|
5
5
|
s.summary = "Simple gem for reading/writing Java properties files from Ruby."
|
|
6
6
|
s.email = "flergl@flergl.net"
|
|
@@ -19,4 +19,5 @@ be provided as Strings or Symbols, but internally they are Symbols."
|
|
|
19
19
|
s.test_files = ["test/test_data.rb","test/test_helper.rb","test/test_java_properties.rb"]
|
|
20
20
|
s.rdoc_options = ["--main", "README.txt"]
|
|
21
21
|
s.extra_rdoc_files = ["History.txt", "Manifest.txt", "README.txt"]
|
|
22
|
+
s.executables = ["properties2yaml"]
|
|
22
23
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: flergl-java_properties
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dwayne Kristjanson
|
|
@@ -15,8 +15,8 @@ dependencies: []
|
|
|
15
15
|
|
|
16
16
|
description: A class that can read and write to Java properties files that behaves otherwise as a standard ruby Enumerable. The keys to this object can be provided as Strings or Symbols, but internally they are Symbols.
|
|
17
17
|
email: flergl@flergl.net
|
|
18
|
-
executables:
|
|
19
|
-
|
|
18
|
+
executables:
|
|
19
|
+
- properties2yaml
|
|
20
20
|
extensions: []
|
|
21
21
|
|
|
22
22
|
extra_rdoc_files:
|