ethiopic_date 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 = ""
13
+ gem.homepage = "https://github.com/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) }
@@ -1,3 +1,3 @@
1
1
  module EthiopicDate
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
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.1
5
+ version: 0.0.2
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: ""
34
+ homepage: https://github.com/ethiopic_date
35
35
  licenses: []
36
36
 
37
37
  post_install_message: