hola_aghyad 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/hola_aghyad.rb +3 -3
  2. metadata +1 -1
data/lib/hola_aghyad.rb CHANGED
@@ -1,8 +1,8 @@
1
- require 'hola_aghyad/translator'
2
-
3
1
  class HolaAghyad
4
2
  def self.hi(language = "english")
5
3
  translator = Translator.new(language)
6
4
  puts translator.hi
7
5
  end
8
- end
6
+ end
7
+
8
+ require 'hola_aghyad/translator'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hola_aghyad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: