ethiopic_date 0.0.13 → 0.0.14

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
  SHA1:
3
- metadata.gz: f3ccaa9c1582e6c644fd3733bbb7e631784e6bfc
4
- data.tar.gz: 878b745ba92a14c4244f5dbaa53f368ddd44c963
3
+ metadata.gz: d587dfad6b5555c7f922d2e01f723e991091d859
4
+ data.tar.gz: e5183a6edd5ea8c23825023364e97a87340f3593
5
5
  SHA512:
6
- metadata.gz: 80b4525abae06f8967f51ccdc8b4f4b63064b1117e11fb5c7e03d7b88a273ab25a3f9ae5e4f59d79d38c37b423001e3e7ed4e8f526cf1505d413ee79f5822614
7
- data.tar.gz: a835d76b045b9c0b354cfa0fc630deb6999edaa3a37fef01cdbfb7c80bc79f656082cb80d7a11e59d6880eb0e2a43a4c31ae0a291cdd92ff9adc92dcf3e51d99
6
+ metadata.gz: 712249cd9f0a14725279a6219fbca2c4bdf64e716af682cd99706e67de9286570de445ada21b5e6f2aaaafed5d3f1ae9a571014862fe2fead71afc08f796a04a
7
+ data.tar.gz: f37b714de180e016e034285e2496df55cfd18b0044751514267f6fcc335fbbda7b15e403df0e8bb7b396364864d0f6ebb138499be0914ea1d77b65ddc7dfbeb6
data/lib/ethiopic_date.rb CHANGED
@@ -84,7 +84,7 @@ module EthiopicDate
84
84
  month=ethiopic_date[:month]
85
85
  day=ethiopic_date[:day]
86
86
  dayName = ethiopic_date[:dayName]
87
- return " #{AmharicDays[dayName.to_sym]}, #{day} #{AmharicMonths[:month]} #{year} "
87
+ return " #{AmharicDays[dayName.to_sym]}, #{day} #{AmharicMonths['month']} #{year} "
88
88
  end
89
89
 
90
90
  private
@@ -1,3 +1,3 @@
1
1
  module EthiopicDate
2
- VERSION = "0.0.13"
2
+ VERSION = "0.0.14"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethiopic_date
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - G/yohannes Zenebe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-19 00:00:00.000000000 Z
11
+ date: 2014-03-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Simple gem to convert between Ethiopian and Gregorian dates
14
14
  email:
@@ -44,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  version: '0'
45
45
  requirements: []
46
46
  rubyforge_project:
47
- rubygems_version: 2.0.3
47
+ rubygems_version: 2.2.2
48
48
  signing_key:
49
49
  specification_version: 4
50
50
  summary: Ethiopian date to Gregorian and Vice versa convertor