geezify-rb 0.1.0 → 0.2.8

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 948cbe5a5450379636667659f9c45e757d7a001165d9db007129964e19c88930
4
- data.tar.gz: e44e8f86763e588ca5c5f666c932f194a7fb1120e1ed18a3e708acfa9612815d
3
+ metadata.gz: 19883a99a976ffc4bfac7d93d6245f7ab4be083d5f48bb5937dc5a2447b2f742
4
+ data.tar.gz: aa45c53cebbe0f30729800afb0328a40e6a4e2f83829c7cb86693838446178c5
5
5
  SHA512:
6
- metadata.gz: a44dae58ccfb8d5d2331cc38ab77ce46bb2009504b054fe96a3336835bc744846ca25f753c12de188ab11253b75721d2da0b422896a8b6cfc542b3302a8bb436
7
- data.tar.gz: 71e7a661cb18a450934baa9973f45666265c1d80a579d3b41986b817765050b7cc1a8ee951d2796607deddb1959c9de0a8cf01bd28e02e73b9cb32d6c589db30
6
+ metadata.gz: 27c57dfcba7bc676815cf0b4b785a138ebf2079d0768cc9dd3e84ef063cf97589b7957eb5be8869d33b143f9637de9a4555ab9a933783cb7152d7e1a2827398d
7
+ data.tar.gz: aca210522fe0776a590d18461a1f2b6eddecd844910b3c6a1756594b035161886d78d89aafa903e2d753311bce78b886908006e439fa2256996e35d25a7d9147
data/.travis.yml CHANGED
@@ -1,7 +1,15 @@
1
- ---
2
- sudo: false
3
1
  language: ruby
4
- cache: bundler
5
2
  rvm:
6
- - 2.5.1
7
- before_install: gem install bundler -v 1.16.5
3
+ - 2.5
4
+ before_install:
5
+ - gem install bundler
6
+ - gem update --system
7
+ install:
8
+ - bundle install --jobs=3 --retry=3
9
+ deploy:
10
+ provider: rubygems
11
+ api_key:
12
+ secure: QcnETkp8zYWSvM8ihj7dV1kJZ51TjAeg/ZzCvZDYGGclFvnV1h1yf/+ePbNPexxiiELsD5SUsPLlso/5QzBVoVCs9VNMN7U9rCB9nc97SYq+qYAndE0WbF/ZuDJjn5rg4tr1ovpUZ4IZy0DD9NlzKNweBE8yYNlyXiDjaiWDgTs9/c1JTh2j91+gLMTee5BeQe8F4vXwNGq+EPtS14FCuq7/oYhbj4v5QcE76btd/LGTuNivHv+8RLuVNP4yKBb2qUrcbwFPl7/KyBjbnS6iLsCZORgDxCCi7OhVNE5kAEJQW+c8f+NfMx7/DfCc1RECR3j94IticsGsjJ4DVKn7M2ccBQo7CyaqB75Lzlq9PJG8lD2oHRVTVwKIyP9GIpmVhX6Lp/nMFybYvN3LkK50EATTd73KBWifoUTgKdAix5a5Ss9VjRNvhBeTTSA1lyhCDYAarUOYBqUTPxASgzvHWEpv27NKUz8MuK87vJtBsAaclqLc0/ViN89VfXgSk7Xp3z3iqnSzfoEFaDlW/VBQ0VI/nIkrPDKsrnqorB0FjLsorL7DhaZ+Ehjmou1kCUHAk5orpZ/AvlwBEGaxSyQvZ7uTz4p6K8xRyWKMFe5zA89KlMH/siqFkR5zzktL5qCyIDauqYpaBitwuZD2Zu533g2cqfSYcSJYFB4talr8hf8=
13
+ on:
14
+ tags: true
15
+ gem: geezify-rb
data/Gemfile CHANGED
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
3
+ git_source(:github) {|repo_name| "https://github.com/yilkalargaw/#{repo_name}" }
4
4
 
5
5
  # Specify your gem's dependencies in geezify-rb.gemspec
6
6
  gemspec
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 TODO: Write your name
3
+ Copyright (c) 2019-2021 Yilkal Argaw (yilkalargawworkneh@gmail.com)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,10 +1,52 @@
1
- # Geezify Ruby
2
- a set of tools to convert between geez and arabic numbers
3
- ## Geezify
4
- is a class to convert arabic numbers to geez
5
- ## Arabify
6
- is a class to convert arabic numbers to geez
1
+ # Geezify-Rb
7
2
 
3
+ Geezify-rb is a gem that converts geez-script numbers to arabic and viceversa. You could read more about the number system at
4
+ [https://www.geez.org](https://www.geez.org/Numerals/)
8
5
 
9
- # The Project is just starting out it needs significant refactoring
10
- ## documentation and code quality will improve over time
6
+ ## Installation
7
+
8
+ Add this line to your application's Gemfile:
9
+
10
+ ```ruby
11
+ gem 'geezify-rb'
12
+ ```
13
+
14
+ And then execute:
15
+
16
+ $ bundle
17
+
18
+ Or install it yourself as:
19
+
20
+ $ gem install geezify-rb
21
+
22
+ ## Usage
23
+
24
+ ```ruby
25
+ GeezifyRb::Geezify.geezify(12) #=> '፲፪'
26
+ GeezifyRb::Geezify.geezify(3033) #=> '፴፻፴፫'
27
+ GeezifyRb::Geezify.geezify(100200000) #=> '፼፳፼'
28
+ GeezifyRb::Geezify.geezify(333333333) #=> '፫፼፴፫፻፴፫፼፴፫፻፴፫'
29
+ GeezifyRb::Arabify.arabify('፲፪') #=> 12
30
+ GeezifyRb::Arabify.arabify('፴፻፴፫') #=> 3033
31
+ GeezifyRb::Arabify.arabify('፼፳፼') #=> 100200000
32
+ GeezifyRb::Arabify.arabify('፫፼፴፫፻፴፫፼፴፫፻፴፫') #=> 333333333
33
+
34
+ ```
35
+
36
+ ## Development
37
+
38
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
39
+
40
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
41
+
42
+ ## Contributing
43
+
44
+ Bug reports and pull requests are welcome on GitHub at https://github.com/yilkalargaw/geezify-rb. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
45
+
46
+ ## License
47
+
48
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
49
+
50
+ ## Code of Conduct
51
+
52
+ Everyone interacting in the Geezify::Rb project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/yilkalargaw/geezify-rb/blob/master/CODE_OF_CONDUCT.md).
data/_config.yml ADDED
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-cayman
data/bin/console CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "geezify/rb"
4
+ require "geezify-rb"
5
5
 
6
6
  # You can add fixtures and/or initialization code here to make experimenting
7
7
  # with your gem easier. You can also use a different console, if you like.
data/geezify-rb.gemspec CHANGED
@@ -1,23 +1,27 @@
1
1
 
2
2
  lib = File.expand_path("../lib", __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require "geezify/rb/version"
4
+ require "geezify-rb/version"
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "geezify-rb"
8
- spec.version = Geezify::Rb::VERSION
8
+ spec.version = GeezifyRb::VERSION
9
9
  spec.authors = ["Yilkal Argaw"]
10
- spec.email = ["yilkalargaw@yahoo.com"]
10
+ spec.email = ["yilkalargawworkneh@gmail.com"]
11
11
 
12
- spec.summary = %q{Geezify Arabic Numbers and Arabify Geez Numbers}
13
- spec.description = %q{This gem contains two classes which allows the user to change arabic numbers into geez script numbers and viceversa}
14
- # spec.homepage = "TODO: Put your gem's website or public repo URL here."
12
+ spec.summary = %q{This gem allows the user to change arabic numbers into geez script numbers and viceversa.}
13
+ # spec.description = %q{TODO: Write a longer description or delete this line.}
14
+ spec.homepage = "https://github.com/yilkalargaw/Geezify-rb"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # # to allow pushing to a single host or delete this section to allow pushing to any host.
19
19
  # if spec.respond_to?(:metadata)
20
20
  # spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
21
+
22
+ # spec.metadata["homepage_uri"] = spec.homepage
23
+ # spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here."
24
+ # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
21
25
  # else
22
26
  # raise "RubyGems 2.0 or newer is required to protect against " \
23
27
  # "public gem pushes."
@@ -32,7 +36,7 @@ Gem::Specification.new do |spec|
32
36
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
33
37
  spec.require_paths = ["lib"]
34
38
 
35
- spec.add_development_dependency "bundler", "~> 1.16"
36
- spec.add_development_dependency "rake", "~> 10.0"
37
- spec.add_development_dependency "minitest", "~> 5.0"
39
+ spec.add_development_dependency "bundler", "~> 2.0"
40
+ spec.add_development_dependency "rake", "~> 12.3"
41
+ spec.add_development_dependency "minitest", "~> 5.11"
38
42
  end
data/lib/geezify-rb.rb ADDED
@@ -0,0 +1,6 @@
1
+ require_relative './geezify-rb/geezify.rb'
2
+ require_relative './geezify-rb/arabify.rb'
3
+ require_relative './geezify-rb/version.rb'
4
+
5
+ module GeezifyRb
6
+ end
@@ -0,0 +1,82 @@
1
+ #!/usr/bin/ruby
2
+ # coding: utf-8
3
+ # frozen_string_literal:true
4
+
5
+ module GeezifyRb
6
+ # processing tools to convert Geeze numbers to arabic.
7
+ class Arabify
8
+ ERROR_MSG_CONSTRUCTOR = 'invalid input the string is not a geez number'
9
+ ERROR_MSG1 = 'invalid input to method convert_2digit'
10
+ ERROR_MSG3 = 'invalid input to method rollback'
11
+ NUMHASH = Hash['፩' => 1, '፪' => 2, '፫' => 3, '፬' => 4,
12
+ '፭' => 5, '፮' => 6, '፯' => 7, '፰' => 8,
13
+ '፱' => 9, '፲' => 10, '፳' => 20, '፴' => 30,
14
+ '፵' => 40, '፶' => 50, '፷' => 60, '፸' => 70,
15
+ '፹' => 80, '፺' => 90, ' ' => 0]
16
+
17
+ def initialize(str)
18
+ raise ArgumentError, ERROR_MSG_CONSTRUCTOR unless validinput?(str)
19
+
20
+ @geezstr = str
21
+ end
22
+
23
+ def self.arabify(str)
24
+ new(str).arabify
25
+ end
26
+
27
+ def arabify
28
+ preprocessed = rollback(@geezstr.gsub('፼', '፼ ')).split('፼')
29
+
30
+ preprocessed
31
+ .each_with_index
32
+ .reduce(0) do |sum, (v, i)|
33
+ sum + convert_upto10000(v.strip) *
34
+ (10_000**(preprocessed.length - 1 - i))
35
+ end
36
+ end
37
+
38
+ private
39
+
40
+ def rollback(str)
41
+ raise ArgumentError, ERROR_MSG3 unless validinput?(str)
42
+
43
+ str.gsub('፼፻', '፼፩፻').gsub(/^፻/, '፩፻').gsub(/^፼/, '፩፼')
44
+ end
45
+
46
+ def convert_2digit(string)
47
+ str = string || ''
48
+ raise ArgumentError, ERROR_MSG1 unless valid_for_2digit?(str)
49
+
50
+ str.split('').sum { |x| x == '' ? 0 : NUMHASH[x] }
51
+ end
52
+
53
+ def convert_upto10000(str)
54
+ return unless valid_for_convupto10000?(str)
55
+
56
+ pos100 = str.index('፻')
57
+
58
+ return convert_2digit(str) if pos100.nil?
59
+
60
+ return 100 + convert_2digit(str[1..-1]) if pos100.zero?
61
+
62
+ convert_2digit(str[0..(pos100 - 1)]) * 100 +
63
+ convert_2digit(str[(pos100 + 1)..-1])
64
+ end
65
+
66
+ def validinput?(str)
67
+ str.split('')
68
+ .map { |x| NUMHASH.key?(x) || x == '፼' || x == '፻' }
69
+ .reduce(true) { |result, n| result && n }
70
+ end
71
+
72
+ def valid_for_2digit?(str)
73
+ str.length <= 2 && str.split('')
74
+ .map { |x| NUMHASH.key?(x) }
75
+ .reduce(true) { |res, n| res && n }
76
+ end
77
+
78
+ def valid_for_convupto10000?(str)
79
+ str.is_a?(String) && str.length <= 5 && str.match('፼').nil?
80
+ end
81
+ end
82
+ end
@@ -0,0 +1,51 @@
1
+ #!/usr/bin/ruby
2
+ # coding: utf-8
3
+ # frozen_string_literal:true
4
+
5
+ module GeezifyRb
6
+ # This class contains the processing tools to convert arabic numbers to Geeze.
7
+ class Geezify
8
+ ERROR_MSG_CONSTRUCTOR = 'invalid input the input is not a number'
9
+ ERROR_MSG1 = 'invalid input to method geezify_2digit'
10
+ ERROR_MSG2 = 'invalid input to geezify_4digit'
11
+
12
+ def initialize(num)
13
+ raise ArgumentError, ERROR_MSG_CONSTRUCTOR unless num.integer?
14
+
15
+ @num = num
16
+ end
17
+
18
+ def self.geezify(num)
19
+ new(num).geezify
20
+ end
21
+
22
+ def geezify
23
+ clean_up_uncessary_1s geezify_with_1s(@num)
24
+ end
25
+
26
+ private
27
+
28
+ def geezify_2digit(num)
29
+ oneth_array = Array['', '፩', '፪', '፫', '፬', '፭', '፮', '፯', '፰', '፱']
30
+ tenth_array = Array['', '፲', '፳', '፴', '፵', '፶', '፷', '፸', '፹', '፺']
31
+ raise ArgumentError, ERROR_MSG1 unless num.integer? &&
32
+ num.between?(0, 99)
33
+
34
+ tenth_array[(num / 10)] + oneth_array[num % 10]
35
+ end
36
+
37
+ def geezify_4digit(num)
38
+ raise ArgumentError, ERROR_MSG unless num.integer? && num < 10_000
39
+
40
+ num.digits(100).reverse.map { |x| geezify_2digit(x) }.join('፻')
41
+ end
42
+
43
+ def geezify_with_1s(num)
44
+ num.digits(10_000).reverse.map { |x| geezify_4digit(x) }.join('፼')
45
+ end
46
+
47
+ def clean_up_uncessary_1s(num)
48
+ num.gsub('፼፩፻', '፼፻').gsub(/^፩፼/, '፼').gsub(/^(፩፻)/, '፻') || num
49
+ end
50
+ end
51
+ end
@@ -0,0 +1,3 @@
1
+ module GeezifyRb
2
+ VERSION = "0.2.8"
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geezify-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yilkal Argaw
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-09-26 00:00:00.000000000 Z
11
+ date: 2021-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -16,46 +16,45 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.16'
19
+ version: '2.0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.16'
26
+ version: '2.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '10.0'
33
+ version: '12.3'
34
34
  type: :development
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '10.0'
40
+ version: '12.3'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: minitest
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '5.0'
47
+ version: '5.11'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '5.0'
55
- description: This gem contains two classes which allows the user to change arabic
56
- numbers into geez script numbers and viceversa
54
+ version: '5.11'
55
+ description:
57
56
  email:
58
- - yilkalargaw@yahoo.com
57
+ - yilkalargawworkneh@gmail.com
59
58
  executables: []
60
59
  extensions: []
61
60
  extra_rdoc_files: []
@@ -67,14 +66,15 @@ files:
67
66
  - LICENSE.txt
68
67
  - README.md
69
68
  - Rakefile
69
+ - _config.yml
70
70
  - bin/console
71
71
  - bin/setup
72
72
  - geezify-rb.gemspec
73
- - lib/arabify.rb
74
- - lib/geezify.rb
75
- - lib/geezify/rb.rb
76
- - lib/geezify/rb/version.rb
77
- homepage:
73
+ - lib/geezify-rb.rb
74
+ - lib/geezify-rb/arabify.rb
75
+ - lib/geezify-rb/geezify.rb
76
+ - lib/geezify-rb/version.rb
77
+ homepage: https://github.com/yilkalargaw/Geezify-rb
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}
@@ -93,9 +93,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubyforge_project:
97
- rubygems_version: 2.7.6
96
+ rubygems_version: 3.0.8
98
97
  signing_key:
99
98
  specification_version: 4
100
- summary: Geezify Arabic Numbers and Arabify Geez Numbers
99
+ summary: This gem allows the user to change arabic numbers into geez script numbers
100
+ and viceversa.
101
101
  test_files: []
data/lib/arabify.rb DELETED
@@ -1,52 +0,0 @@
1
- #!/usr/bin/ruby
2
- # coding: utf-8
3
-
4
- # This class contains the processing tools to convert Geeze numbers to arabic.
5
- class Arabify
6
- def initialize(str)
7
- @geezstrstr = str
8
- end
9
-
10
- def arabify
11
- split_by_100_and_padd(split_by_10000s(rollback(@geezstrstr)))
12
- .map { |x| x[0] * 100 + x[1] }
13
- .reverse.each_with_index.map { |x, i| x * (10_000**i) } .sum
14
- end
15
-
16
- private
17
-
18
- def convert_2digit(str)
19
- str.split('').sum { |x| numhash[x] }
20
- end
21
-
22
- def split_by_10000s(str)
23
- str.gsub(/፼$/, '፼ ').split('፼')
24
- end
25
-
26
- def split_by_100_and_padd(str)
27
- str.map { |x| x[-1] == '፻' ? x << ' ' : x }
28
- .map { |x| x.split('፻').map { |y| convert_2digit(y) } }
29
- .each { |x| x.length == 1 && x.prepend(0) }
30
- end
31
-
32
- def rollback(str)
33
- separate_10000(
34
- str
35
- .gsub('፼፻', '፼፩፻')
36
- .gsub(/^፻/, '፩፻')
37
- .gsub(/^፼/, '፩፼')
38
- )
39
- end
40
-
41
- def separate_10000(str)
42
- separate_10000(str.gsub('፼፼', '፼ ፼')) until str.include?('፼፼')
43
- end
44
-
45
- def numhash
46
- Hash['፩' => 1, '፪' => 2, '፫' => 3, '፬' => 4,
47
- '፭' => 5, '፮' => 6, '፯' => 7, '፰' => 8,
48
- '፱' => 9, '፲' => 10, '፳' => 20, '፴' => 30,
49
- '፵' => 40, '፶' => 50, '፷' => 60, '፸' => 70,
50
- '፹' => 80, '፺' => 90, ' ' => 0]
51
- end
52
- end
data/lib/geezify.rb DELETED
@@ -1,40 +0,0 @@
1
- #!/usr/bin/ruby
2
- # coding: utf-8
3
-
4
- # This class contains the processing tools to convert arabic numbers to Geeze.
5
- class Geezify
6
- ERROR_MSG_CONSTRUCTOR = 'invalid input the the input is not a number'.freeze
7
- ERROR_MSG1 = 'invalid input to method geezify_2digit'.freeze
8
- ERROR_MSG2 = 'invalid input to geezify_4digit'.freeze
9
-
10
- # constructor
11
- def initialize(num)
12
- raise ArgumentError, ERROR_MSG_CONSTRUCTOR unless num.integer?
13
-
14
- @num = num
15
- end
16
-
17
- def geezify
18
- @num
19
- .digits(10_000).reverse
20
- .map { |x| geezify_4digit(x) }
21
- .join('፼').gsub('፼፩፻', '፼፻')
22
- .gsub(/^፩፼/, '፼').gsub(/^(፩፻)/, '፻')
23
- end
24
-
25
- private
26
-
27
- def geezify_2digit(num)
28
- oneth_array = Array['', '፩', '፪', '፫', '፬', '፭', '፮', '፯', '፰', '፱']
29
- tenth_array = Array['', '፲', '፳', '፴', '፵', '፶', '፷', '፸', '፹', '፺']
30
- raise ArgumentError, ERROR_MSG1 unless num.integer? && num >= 0 && num < 100
31
-
32
- tenth_array[(num / 10)] + oneth_array[num % 10]
33
- end
34
-
35
- def geezify_4digit(num)
36
- raise ArgumentError, ERROR_MSG unless num.integer? && num < 10_000
37
-
38
- num.digits(100).reverse.map { |x| geezify_2digit(x) }.join('፻')
39
- end
40
- end
data/lib/geezify/rb.rb DELETED
@@ -1,7 +0,0 @@
1
- require "geezify/rb/version"
2
-
3
- module Geezify
4
- module Rb
5
- # Your code goes here...
6
- end
7
- end
@@ -1,5 +0,0 @@
1
- module Geezify
2
- module Rb
3
- VERSION = "0.1.0"
4
- end
5
- end