ethiopian_date 1.1.0 → 1.2.0

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: a1134f57dc62912fbba09ff10c1d998167c62154c456426db5e934be4df90bf5
4
- data.tar.gz: bf894764272f4a9a90e19584040fb1ded5ba38c963c5631025524c0fbb3e9f7f
3
+ metadata.gz: 2d4ab0fa723b5059d0f64d0297136086ee7348e8fa6fdda6742a8fceec52a7e1
4
+ data.tar.gz: 493ac4cb8809223536546fe89651e712631fe5c7ffe0b1ed0854fde4d32044ed
5
5
  SHA512:
6
- metadata.gz: b6b75079032af163c4368c72fdf76178301042eaff07a8a9c202877eba546656adad91f5be216fc9b5f9339ba607bb0f1a32b17d83a5b9a2047a98734b0a2e02
7
- data.tar.gz: 4f582528572958e4c51215f4dfc97db4fc77c7f69592a9e60a9c283996ca00a566c957ce3f7258275309e3f60f6ba1b81d775902895585c10affba1d624e279c
6
+ metadata.gz: 2bb2f421d5b1750670b7b46b3ed46657526d0efa0e42d56bf31cddec5c5ce560769b41e52ab768a4ee06b096374e0f306c965ed9b8fbb9cff6b440a7954e77bf
7
+ data.tar.gz: 1f0746db8cbb518cd4c1eabaaf2090609936746a6c4c59c0fe9665831fc788dc9481303269fd229258cac43cdc10f5f103308741b5ae43521842908ffb4208f2
data/Gemfile.lock ADDED
@@ -0,0 +1,19 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ ethiopian_date (1.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ rake (13.0.3)
10
+
11
+ PLATFORMS
12
+ x64-mingw32
13
+
14
+ DEPENDENCIES
15
+ ethiopian_date!
16
+ rake (~> 13.0)
17
+
18
+ BUNDLED WITH
19
+ 2.3.7
Binary file
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EthiopianDate
4
- VERSION = "1.1.0"
4
+ VERSION = "1.2.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ethiopian_date
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tamiru Hailu
@@ -22,11 +22,13 @@ files:
22
22
  - CHANGELOG.md
23
23
  - CODE_OF_CONDUCT.md
24
24
  - Gemfile
25
+ - Gemfile.lock
25
26
  - LICENSE.txt
26
27
  - README.md
27
28
  - Rakefile
28
29
  - bin/console
29
30
  - bin/setup
31
+ - ethiopian_date-1.1.0.gem
30
32
  - lib/ethiopian_date.rb
31
33
  - lib/ethiopian_date/version.rb
32
34
  homepage: https://github.com/tamiru/ethiopian_date