ruby-calendrical 2.0.1 → 2.0.2
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 +4 -4
- data/ext/calendrical/calendricalmodule.c +8 -9
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b0f48842d7511c57a87d5afed335eca26748383f
|
|
4
|
+
data.tar.gz: 38bd96d97841ea746ac71988bb3908b4466d6b22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3909266f4a8f059be2ae7348367ccdcfa3bfc4763cf79c4d96d702c518c0b09096bc9cf0f1c0a8b3b33f2ccd3d4c7e505037633ee4f4d5f7fa092a1caf578775
|
|
7
|
+
data.tar.gz: 53757eb1ca72dfcc3abba0a4cf0c63aa5ca30722959de97269060b6397da0ce6768f44c8a56966eff5605e1dbfb3e7f73b9ca659519d0884ae1ffd32e0bbd29f
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
calendricalmodule.c: Copyright (C) 1997-2002,2007,2014 Tadayoshi Funaba All rights reserved
|
|
3
|
-
$Id: calendricalmodule.c,v 1.
|
|
2
|
+
calendricalmodule.c: Copyright (C) 1997-2002,2007,2014,2018 Tadayoshi Funaba All rights reserved
|
|
3
|
+
$Id: calendricalmodule.c,v 1.17 2018/07/05 10:14:22 tadf Exp $
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
#include "ruby.h"
|
|
@@ -1341,12 +1341,11 @@ static const char *world_day_names[] = {
|
|
|
1341
1341
|
};
|
|
1342
1342
|
|
|
1343
1343
|
static const char *coptic_month_names[] = {
|
|
1344
|
-
"*", "
|
|
1345
|
-
"
|
|
1346
|
-
"
|
|
1347
|
-
"
|
|
1348
|
-
"
|
|
1349
|
-
"al-Nasi"
|
|
1344
|
+
"*", "Thout", "Paopi",
|
|
1345
|
+
"Hathor", "Koiak", "Tobi",
|
|
1346
|
+
"Meshir", "Paremhat","Parmouti",
|
|
1347
|
+
"Pashons", "Paoni", "Epip",
|
|
1348
|
+
"Mesori", "Pi Kogi Enavot"
|
|
1350
1349
|
};
|
|
1351
1350
|
|
|
1352
1351
|
static const char *ethiopian_month_names[] = {
|
|
@@ -1736,7 +1735,7 @@ Init_calendrical(void)
|
|
|
1736
1735
|
|
|
1737
1736
|
rb_define_const
|
|
1738
1737
|
(mod, "VERSION",
|
|
1739
|
-
rb_obj_freeze(rb_str_new2("$Revision: 1.
|
|
1738
|
+
rb_obj_freeze(rb_str_new2("$Revision: 1.17 $")));
|
|
1740
1739
|
|
|
1741
1740
|
#define const_array(a) mk_ary_of_str(sizeof a / sizeof a[0], a)
|
|
1742
1741
|
#define def_const(n, o) rb_define_const(mod, n, o)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-calendrical
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tadayoshi Funaba
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2018-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description:
|
|
14
14
|
email: tadf@funaba.org
|
|
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
53
|
rubyforge_project: tadf
|
|
54
|
-
rubygems_version: 2.2.
|
|
54
|
+
rubygems_version: 2.5.2.1
|
|
55
55
|
signing_key:
|
|
56
56
|
specification_version: 4
|
|
57
57
|
summary: Calendrical calculation module
|