translation 0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/README.rdoc +20 -0
  3. data/lib/translation.rb +2 -0
  4. metadata +61 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: d107d21e5d34e6c3196473d241e89ce9dfdc6068
4
+ data.tar.gz: 24850c42bf206998b93f066cd1a7ed182df94521
5
+ SHA512:
6
+ metadata.gz: b2474e725b88ccba46604c91b470710ad28aae86ce2219dd57620ccae1baa984268f4d59fc02f527485610b8595eecd996d93b0ed794a4359fb902dcd45932f1
7
+ data.tar.gz: 7e08ab1177dbb8a667caea4ca4334f14bcb2ce5215519228ad30a6c6c3b7feb3403f3926ecb98095db10180a92cafbfe570b6a09bd914af6b20c97d93b041cc7
data/README.rdoc ADDED
@@ -0,0 +1,20 @@
1
+ = Description
2
+
3
+ ...
4
+
5
+ = Basic Usage
6
+
7
+ ...
8
+
9
+ = Installation
10
+
11
+ In your project's Gemfile :
12
+
13
+ gem 'translation'
14
+
15
+ = Credits
16
+
17
+ This plugin in released under MIT license by Aurélien Malisart and Michaël Hoste (see MIT-LICENSE
18
+ file).
19
+
20
+ (c) http://rails.translation.io
@@ -0,0 +1,2 @@
1
+ module Translation
2
+ end
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: translation
3
+ version: !ruby/object:Gem::Version
4
+ version: '0.1'
5
+ platform: ruby
6
+ authors:
7
+ - Aurelien Malisart
8
+ - Michaël Hoste
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2014-03-28 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: gettext
16
+ requirement: !ruby/object:Gem::Requirement
17
+ requirements:
18
+ - - '>'
19
+ - !ruby/object:Gem::Version
20
+ version: 3.1.1
21
+ type: :runtime
22
+ prerelease: false
23
+ version_requirements: !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - '>'
26
+ - !ruby/object:Gem::Version
27
+ version: 3.1.1
28
+ description: translation.io connector
29
+ email: contact@translation.io
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files:
33
+ - README.rdoc
34
+ files:
35
+ - lib/translation.rb
36
+ - README.rdoc
37
+ homepage: http://rails.translation.io
38
+ licenses:
39
+ - MIT
40
+ metadata: {}
41
+ post_install_message:
42
+ rdoc_options: []
43
+ require_paths:
44
+ - lib
45
+ required_ruby_version: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '>='
48
+ - !ruby/object:Gem::Version
49
+ version: '0'
50
+ required_rubygems_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ requirements: []
56
+ rubyforge_project:
57
+ rubygems_version: 2.1.5
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: translation.io connector
61
+ test_files: []