flergl-java_properties 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
data/bin/properties2yaml CHANGED
File without changes
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "java_properties"
3
- s.version = "0.0.2"
3
+ s.version = "0.0.3"
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"
@@ -2,7 +2,7 @@ module JavaProperties #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 1
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Kristjanson