ethiopic_date 0.0.2 → 0.0.3
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.
- data/ethiopic_date.gemspec +1 -1
- data/lib/ethiopic_date/version.rb +1 -1
- metadata +2 -2
data/ethiopic_date.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["gebreyohannes@gemhalo.org"]
|
|
11
11
|
gem.description = %q{Simple gem to convert between Ethiopian and Gregorian dates}
|
|
12
12
|
gem.summary = %q{Ethiopian date to Gregorian and Vice versa convertor}
|
|
13
|
-
gem.homepage = "https://github.com/ethiopic_date"
|
|
13
|
+
gem.homepage = "https://github.com/gyohannes/ethiopic_date"
|
|
14
14
|
|
|
15
15
|
gem.files = `git ls-files`.split($/)
|
|
16
16
|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
|
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
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- G/yohannes Zenebe
|
|
@@ -31,7 +31,7 @@ files:
|
|
|
31
31
|
- ethiopic_date.gemspec
|
|
32
32
|
- lib/ethiopic_date.rb
|
|
33
33
|
- lib/ethiopic_date/version.rb
|
|
34
|
-
homepage: https://github.com/ethiopic_date
|
|
34
|
+
homepage: https://github.com/gyohannes/ethiopic_date
|
|
35
35
|
licenses: []
|
|
36
36
|
|
|
37
37
|
post_install_message:
|