riddick 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -1 +1,2 @@
1
1
  Gemfile.lock
2
+ /pkg
@@ -1,5 +1,5 @@
1
1
  module Riddick
2
2
  def self.version
3
- '0.0.1'
3
+ '0.0.2'
4
4
  end
5
5
  end
@@ -4,11 +4,9 @@ Gem::Specification.new do |gem|
4
4
  gem.name = 'riddick'
5
5
  gem.version = Riddick.version
6
6
  gem.description = %{
7
- Riddick is a simple Sintra based GUI for Redis-I18n-backend.
8
- It provides a list of preconfigured translations (via YAML-backend).
9
- Also you can add your translations to Redis-backend.
7
+ Riddick is a simple Sintra app providing a GUI for key-value-backends for I18n.
10
8
  }
11
- gem.summary = 'Simple GUI for Redis-I18n-backend'
9
+ gem.summary = 'Friendly GUI for managing your I18n translations'
12
10
  gem.homepage = 'https://github.com/kostia/riddick'
13
11
  gem.authors = ['Kostiantyn Kahanskyi']
14
12
  gem.email = %w[kostiantyn.kahanskyi@googlemail.com]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddick
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:
@@ -155,9 +155,8 @@ dependencies:
155
155
  - - ! '>='
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
- description: ! "\n Riddick is a simple Sintra based GUI for Redis-I18n-backend.\n
159
- \ It provides a list of preconfigured translations (via YAML-backend).\n Also
160
- you can add your translations to Redis-backend.\n "
158
+ description: ! "\n Riddick is a simple Sintra app providing a GUI for key-value-backends
159
+ for I18n.\n "
161
160
  email:
162
161
  - kostiantyn.kahanskyi@googlemail.com
163
162
  executables: []
@@ -221,5 +220,5 @@ rubyforge_project:
221
220
  rubygems_version: 1.8.23
222
221
  signing_key:
223
222
  specification_version: 3
224
- summary: Simple GUI for Redis-I18n-backend
223
+ summary: Friendly GUI for managing your I18n translations
225
224
  test_files: []