gem_liux 0.1.9 → 0.1.9.1

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.
@@ -1,3 +1,3 @@
1
1
  module GemLiux
2
- VERSION = "0.1.9"
2
+ VERSION = "0.1.9.1"
3
3
  end
data/lib/gem_liux.rb CHANGED
@@ -1,11 +1,10 @@
1
1
  require "gem_liux/version"
2
2
 
3
- module GemLiux
4
- class init
5
- def get_scss()
6
- File.expand_path(File.join(File.dirname(__FILE__), '..', "..", "scss"))
7
- end
8
- end
3
+ class GemLiux
4
+ def self.hi(language = "english")
5
+ translator = Translator.new(language)
6
+ translator.hi
7
+ end
9
8
  end
10
9
 
11
- GemLiux::init.get_scss()
10
+ require 'gem_liux/translator'
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem_liux
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 97
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 9
10
- version: 0.1.9
10
+ - 1
11
+ version: 0.1.9.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - test1