ethiopic_date 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/lib/ethiopic_date.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  require "ethiopic_date/version"
3
3
  require "date"
4
- class EthiopicDate
4
+ module EthiopicDate
5
5
  # A Ruby implementation of Ethiopic Calendar based on the Mathematical algorithm
6
6
  # from http://ethiopic.org/Calendars/
7
7
 
@@ -1,3 +1,3 @@
1
1
  module EthiopicDate
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ethiopic_date
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.5
5
+ version: 0.0.6
6
6
  platform: ruby
7
7
  authors:
8
8
  - G/yohannes Zenebe