translation_gem 0.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/translation_gem.rb +7 -0
  3. metadata +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 23a13f0f85596d4d0baeb8f698238c2edfbd4438
4
+ data.tar.gz: 1fcfe47989b6006b6679235c06da2e200ddee3ba
5
+ SHA512:
6
+ metadata.gz: 230f58c9105093d233e20148209a1c3632d8a1a6a941d4b0b3dfd1103b9d23b5c33bd4226fbc7f3221a2c7c6260dd8480250773093f1870c26ef98593b68d112
7
+ data.tar.gz: 2a404227499d916c16a9342b1b9d3da981d6c0daa5f9b085aa1301e5ceb8d9a07293b11a004e94441ebb8aff12e82beddb3617dd64ae819fd9f93feb3725e56b
@@ -0,0 +1,7 @@
1
+ module TranslationGem
2
+ class WhoIs
3
+ def self.awesome?
4
+ puts "YOU ARE AWESOME!!"
5
+ end
6
+ end
7
+ end
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: translation_gem
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Ismail El-Habbash
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-12-13 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - ismail.elhabbash@travelportdigital.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/translation_gem.rb
21
+ homepage:
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.2
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: translations gem which contains the translation plugin which fetches the
45
+ translations from git
46
+ test_files: []