prop2redis 0.0.1 → 0.0.2

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Prop2redis
2
2
 
3
- TODO: Write a gem description
3
+ Loads java-format .properties files into redis for use by redenv (https://github.com/lkamenov/redenv)
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,9 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ 1. > export REDIS_URL=redis://[host]:[port]/[db]?namespace=[namespace]
22
+ 2. > prop2redis [property_file]
23
+ 3. Use redenv to launch your apps as usual.
22
24
 
23
25
  ## Contributing
24
26
 
@@ -1,3 +1,3 @@
1
1
  module Prop2redis
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/prop2redis.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
10
10
  gem.email = ["mshea@rypple.com"]
11
11
  gem.description = "Converts .properties files into redenv"
12
12
  gem.summary = "Converts .properties files into redenv"
13
- gem.homepage = ""
13
+ gem.homepage = "https://github.com/sheax0r/prop2redis"
14
14
 
15
15
  gem.files = `git ls-files`.split($/)
16
16
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prop2redis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -44,7 +44,7 @@ files:
44
44
  - lib/prop2redis/prop2redis.rb
45
45
  - lib/prop2redis/version.rb
46
46
  - prop2redis.gemspec
47
- homepage: ''
47
+ homepage: https://github.com/sheax0r/prop2redis
48
48
  licenses: []
49
49
  post_install_message:
50
50
  rdoc_options: []