remind-rb 6.2.10.1-arm-linux

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.
Files changed (600) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +328 -0
  3. data/README.md +141 -0
  4. data/ext/remind/shim.c +379 -0
  5. data/lib/remind/builder.rb +252 -0
  6. data/lib/remind/library.rb +141 -0
  7. data/lib/remind/libremind.so +0 -0
  8. data/lib/remind/native.rb +257 -0
  9. data/lib/remind/reminder.rb +527 -0
  10. data/lib/remind/runtime.rb +130 -0
  11. data/lib/remind/session.rb +246 -0
  12. data/lib/remind/source.rb +160 -0
  13. data/lib/remind/value.rb +170 -0
  14. data/lib/remind/version.rb +13 -0
  15. data/lib/remind.rb +147 -0
  16. data/remind-v06.02.10/COPYRIGHT +300 -0
  17. data/remind-v06.02.10/docs/WHATSNEW +3858 -0
  18. data/remind-v06.02.10/include/ansitext.rem +35 -0
  19. data/remind-v06.02.10/include/holidays/ad/02.rem +15 -0
  20. data/remind-v06.02.10/include/holidays/ad/03.rem +14 -0
  21. data/remind-v06.02.10/include/holidays/ad/04.rem +14 -0
  22. data/remind-v06.02.10/include/holidays/ad/05.rem +14 -0
  23. data/remind-v06.02.10/include/holidays/ad/06.rem +16 -0
  24. data/remind-v06.02.10/include/holidays/ad/07.rem +15 -0
  25. data/remind-v06.02.10/include/holidays/ad/08.rem +14 -0
  26. data/remind-v06.02.10/include/holidays/ad.rem +28 -0
  27. data/remind-v06.02.10/include/holidays/ae.rem +10 -0
  28. data/remind-v06.02.10/include/holidays/al.rem +33 -0
  29. data/remind-v06.02.10/include/holidays/am.rem +19 -0
  30. data/remind-v06.02.10/include/holidays/ao.rem +41 -0
  31. data/remind-v06.02.10/include/holidays/ar.rem +38 -0
  32. data/remind-v06.02.10/include/holidays/as.rem +40 -0
  33. data/remind-v06.02.10/include/holidays/at/1.rem +15 -0
  34. data/remind-v06.02.10/include/holidays/at/2.rem +16 -0
  35. data/remind-v06.02.10/include/holidays/at/3.rem +15 -0
  36. data/remind-v06.02.10/include/holidays/at/4.rem +15 -0
  37. data/remind-v06.02.10/include/holidays/at/5.rem +15 -0
  38. data/remind-v06.02.10/include/holidays/at/6.rem +15 -0
  39. data/remind-v06.02.10/include/holidays/at/7.rem +15 -0
  40. data/remind-v06.02.10/include/holidays/at/8.rem +15 -0
  41. data/remind-v06.02.10/include/holidays/at/9.rem +15 -0
  42. data/remind-v06.02.10/include/holidays/at.rem +32 -0
  43. data/remind-v06.02.10/include/holidays/au/act.rem +27 -0
  44. data/remind-v06.02.10/include/holidays/au/nsw.rem +25 -0
  45. data/remind-v06.02.10/include/holidays/au/nt.rem +28 -0
  46. data/remind-v06.02.10/include/holidays/au/qld.rem +23 -0
  47. data/remind-v06.02.10/include/holidays/au/sa.rem +29 -0
  48. data/remind-v06.02.10/include/holidays/au/tas.rem +16 -0
  49. data/remind-v06.02.10/include/holidays/au/vic.rem +24 -0
  50. data/remind-v06.02.10/include/holidays/au/wa.rem +24 -0
  51. data/remind-v06.02.10/include/holidays/au.rem +21 -0
  52. data/remind-v06.02.10/include/holidays/aw.rem +19 -0
  53. data/remind-v06.02.10/include/holidays/az.rem +44 -0
  54. data/remind-v06.02.10/include/holidays/ba/bih.rem +23 -0
  55. data/remind-v06.02.10/include/holidays/ba/brc.rem +20 -0
  56. data/remind-v06.02.10/include/holidays/ba/srp.rem +23 -0
  57. data/remind-v06.02.10/include/holidays/ba.rem +22 -0
  58. data/remind-v06.02.10/include/holidays/bb.rem +28 -0
  59. data/remind-v06.02.10/include/holidays/bd.rem +14 -0
  60. data/remind-v06.02.10/include/holidays/be.rem +24 -0
  61. data/remind-v06.02.10/include/holidays/bf.rem +29 -0
  62. data/remind-v06.02.10/include/holidays/bg.rem +34 -0
  63. data/remind-v06.02.10/include/holidays/bh.rem +11 -0
  64. data/remind-v06.02.10/include/holidays/bi.rem +30 -0
  65. data/remind-v06.02.10/include/holidays/bn.rem +22 -0
  66. data/remind-v06.02.10/include/holidays/bo/b.rem +13 -0
  67. data/remind-v06.02.10/include/holidays/bo/c.rem +13 -0
  68. data/remind-v06.02.10/include/holidays/bo/h.rem +13 -0
  69. data/remind-v06.02.10/include/holidays/bo/l.rem +13 -0
  70. data/remind-v06.02.10/include/holidays/bo/n.rem +13 -0
  71. data/remind-v06.02.10/include/holidays/bo/o.rem +13 -0
  72. data/remind-v06.02.10/include/holidays/bo/p.rem +13 -0
  73. data/remind-v06.02.10/include/holidays/bo/s.rem +13 -0
  74. data/remind-v06.02.10/include/holidays/bo/t.rem +13 -0
  75. data/remind-v06.02.10/include/holidays/bo.rem +32 -0
  76. data/remind-v06.02.10/include/holidays/br/ac.rem +21 -0
  77. data/remind-v06.02.10/include/holidays/br/al.rem +16 -0
  78. data/remind-v06.02.10/include/holidays/br/am.rem +13 -0
  79. data/remind-v06.02.10/include/holidays/br/ap.rem +15 -0
  80. data/remind-v06.02.10/include/holidays/br/ba.rem +13 -0
  81. data/remind-v06.02.10/include/holidays/br/ce.rem +15 -0
  82. data/remind-v06.02.10/include/holidays/br/df.rem +14 -0
  83. data/remind-v06.02.10/include/holidays/br/es.rem +13 -0
  84. data/remind-v06.02.10/include/holidays/br/go.rem +14 -0
  85. data/remind-v06.02.10/include/holidays/br/ma.rem +13 -0
  86. data/remind-v06.02.10/include/holidays/br/mg.rem +13 -0
  87. data/remind-v06.02.10/include/holidays/br/ms.rem +13 -0
  88. data/remind-v06.02.10/include/holidays/br/pa.rem +13 -0
  89. data/remind-v06.02.10/include/holidays/br/pb.rem +13 -0
  90. data/remind-v06.02.10/include/holidays/br/pe.rem +13 -0
  91. data/remind-v06.02.10/include/holidays/br/pi.rem +13 -0
  92. data/remind-v06.02.10/include/holidays/br/pr.rem +13 -0
  93. data/remind-v06.02.10/include/holidays/br/rj.rem +13 -0
  94. data/remind-v06.02.10/include/holidays/br/rn.rem +14 -0
  95. data/remind-v06.02.10/include/holidays/br/ro.rem +14 -0
  96. data/remind-v06.02.10/include/holidays/br/rr.rem +13 -0
  97. data/remind-v06.02.10/include/holidays/br/rs.rem +13 -0
  98. data/remind-v06.02.10/include/holidays/br/sc.rem +14 -0
  99. data/remind-v06.02.10/include/holidays/br/se.rem +13 -0
  100. data/remind-v06.02.10/include/holidays/br/sp.rem +13 -0
  101. data/remind-v06.02.10/include/holidays/br/to.rem +15 -0
  102. data/remind-v06.02.10/include/holidays/br.rem +33 -0
  103. data/remind-v06.02.10/include/holidays/bs.rem +26 -0
  104. data/remind-v06.02.10/include/holidays/bw.rem +31 -0
  105. data/remind-v06.02.10/include/holidays/by.rem +17 -0
  106. data/remind-v06.02.10/include/holidays/bz.rem +43 -0
  107. data/remind-v06.02.10/include/holidays/ca/ab.rem +17 -0
  108. data/remind-v06.02.10/include/holidays/ca/bc.rem +14 -0
  109. data/remind-v06.02.10/include/holidays/ca/mb.rem +16 -0
  110. data/remind-v06.02.10/include/holidays/ca/nb.rem +14 -0
  111. data/remind-v06.02.10/include/holidays/ca/nl.rem +19 -0
  112. data/remind-v06.02.10/include/holidays/ca/ns.rem +16 -0
  113. data/remind-v06.02.10/include/holidays/ca/nt.rem +14 -0
  114. data/remind-v06.02.10/include/holidays/ca/nu.rem +16 -0
  115. data/remind-v06.02.10/include/holidays/ca/on.rem +16 -0
  116. data/remind-v06.02.10/include/holidays/ca/pe.rem +13 -0
  117. data/remind-v06.02.10/include/holidays/ca/qc.rem +18 -0
  118. data/remind-v06.02.10/include/holidays/ca/sk.rem +14 -0
  119. data/remind-v06.02.10/include/holidays/ca/yt.rem +17 -0
  120. data/remind-v06.02.10/include/holidays/ca.rem +37 -0
  121. data/remind-v06.02.10/include/holidays/cg.rem +17 -0
  122. data/remind-v06.02.10/include/holidays/ch/ag.rem +22 -0
  123. data/remind-v06.02.10/include/holidays/ch/ai.rem +20 -0
  124. data/remind-v06.02.10/include/holidays/ch/ar.rem +16 -0
  125. data/remind-v06.02.10/include/holidays/ch/be.rem +17 -0
  126. data/remind-v06.02.10/include/holidays/ch/bl.rem +17 -0
  127. data/remind-v06.02.10/include/holidays/ch/bs.rem +17 -0
  128. data/remind-v06.02.10/include/holidays/ch/fr.rem +19 -0
  129. data/remind-v06.02.10/include/holidays/ch/ge.rem +17 -0
  130. data/remind-v06.02.10/include/holidays/ch/gl.rem +22 -0
  131. data/remind-v06.02.10/include/holidays/ch/gr.rem +18 -0
  132. data/remind-v06.02.10/include/holidays/ch/ju.rem +21 -0
  133. data/remind-v06.02.10/include/holidays/ch/lu.rem +21 -0
  134. data/remind-v06.02.10/include/holidays/ch/ne.rem +18 -0
  135. data/remind-v06.02.10/include/holidays/ch/nw.rem +24 -0
  136. data/remind-v06.02.10/include/holidays/ch/ow.rem +24 -0
  137. data/remind-v06.02.10/include/holidays/ch/sg.rem +20 -0
  138. data/remind-v06.02.10/include/holidays/ch/sh.rem +20 -0
  139. data/remind-v06.02.10/include/holidays/ch/so.rem +17 -0
  140. data/remind-v06.02.10/include/holidays/ch/sz.rem +22 -0
  141. data/remind-v06.02.10/include/holidays/ch/tg.rem +18 -0
  142. data/remind-v06.02.10/include/holidays/ch/ti.rem +23 -0
  143. data/remind-v06.02.10/include/holidays/ch/ur.rem +22 -0
  144. data/remind-v06.02.10/include/holidays/ch/vd.rem +17 -0
  145. data/remind-v06.02.10/include/holidays/ch/vs.rem +23 -0
  146. data/remind-v06.02.10/include/holidays/ch/zg.rem +23 -0
  147. data/remind-v06.02.10/include/holidays/ch/zh.rem +18 -0
  148. data/remind-v06.02.10/include/holidays/ch.rem +18 -0
  149. data/remind-v06.02.10/include/holidays/chinese-new-year.rem +86 -0
  150. data/remind-v06.02.10/include/holidays/cl/ap.rem +13 -0
  151. data/remind-v06.02.10/include/holidays/cl/nb.rem +13 -0
  152. data/remind-v06.02.10/include/holidays/cl.rem +46 -0
  153. data/remind-v06.02.10/include/holidays/cm.rem +21 -0
  154. data/remind-v06.02.10/include/holidays/co.rem +85 -0
  155. data/remind-v06.02.10/include/holidays/cr.rem +39 -0
  156. data/remind-v06.02.10/include/holidays/cu.rem +19 -0
  157. data/remind-v06.02.10/include/holidays/cw.rem +24 -0
  158. data/remind-v06.02.10/include/holidays/cy.rem +27 -0
  159. data/remind-v06.02.10/include/holidays/cz.rem +20 -0
  160. data/remind-v06.02.10/include/holidays/de/bb.rem +15 -0
  161. data/remind-v06.02.10/include/holidays/de/be.rem +13 -0
  162. data/remind-v06.02.10/include/holidays/de/bw.rem +15 -0
  163. data/remind-v06.02.10/include/holidays/de/by.rem +18 -0
  164. data/remind-v06.02.10/include/holidays/de/hb.rem +13 -0
  165. data/remind-v06.02.10/include/holidays/de/he.rem +13 -0
  166. data/remind-v06.02.10/include/holidays/de/hh.rem +13 -0
  167. data/remind-v06.02.10/include/holidays/de/mv.rem +14 -0
  168. data/remind-v06.02.10/include/holidays/de/ni.rem +13 -0
  169. data/remind-v06.02.10/include/holidays/de/nw.rem +14 -0
  170. data/remind-v06.02.10/include/holidays/de/rp.rem +14 -0
  171. data/remind-v06.02.10/include/holidays/de/sh.rem +13 -0
  172. data/remind-v06.02.10/include/holidays/de/sl.rem +15 -0
  173. data/remind-v06.02.10/include/holidays/de/sn.rem +14 -0
  174. data/remind-v06.02.10/include/holidays/de/st.rem +14 -0
  175. data/remind-v06.02.10/include/holidays/de/th.rem +14 -0
  176. data/remind-v06.02.10/include/holidays/de.rem +23 -0
  177. data/remind-v06.02.10/include/holidays/discordian.rem +25 -0
  178. data/remind-v06.02.10/include/holidays/dj.rem +12 -0
  179. data/remind-v06.02.10/include/holidays/dk.rem +23 -0
  180. data/remind-v06.02.10/include/holidays/dm.rem +24 -0
  181. data/remind-v06.02.10/include/holidays/do.rem +36 -0
  182. data/remind-v06.02.10/include/holidays/dz.rem +12 -0
  183. data/remind-v06.02.10/include/holidays/ec.rem +48 -0
  184. data/remind-v06.02.10/include/holidays/ee.rem +19 -0
  185. data/remind-v06.02.10/include/holidays/eg.rem +17 -0
  186. data/remind-v06.02.10/include/holidays/es/an.rem +17 -0
  187. data/remind-v06.02.10/include/holidays/es/ar.rem +17 -0
  188. data/remind-v06.02.10/include/holidays/es/as.rem +17 -0
  189. data/remind-v06.02.10/include/holidays/es/cb.rem +15 -0
  190. data/remind-v06.02.10/include/holidays/es/ce.rem +15 -0
  191. data/remind-v06.02.10/include/holidays/es/cl.rem +17 -0
  192. data/remind-v06.02.10/include/holidays/es/cm.rem +15 -0
  193. data/remind-v06.02.10/include/holidays/es/cn.rem +15 -0
  194. data/remind-v06.02.10/include/holidays/es/ct.rem +16 -0
  195. data/remind-v06.02.10/include/holidays/es/ex.rem +16 -0
  196. data/remind-v06.02.10/include/holidays/es/ga.rem +15 -0
  197. data/remind-v06.02.10/include/holidays/es/ib.rem +15 -0
  198. data/remind-v06.02.10/include/holidays/es/mc.rem +17 -0
  199. data/remind-v06.02.10/include/holidays/es/md.rem +16 -0
  200. data/remind-v06.02.10/include/holidays/es/ml.rem +15 -0
  201. data/remind-v06.02.10/include/holidays/es/nc.rem +15 -0
  202. data/remind-v06.02.10/include/holidays/es/pv.rem +15 -0
  203. data/remind-v06.02.10/include/holidays/es/ri.rem +16 -0
  204. data/remind-v06.02.10/include/holidays/es/vc.rem +16 -0
  205. data/remind-v06.02.10/include/holidays/es.rem +23 -0
  206. data/remind-v06.02.10/include/holidays/et.rem +20 -0
  207. data/remind-v06.02.10/include/holidays/fi.rem +43 -0
  208. data/remind-v06.02.10/include/holidays/fr/bl.rem +13 -0
  209. data/remind-v06.02.10/include/holidays/fr/ges.rem +14 -0
  210. data/remind-v06.02.10/include/holidays/fr/gp.rem +16 -0
  211. data/remind-v06.02.10/include/holidays/fr/gy.rem +13 -0
  212. data/remind-v06.02.10/include/holidays/fr/mf.rem +13 -0
  213. data/remind-v06.02.10/include/holidays/fr/mq.rem +15 -0
  214. data/remind-v06.02.10/include/holidays/fr/nc.rem +13 -0
  215. data/remind-v06.02.10/include/holidays/fr/pf.rem +15 -0
  216. data/remind-v06.02.10/include/holidays/fr/re.rem +13 -0
  217. data/remind-v06.02.10/include/holidays/fr/wf.rem +14 -0
  218. data/remind-v06.02.10/include/holidays/fr/yt.rem +13 -0
  219. data/remind-v06.02.10/include/holidays/fr.rem +18 -0
  220. data/remind-v06.02.10/include/holidays/ga.rem +18 -0
  221. data/remind-v06.02.10/include/holidays/gb/eng.rem +14 -0
  222. data/remind-v06.02.10/include/holidays/gb/nir.rem +20 -0
  223. data/remind-v06.02.10/include/holidays/gb/sct.rem +20 -0
  224. data/remind-v06.02.10/include/holidays/gb/wls.rem +14 -0
  225. data/remind-v06.02.10/include/holidays/gb.rem +27 -0
  226. data/remind-v06.02.10/include/holidays/ge.rem +24 -0
  227. data/remind-v06.02.10/include/holidays/gh.rem +34 -0
  228. data/remind-v06.02.10/include/holidays/gl.rem +25 -0
  229. data/remind-v06.02.10/include/holidays/gr.rem +37 -0
  230. data/remind-v06.02.10/include/holidays/gt.rem +24 -0
  231. data/remind-v06.02.10/include/holidays/gu.rem +37 -0
  232. data/remind-v06.02.10/include/holidays/hk.rem +25 -0
  233. data/remind-v06.02.10/include/holidays/hn.rem +18 -0
  234. data/remind-v06.02.10/include/holidays/hr.rem +21 -0
  235. data/remind-v06.02.10/include/holidays/ht.rem +34 -0
  236. data/remind-v06.02.10/include/holidays/hu.rem +20 -0
  237. data/remind-v06.02.10/include/holidays/id.rem +15 -0
  238. data/remind-v06.02.10/include/holidays/ie.rem +41 -0
  239. data/remind-v06.02.10/include/holidays/im.rem +26 -0
  240. data/remind-v06.02.10/include/holidays/in/ap.rem +14 -0
  241. data/remind-v06.02.10/include/holidays/in/as.rem +13 -0
  242. data/remind-v06.02.10/include/holidays/in/br.rem +14 -0
  243. data/remind-v06.02.10/include/holidays/in/cg.rem +13 -0
  244. data/remind-v06.02.10/include/holidays/in/gj.rem +15 -0
  245. data/remind-v06.02.10/include/holidays/in/hr.rem +14 -0
  246. data/remind-v06.02.10/include/holidays/in/ka.rem +13 -0
  247. data/remind-v06.02.10/include/holidays/in/kl.rem +14 -0
  248. data/remind-v06.02.10/include/holidays/in/mh.rem +15 -0
  249. data/remind-v06.02.10/include/holidays/in/mp.rem +13 -0
  250. data/remind-v06.02.10/include/holidays/in/od.rem +15 -0
  251. data/remind-v06.02.10/include/holidays/in/rj.rem +14 -0
  252. data/remind-v06.02.10/include/holidays/in/sk.rem +13 -0
  253. data/remind-v06.02.10/include/holidays/in/tn.rem +15 -0
  254. data/remind-v06.02.10/include/holidays/in/ts.rem +14 -0
  255. data/remind-v06.02.10/include/holidays/in/uk.rem +13 -0
  256. data/remind-v06.02.10/include/holidays/in/up.rem +13 -0
  257. data/remind-v06.02.10/include/holidays/in/wb.rem +16 -0
  258. data/remind-v06.02.10/include/holidays/in.rem +24 -0
  259. data/remind-v06.02.10/include/holidays/is.rem +23 -0
  260. data/remind-v06.02.10/include/holidays/it/ag.rem +13 -0
  261. data/remind-v06.02.10/include/holidays/it/al.rem +13 -0
  262. data/remind-v06.02.10/include/holidays/it/an.rem +13 -0
  263. data/remind-v06.02.10/include/holidays/it/andria.rem +13 -0
  264. data/remind-v06.02.10/include/holidays/it/ao.rem +13 -0
  265. data/remind-v06.02.10/include/holidays/it/ap.rem +13 -0
  266. data/remind-v06.02.10/include/holidays/it/aq.rem +13 -0
  267. data/remind-v06.02.10/include/holidays/it/ar.rem +13 -0
  268. data/remind-v06.02.10/include/holidays/it/at.rem +13 -0
  269. data/remind-v06.02.10/include/holidays/it/av.rem +13 -0
  270. data/remind-v06.02.10/include/holidays/it/ba.rem +13 -0
  271. data/remind-v06.02.10/include/holidays/it/barletta.rem +13 -0
  272. data/remind-v06.02.10/include/holidays/it/bg.rem +13 -0
  273. data/remind-v06.02.10/include/holidays/it/bl.rem +13 -0
  274. data/remind-v06.02.10/include/holidays/it/bn.rem +13 -0
  275. data/remind-v06.02.10/include/holidays/it/bo.rem +13 -0
  276. data/remind-v06.02.10/include/holidays/it/br.rem +13 -0
  277. data/remind-v06.02.10/include/holidays/it/bs.rem +13 -0
  278. data/remind-v06.02.10/include/holidays/it/bt.rem +15 -0
  279. data/remind-v06.02.10/include/holidays/it/bz.rem +14 -0
  280. data/remind-v06.02.10/include/holidays/it/ca.rem +13 -0
  281. data/remind-v06.02.10/include/holidays/it/cb.rem +13 -0
  282. data/remind-v06.02.10/include/holidays/it/ce.rem +13 -0
  283. data/remind-v06.02.10/include/holidays/it/cesena.rem +13 -0
  284. data/remind-v06.02.10/include/holidays/it/ch.rem +13 -0
  285. data/remind-v06.02.10/include/holidays/it/cl.rem +13 -0
  286. data/remind-v06.02.10/include/holidays/it/cn.rem +13 -0
  287. data/remind-v06.02.10/include/holidays/it/co.rem +13 -0
  288. data/remind-v06.02.10/include/holidays/it/cr.rem +13 -0
  289. data/remind-v06.02.10/include/holidays/it/cs.rem +13 -0
  290. data/remind-v06.02.10/include/holidays/it/ct.rem +13 -0
  291. data/remind-v06.02.10/include/holidays/it/cz.rem +13 -0
  292. data/remind-v06.02.10/include/holidays/it/en.rem +13 -0
  293. data/remind-v06.02.10/include/holidays/it/fc.rem +14 -0
  294. data/remind-v06.02.10/include/holidays/it/fe.rem +13 -0
  295. data/remind-v06.02.10/include/holidays/it/fg.rem +13 -0
  296. data/remind-v06.02.10/include/holidays/it/fi.rem +13 -0
  297. data/remind-v06.02.10/include/holidays/it/fm.rem +14 -0
  298. data/remind-v06.02.10/include/holidays/it/forli.rem +13 -0
  299. data/remind-v06.02.10/include/holidays/it/fr.rem +13 -0
  300. data/remind-v06.02.10/include/holidays/it/ge.rem +13 -0
  301. data/remind-v06.02.10/include/holidays/it/go.rem +13 -0
  302. data/remind-v06.02.10/include/holidays/it/gr.rem +13 -0
  303. data/remind-v06.02.10/include/holidays/it/im.rem +13 -0
  304. data/remind-v06.02.10/include/holidays/it/is.rem +13 -0
  305. data/remind-v06.02.10/include/holidays/it/kr.rem +13 -0
  306. data/remind-v06.02.10/include/holidays/it/lc.rem +13 -0
  307. data/remind-v06.02.10/include/holidays/it/le.rem +13 -0
  308. data/remind-v06.02.10/include/holidays/it/li.rem +13 -0
  309. data/remind-v06.02.10/include/holidays/it/lo.rem +13 -0
  310. data/remind-v06.02.10/include/holidays/it/lt.rem +14 -0
  311. data/remind-v06.02.10/include/holidays/it/lu.rem +13 -0
  312. data/remind-v06.02.10/include/holidays/it/mb.rem +13 -0
  313. data/remind-v06.02.10/include/holidays/it/mc.rem +13 -0
  314. data/remind-v06.02.10/include/holidays/it/me.rem +13 -0
  315. data/remind-v06.02.10/include/holidays/it/mi.rem +13 -0
  316. data/remind-v06.02.10/include/holidays/it/mn.rem +13 -0
  317. data/remind-v06.02.10/include/holidays/it/mo.rem +13 -0
  318. data/remind-v06.02.10/include/holidays/it/ms.rem +13 -0
  319. data/remind-v06.02.10/include/holidays/it/mt.rem +13 -0
  320. data/remind-v06.02.10/include/holidays/it/na.rem +13 -0
  321. data/remind-v06.02.10/include/holidays/it/no.rem +13 -0
  322. data/remind-v06.02.10/include/holidays/it/nu.rem +13 -0
  323. data/remind-v06.02.10/include/holidays/it/or.rem +13 -0
  324. data/remind-v06.02.10/include/holidays/it/pa.rem +13 -0
  325. data/remind-v06.02.10/include/holidays/it/pc.rem +13 -0
  326. data/remind-v06.02.10/include/holidays/it/pd.rem +13 -0
  327. data/remind-v06.02.10/include/holidays/it/pe.rem +13 -0
  328. data/remind-v06.02.10/include/holidays/it/pesaro.rem +13 -0
  329. data/remind-v06.02.10/include/holidays/it/pg.rem +14 -0
  330. data/remind-v06.02.10/include/holidays/it/pi.rem +13 -0
  331. data/remind-v06.02.10/include/holidays/it/pn.rem +14 -0
  332. data/remind-v06.02.10/include/holidays/it/pr.rem +13 -0
  333. data/remind-v06.02.10/include/holidays/it/pt.rem +13 -0
  334. data/remind-v06.02.10/include/holidays/it/pu.rem +14 -0
  335. data/remind-v06.02.10/include/holidays/it/pv.rem +13 -0
  336. data/remind-v06.02.10/include/holidays/it/pz.rem +13 -0
  337. data/remind-v06.02.10/include/holidays/it/ra.rem +13 -0
  338. data/remind-v06.02.10/include/holidays/it/rc.rem +13 -0
  339. data/remind-v06.02.10/include/holidays/it/re.rem +13 -0
  340. data/remind-v06.02.10/include/holidays/it/rg.rem +14 -0
  341. data/remind-v06.02.10/include/holidays/it/ri.rem +13 -0
  342. data/remind-v06.02.10/include/holidays/it/rm.rem +13 -0
  343. data/remind-v06.02.10/include/holidays/it/rn.rem +13 -0
  344. data/remind-v06.02.10/include/holidays/it/ro.rem +13 -0
  345. data/remind-v06.02.10/include/holidays/it/sa.rem +13 -0
  346. data/remind-v06.02.10/include/holidays/it/si.rem +13 -0
  347. data/remind-v06.02.10/include/holidays/it/so.rem +13 -0
  348. data/remind-v06.02.10/include/holidays/it/sp.rem +13 -0
  349. data/remind-v06.02.10/include/holidays/it/sr.rem +13 -0
  350. data/remind-v06.02.10/include/holidays/it/ss.rem +13 -0
  351. data/remind-v06.02.10/include/holidays/it/su.rem +13 -0
  352. data/remind-v06.02.10/include/holidays/it/sv.rem +13 -0
  353. data/remind-v06.02.10/include/holidays/it/ta.rem +13 -0
  354. data/remind-v06.02.10/include/holidays/it/te.rem +13 -0
  355. data/remind-v06.02.10/include/holidays/it/tn.rem +13 -0
  356. data/remind-v06.02.10/include/holidays/it/to.rem +13 -0
  357. data/remind-v06.02.10/include/holidays/it/tp.rem +13 -0
  358. data/remind-v06.02.10/include/holidays/it/tr.rem +13 -0
  359. data/remind-v06.02.10/include/holidays/it/trani.rem +13 -0
  360. data/remind-v06.02.10/include/holidays/it/ts.rem +13 -0
  361. data/remind-v06.02.10/include/holidays/it/tv.rem +13 -0
  362. data/remind-v06.02.10/include/holidays/it/ud.rem +13 -0
  363. data/remind-v06.02.10/include/holidays/it/urbino.rem +13 -0
  364. data/remind-v06.02.10/include/holidays/it/va.rem +13 -0
  365. data/remind-v06.02.10/include/holidays/it/vb.rem +13 -0
  366. data/remind-v06.02.10/include/holidays/it/vc.rem +13 -0
  367. data/remind-v06.02.10/include/holidays/it/ve.rem +14 -0
  368. data/remind-v06.02.10/include/holidays/it/vi.rem +13 -0
  369. data/remind-v06.02.10/include/holidays/it/vr.rem +13 -0
  370. data/remind-v06.02.10/include/holidays/it/vt.rem +13 -0
  371. data/remind-v06.02.10/include/holidays/it/vv.rem +13 -0
  372. data/remind-v06.02.10/include/holidays/it.rem +26 -0
  373. data/remind-v06.02.10/include/holidays/je.rem +19 -0
  374. data/remind-v06.02.10/include/holidays/jewish.rem +135 -0
  375. data/remind-v06.02.10/include/holidays/jm.rem +24 -0
  376. data/remind-v06.02.10/include/holidays/jo.rem +11 -0
  377. data/remind-v06.02.10/include/holidays/jp.rem +27 -0
  378. data/remind-v06.02.10/include/holidays/ke.rem +25 -0
  379. data/remind-v06.02.10/include/holidays/kg.rem +20 -0
  380. data/remind-v06.02.10/include/holidays/kh.rem +22 -0
  381. data/remind-v06.02.10/include/holidays/kn.rem +28 -0
  382. data/remind-v06.02.10/include/holidays/kr.rem +19 -0
  383. data/remind-v06.02.10/include/holidays/kw.rem +10 -0
  384. data/remind-v06.02.10/include/holidays/kz.rem +34 -0
  385. data/remind-v06.02.10/include/holidays/la.rem +47 -0
  386. data/remind-v06.02.10/include/holidays/lgbtq/au.rem +8 -0
  387. data/remind-v06.02.10/include/holidays/lgbtq/br.rem +10 -0
  388. data/remind-v06.02.10/include/holidays/lgbtq/ca.rem +7 -0
  389. data/remind-v06.02.10/include/holidays/lgbtq/cl.rem +7 -0
  390. data/remind-v06.02.10/include/holidays/lgbtq/ie.rem +7 -0
  391. data/remind-v06.02.10/include/holidays/lgbtq/in.rem +7 -0
  392. data/remind-v06.02.10/include/holidays/lgbtq/nl.rem +7 -0
  393. data/remind-v06.02.10/include/holidays/lgbtq/ua.rem +7 -0
  394. data/remind-v06.02.10/include/holidays/lgbtq/uk.rem +8 -0
  395. data/remind-v06.02.10/include/holidays/lgbtq/us.rem +16 -0
  396. data/remind-v06.02.10/include/holidays/lgbtq.rem +34 -0
  397. data/remind-v06.02.10/include/holidays/li.rem +31 -0
  398. data/remind-v06.02.10/include/holidays/ls.rem +18 -0
  399. data/remind-v06.02.10/include/holidays/lt.rem +23 -0
  400. data/remind-v06.02.10/include/holidays/lu.rem +18 -0
  401. data/remind-v06.02.10/include/holidays/lv.rem +25 -0
  402. data/remind-v06.02.10/include/holidays/ma.rem +17 -0
  403. data/remind-v06.02.10/include/holidays/mc.rem +26 -0
  404. data/remind-v06.02.10/include/holidays/md.rem +21 -0
  405. data/remind-v06.02.10/include/holidays/me.rem +28 -0
  406. data/remind-v06.02.10/include/holidays/mg.rem +24 -0
  407. data/remind-v06.02.10/include/holidays/mh.rem +22 -0
  408. data/remind-v06.02.10/include/holidays/misc.rem +9 -0
  409. data/remind-v06.02.10/include/holidays/mk.rem +17 -0
  410. data/remind-v06.02.10/include/holidays/mp.rem +44 -0
  411. data/remind-v06.02.10/include/holidays/mr.rem +11 -0
  412. data/remind-v06.02.10/include/holidays/mt.rem +21 -0
  413. data/remind-v06.02.10/include/holidays/mv.rem +12 -0
  414. data/remind-v06.02.10/include/holidays/mw.rem +36 -0
  415. data/remind-v06.02.10/include/holidays/mx.rem +15 -0
  416. data/remind-v06.02.10/include/holidays/my/01.rem +13 -0
  417. data/remind-v06.02.10/include/holidays/my/02.rem +13 -0
  418. data/remind-v06.02.10/include/holidays/my/03.rem +14 -0
  419. data/remind-v06.02.10/include/holidays/my/04.rem +18 -0
  420. data/remind-v06.02.10/include/holidays/my/05.rem +16 -0
  421. data/remind-v06.02.10/include/holidays/my/06.rem +17 -0
  422. data/remind-v06.02.10/include/holidays/my/07.rem +17 -0
  423. data/remind-v06.02.10/include/holidays/my/08.rem +15 -0
  424. data/remind-v06.02.10/include/holidays/my/09.rem +14 -0
  425. data/remind-v06.02.10/include/holidays/my/10.rem +16 -0
  426. data/remind-v06.02.10/include/holidays/my/11.rem +16 -0
  427. data/remind-v06.02.10/include/holidays/my/12.rem +19 -0
  428. data/remind-v06.02.10/include/holidays/my/13.rem +22 -0
  429. data/remind-v06.02.10/include/holidays/my/14.rem +16 -0
  430. data/remind-v06.02.10/include/holidays/my/15.rem +18 -0
  431. data/remind-v06.02.10/include/holidays/my/16.rem +16 -0
  432. data/remind-v06.02.10/include/holidays/my.rem +23 -0
  433. data/remind-v06.02.10/include/holidays/mz.rem +25 -0
  434. data/remind-v06.02.10/include/holidays/na.rem +27 -0
  435. data/remind-v06.02.10/include/holidays/ng.rem +21 -0
  436. data/remind-v06.02.10/include/holidays/ni/mn.rem +14 -0
  437. data/remind-v06.02.10/include/holidays/ni.rem +24 -0
  438. data/remind-v06.02.10/include/holidays/nl.rem +26 -0
  439. data/remind-v06.02.10/include/holidays/no.rem +19 -0
  440. data/remind-v06.02.10/include/holidays/nz/auk.rem +13 -0
  441. data/remind-v06.02.10/include/holidays/nz/can.rem +13 -0
  442. data/remind-v06.02.10/include/holidays/nz/cit.rem +13 -0
  443. data/remind-v06.02.10/include/holidays/nz/hkb.rem +13 -0
  444. data/remind-v06.02.10/include/holidays/nz/mbh.rem +13 -0
  445. data/remind-v06.02.10/include/holidays/nz/nsn.rem +13 -0
  446. data/remind-v06.02.10/include/holidays/nz/ntl.rem +13 -0
  447. data/remind-v06.02.10/include/holidays/nz/ota.rem +14 -0
  448. data/remind-v06.02.10/include/holidays/nz/south_canterbury.rem +13 -0
  449. data/remind-v06.02.10/include/holidays/nz/stl.rem +13 -0
  450. data/remind-v06.02.10/include/holidays/nz/tki.rem +13 -0
  451. data/remind-v06.02.10/include/holidays/nz/wgn.rem +13 -0
  452. data/remind-v06.02.10/include/holidays/nz/wtc.rem +13 -0
  453. data/remind-v06.02.10/include/holidays/nz.rem +69 -0
  454. data/remind-v06.02.10/include/holidays/pa.rem +27 -0
  455. data/remind-v06.02.10/include/holidays/pagan.rem +65 -0
  456. data/remind-v06.02.10/include/holidays/pe.rem +22 -0
  457. data/remind-v06.02.10/include/holidays/pg.rem +24 -0
  458. data/remind-v06.02.10/include/holidays/ph.rem +26 -0
  459. data/remind-v06.02.10/include/holidays/pk.rem +13 -0
  460. data/remind-v06.02.10/include/holidays/pl.rem +20 -0
  461. data/remind-v06.02.10/include/holidays/pr.rem +40 -0
  462. data/remind-v06.02.10/include/holidays/pt/01.rem +13 -0
  463. data/remind-v06.02.10/include/holidays/pt/02.rem +13 -0
  464. data/remind-v06.02.10/include/holidays/pt/03.rem +13 -0
  465. data/remind-v06.02.10/include/holidays/pt/04.rem +13 -0
  466. data/remind-v06.02.10/include/holidays/pt/05.rem +13 -0
  467. data/remind-v06.02.10/include/holidays/pt/06.rem +13 -0
  468. data/remind-v06.02.10/include/holidays/pt/07.rem +13 -0
  469. data/remind-v06.02.10/include/holidays/pt/08.rem +13 -0
  470. data/remind-v06.02.10/include/holidays/pt/09.rem +13 -0
  471. data/remind-v06.02.10/include/holidays/pt/10.rem +13 -0
  472. data/remind-v06.02.10/include/holidays/pt/12.rem +13 -0
  473. data/remind-v06.02.10/include/holidays/pt/13.rem +13 -0
  474. data/remind-v06.02.10/include/holidays/pt/14.rem +13 -0
  475. data/remind-v06.02.10/include/holidays/pt/15.rem +13 -0
  476. data/remind-v06.02.10/include/holidays/pt/16.rem +13 -0
  477. data/remind-v06.02.10/include/holidays/pt/18.rem +13 -0
  478. data/remind-v06.02.10/include/holidays/pt/20.rem +13 -0
  479. data/remind-v06.02.10/include/holidays/pt/30.rem +14 -0
  480. data/remind-v06.02.10/include/holidays/pt.rem +17 -0
  481. data/remind-v06.02.10/include/holidays/pw.rem +34 -0
  482. data/remind-v06.02.10/include/holidays/py.rem +20 -0
  483. data/remind-v06.02.10/include/holidays/ro.rem +24 -0
  484. data/remind-v06.02.10/include/holidays/rs.rem +26 -0
  485. data/remind-v06.02.10/include/holidays/ru.rem +21 -0
  486. data/remind-v06.02.10/include/holidays/sa.rem +13 -0
  487. data/remind-v06.02.10/include/holidays/sc.rem +28 -0
  488. data/remind-v06.02.10/include/holidays/se.rem +23 -0
  489. data/remind-v06.02.10/include/holidays/sg.rem +16 -0
  490. data/remind-v06.02.10/include/holidays/si.rem +20 -0
  491. data/remind-v06.02.10/include/holidays/sk.rem +25 -0
  492. data/remind-v06.02.10/include/holidays/sm.rem +25 -0
  493. data/remind-v06.02.10/include/holidays/sv/ss.rem +14 -0
  494. data/remind-v06.02.10/include/holidays/sv.rem +25 -0
  495. data/remind-v06.02.10/include/holidays/sz.rem +26 -0
  496. data/remind-v06.02.10/include/holidays/td.rem +22 -0
  497. data/remind-v06.02.10/include/holidays/th.rem +72 -0
  498. data/remind-v06.02.10/include/holidays/tl.rem +31 -0
  499. data/remind-v06.02.10/include/holidays/tn.rem +15 -0
  500. data/remind-v06.02.10/include/holidays/to.rem +38 -0
  501. data/remind-v06.02.10/include/holidays/tr.rem +17 -0
  502. data/remind-v06.02.10/include/holidays/tw.rem +26 -0
  503. data/remind-v06.02.10/include/holidays/tz.rem +23 -0
  504. data/remind-v06.02.10/include/holidays/ua.rem +20 -0
  505. data/remind-v06.02.10/include/holidays/uk.rem +27 -0
  506. data/remind-v06.02.10/include/holidays/um.rem +32 -0
  507. data/remind-v06.02.10/include/holidays/us/ak.rem +17 -0
  508. data/remind-v06.02.10/include/holidays/us/al.rem +17 -0
  509. data/remind-v06.02.10/include/holidays/us/ar.rem +13 -0
  510. data/remind-v06.02.10/include/holidays/us/as.rem +20 -0
  511. data/remind-v06.02.10/include/holidays/us/az.rem +14 -0
  512. data/remind-v06.02.10/include/holidays/us/ca.rem +16 -0
  513. data/remind-v06.02.10/include/holidays/us/co.rem +14 -0
  514. data/remind-v06.02.10/include/holidays/us/ct.rem +17 -0
  515. data/remind-v06.02.10/include/holidays/us/dc.rem +16 -0
  516. data/remind-v06.02.10/include/holidays/us/de.rem +14 -0
  517. data/remind-v06.02.10/include/holidays/us/fl.rem +14 -0
  518. data/remind-v06.02.10/include/holidays/us/ga.rem +18 -0
  519. data/remind-v06.02.10/include/holidays/us/gu.rem +17 -0
  520. data/remind-v06.02.10/include/holidays/us/hi.rem +19 -0
  521. data/remind-v06.02.10/include/holidays/us/ia.rem +15 -0
  522. data/remind-v06.02.10/include/holidays/us/id.rem +14 -0
  523. data/remind-v06.02.10/include/holidays/us/il.rem +17 -0
  524. data/remind-v06.02.10/include/holidays/us/in.rem +19 -0
  525. data/remind-v06.02.10/include/holidays/us/ks.rem +16 -0
  526. data/remind-v06.02.10/include/holidays/us/ky.rem +16 -0
  527. data/remind-v06.02.10/include/holidays/us/la.rem +14 -0
  528. data/remind-v06.02.10/include/holidays/us/ma.rem +17 -0
  529. data/remind-v06.02.10/include/holidays/us/md-extra.rem +19 -0
  530. data/remind-v06.02.10/include/holidays/us/md.rem +14 -0
  531. data/remind-v06.02.10/include/holidays/us/me.rem +14 -0
  532. data/remind-v06.02.10/include/holidays/us/mi.rem +19 -0
  533. data/remind-v06.02.10/include/holidays/us/mo.rem +16 -0
  534. data/remind-v06.02.10/include/holidays/us/mp.rem +23 -0
  535. data/remind-v06.02.10/include/holidays/us/ms.rem +14 -0
  536. data/remind-v06.02.10/include/holidays/us/mt.rem +13 -0
  537. data/remind-v06.02.10/include/holidays/us/nc.rem +22 -0
  538. data/remind-v06.02.10/include/holidays/us/ne.rem +14 -0
  539. data/remind-v06.02.10/include/holidays/us/nh.rem +14 -0
  540. data/remind-v06.02.10/include/holidays/us/nj.rem +17 -0
  541. data/remind-v06.02.10/include/holidays/us/nm.rem +14 -0
  542. data/remind-v06.02.10/include/holidays/us/nv.rem +16 -0
  543. data/remind-v06.02.10/include/holidays/us/ny.rem +17 -0
  544. data/remind-v06.02.10/include/holidays/us/oh.rem +13 -0
  545. data/remind-v06.02.10/include/holidays/us/ok.rem +13 -0
  546. data/remind-v06.02.10/include/holidays/us/pa.rem +14 -0
  547. data/remind-v06.02.10/include/holidays/us/pr.rem +21 -0
  548. data/remind-v06.02.10/include/holidays/us/ri.rem +14 -0
  549. data/remind-v06.02.10/include/holidays/us/sc.rem +13 -0
  550. data/remind-v06.02.10/include/holidays/us/sd.rem +13 -0
  551. data/remind-v06.02.10/include/holidays/us/tn.rem +13 -0
  552. data/remind-v06.02.10/include/holidays/us/tx.rem +25 -0
  553. data/remind-v06.02.10/include/holidays/us/ut.rem +16 -0
  554. data/remind-v06.02.10/include/holidays/us/va.rem +13 -0
  555. data/remind-v06.02.10/include/holidays/us/vi.rem +22 -0
  556. data/remind-v06.02.10/include/holidays/us/vt.rem +16 -0
  557. data/remind-v06.02.10/include/holidays/us/wi.rem +20 -0
  558. data/remind-v06.02.10/include/holidays/us/wv.rem +17 -0
  559. data/remind-v06.02.10/include/holidays/us.rem +41 -0
  560. data/remind-v06.02.10/include/holidays/uy.rem +39 -0
  561. data/remind-v06.02.10/include/holidays/uz.rem +21 -0
  562. data/remind-v06.02.10/include/holidays/va.rem +23 -0
  563. data/remind-v06.02.10/include/holidays/ve.rem +21 -0
  564. data/remind-v06.02.10/include/holidays/vi.rem +41 -0
  565. data/remind-v06.02.10/include/holidays/vn.rem +17 -0
  566. data/remind-v06.02.10/include/holidays/vu.rem +32 -0
  567. data/remind-v06.02.10/include/holidays/ws.rem +18 -0
  568. data/remind-v06.02.10/include/holidays/za.rem +28 -0
  569. data/remind-v06.02.10/include/holidays/zm.rem +31 -0
  570. data/remind-v06.02.10/include/lang/auto.rem +32 -0
  571. data/remind-v06.02.10/include/lang/ca.rem +60 -0
  572. data/remind-v06.02.10/include/lang/da.rem +77 -0
  573. data/remind-v06.02.10/include/lang/de.rem +80 -0
  574. data/remind-v06.02.10/include/lang/en.rem +4 -0
  575. data/remind-v06.02.10/include/lang/es.rem +55 -0
  576. data/remind-v06.02.10/include/lang/fi.rem +202 -0
  577. data/remind-v06.02.10/include/lang/fr.rem +172 -0
  578. data/remind-v06.02.10/include/lang/gr.rem +74 -0
  579. data/remind-v06.02.10/include/lang/is.rem +58 -0
  580. data/remind-v06.02.10/include/lang/it.rem +76 -0
  581. data/remind-v06.02.10/include/lang/nl.rem +71 -0
  582. data/remind-v06.02.10/include/lang/no.rem +66 -0
  583. data/remind-v06.02.10/include/lang/pl.rem +177 -0
  584. data/remind-v06.02.10/include/lang/pt.rem +176 -0
  585. data/remind-v06.02.10/include/lang/ro.rem +74 -0
  586. data/remind-v06.02.10/include/lunar-eclipses.rem +149 -0
  587. data/remind-v06.02.10/include/moonphases.rem +19 -0
  588. data/remind-v06.02.10/include/seasons.rem +21 -0
  589. data/remind-v06.02.10/include/solar-eclipses.rem +238 -0
  590. data/remind-v06.02.10/include/sun.rem +12 -0
  591. data/remind-v06.02.10/include/translations/de/holidays/chinese-new-year.rem +13 -0
  592. data/remind-v06.02.10/include/translations/de/moonphases.rem +4 -0
  593. data/remind-v06.02.10/include/translations/de/seasons.rem +4 -0
  594. data/remind-v06.02.10/include/translations/de/sun.rem +2 -0
  595. data/remind-v06.02.10/include/translations/nl/holidays/chinese-new-year.rem +13 -0
  596. data/remind-v06.02.10/include/translations/nl/moonphases.rem +4 -0
  597. data/remind-v06.02.10/include/translations/nl/seasons.rem +4 -0
  598. data/remind-v06.02.10/include/translations/nl/sun.rem +2 -0
  599. data/remind-v06.02.10/include/utils/add-html-anchors.rem +5 -0
  600. metadata +709 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 8eb5405024ca6018ab1449fc1f813640b978500d5bd0c1930d333ccfbf9f6ef9
4
+ data.tar.gz: f4357ce689e0d38973412b786ff0f4a4ed336f65bd8f2432d5914305d48ca69d
5
+ SHA512:
6
+ metadata.gz: 5c4dc9c6791aa120dbc83fd8e5f0595c4d79931645e536f83ed9254028d6adaedd2e7896e5bc529d783e86ae255a3bea44588e75365cf194341f6886e8e8262e
7
+ data.tar.gz: ef84a15d0f58a203798d3697693e4330a237caefbada5ffedda18b1775c7a4685a464686e050b161afaa0dc24da194e36384b8789295ffef6f2418de17115a98
data/LICENSE ADDED
@@ -0,0 +1,328 @@
1
+ remind-rb and rem2ics are distributed under the GNU General Public License,
2
+ Version 2 -- the licence of Remind, which they are built from and cannot be
3
+ separated from.
4
+
5
+ Why it is GPL-2.0-only and not something more permissive:
6
+
7
+ * remind-rb vendors the complete Remind source tree (remind-v*/), compiles
8
+ it, and distributes the result. A precompiled gem contains Remind's
9
+ object code; a source gem contains Remind's source. Either way what is
10
+ published is a distribution of Remind.
11
+
12
+ * ext/remind/shim.c is written against Remind's own headers and calls its
13
+ internal functions, and the shared library it is part of is one work with
14
+ Remind's objects.
15
+
16
+ * rem2ics depends on remind-rb and runs entirely through it.
17
+
18
+ So the whole of this repository is offered under the same terms Remind is,
19
+ and the GPL's conditions -- source availability, no additional restrictions,
20
+ same licence for derivative works -- apply to all of it.
21
+
22
+ Copyright:
23
+
24
+ Remind Copyright (C) 1992-2026 Dianne Skoll,
25
+ except where noted in individual files.
26
+ See remind-v*/COPYRIGHT.
27
+
28
+ remind-rb, rem2ics Copyright (C) 2026 Nathan Kidd.
29
+
30
+ The Ruby bindings, the shim, the converter and everything else outside
31
+ remind-v*/ are original work; Remind itself is redistributed unmodified.
32
+
33
+ This program is free software; you can redistribute it and/or modify it under
34
+ the terms of the GNU General Public License as published by the Free Software
35
+ Foundation; version 2 of the License.
36
+
37
+ This program is distributed in the hope that it will be useful, but WITHOUT
38
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
39
+ FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
40
+
41
+ The full text follows.
42
+
43
+ ----------------------------------------------------------------------------
44
+
45
+ GNU GENERAL PUBLIC LICENSE
46
+ Version 2, June 1991
47
+
48
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
49
+ 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
50
+ Everyone is permitted to copy and distribute verbatim copies
51
+ of this license document, but changing it is not allowed.
52
+
53
+ Preamble
54
+
55
+ The licenses for most software are designed to take away your
56
+ freedom to share and change it. By contrast, the GNU General Public
57
+ License is intended to guarantee your freedom to share and change free
58
+ software--to make sure the software is free for all its users. This
59
+ General Public License applies to most of the Free Software
60
+ Foundation's software and to any other program whose authors commit to
61
+ using it. (Some other Free Software Foundation software is covered by
62
+ the GNU Library General Public License instead.) You can apply it to
63
+ your programs, too.
64
+
65
+ When we speak of free software, we are referring to freedom, not
66
+ price. Our General Public Licenses are designed to make sure that you
67
+ have the freedom to distribute copies of free software (and charge for
68
+ this service if you wish), that you receive source code or can get it
69
+ if you want it, that you can change the software or use pieces of it
70
+ in new free programs; and that you know you can do these things.
71
+
72
+ To protect your rights, we need to make restrictions that forbid
73
+ anyone to deny you these rights or to ask you to surrender the rights.
74
+ These restrictions translate to certain responsibilities for you if you
75
+ distribute copies of the software, or if you modify it.
76
+
77
+ For example, if you distribute copies of such a program, whether
78
+ gratis or for a fee, you must give the recipients all the rights that
79
+ you have. You must make sure that they, too, receive or can get the
80
+ source code. And you must show them these terms so they know their
81
+ rights.
82
+
83
+ We protect your rights with two steps: (1) copyright the software, and
84
+ (2) offer you this license which gives you legal permission to copy,
85
+ distribute and/or modify the software.
86
+
87
+ Also, for each author's protection and ours, we want to make certain
88
+ that everyone understands that there is no warranty for this free
89
+ software. If the software is modified by someone else and passed on, we
90
+ want its recipients to know that what they have is not the original, so
91
+ that any problems introduced by others will not reflect on the original
92
+ authors' reputations.
93
+
94
+ Finally, any free program is threatened constantly by software
95
+ patents. We wish to avoid the danger that redistributors of a free
96
+ program will individually obtain patent licenses, in effect making the
97
+ program proprietary. To prevent this, we have made it clear that any
98
+ patent must be licensed for everyone's free use or not licensed at all.
99
+
100
+ The precise terms and conditions for copying, distribution and
101
+ modification follow.
102
+
103
+ GNU GENERAL PUBLIC LICENSE
104
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
105
+
106
+ 0. This License applies to any program or other work which contains
107
+ a notice placed by the copyright holder saying it may be distributed
108
+ under the terms of this General Public License. The "Program", below,
109
+ refers to any such program or work, and a "work based on the Program"
110
+ means either the Program or any derivative work under copyright law:
111
+ that is to say, a work containing the Program or a portion of it,
112
+ either verbatim or with modifications and/or translated into another
113
+ language. (Hereinafter, translation is included without limitation in
114
+ the term "modification".) Each licensee is addressed as "you".
115
+
116
+ Activities other than copying, distribution and modification are not
117
+ covered by this License; they are outside its scope. The act of
118
+ running the Program is not restricted, and the output from the Program
119
+ is covered only if its contents constitute a work based on the
120
+ Program (independent of having been made by running the Program).
121
+ Whether that is true depends on what the Program does.
122
+
123
+ 1. You may copy and distribute verbatim copies of the Program's
124
+ source code as you receive it, in any medium, provided that you
125
+ conspicuously and appropriately publish on each copy an appropriate
126
+ copyright notice and disclaimer of warranty; keep intact all the
127
+ notices that refer to this License and to the absence of any warranty;
128
+ and give any other recipients of the Program a copy of this License
129
+ along with the Program.
130
+
131
+ You may charge a fee for the physical act of transferring a copy, and
132
+ you may at your option offer warranty protection in exchange for a fee.
133
+
134
+ 2. You may modify your copy or copies of the Program or any portion
135
+ of it, thus forming a work based on the Program, and copy and
136
+ distribute such modifications or work under the terms of Section 1
137
+ above, provided that you also meet all of these conditions:
138
+
139
+ a) You must cause the modified files to carry prominent notices
140
+ stating that you changed the files and the date of any change.
141
+
142
+ b) You must cause any work that you distribute or publish, that in
143
+ whole or in part contains or is derived from the Program or any
144
+ part thereof, to be licensed as a whole at no charge to all third
145
+ parties under the terms of this License.
146
+
147
+ c) If the modified program normally reads commands interactively
148
+ when run, you must cause it, when started running for such
149
+ interactive use in the most ordinary way, to print or display an
150
+ announcement including an appropriate copyright notice and a
151
+ notice that there is no warranty (or else, saying that you provide
152
+ a warranty) and that users may redistribute the program under
153
+ these conditions, and telling the user how to view a copy of this
154
+ License. (Exception: if the Program itself is interactive but
155
+ does not normally print such an announcement, your work based on
156
+ the Program is not required to print an announcement.)
157
+
158
+ These requirements apply to the modified work as a whole. If
159
+ identifiable sections of that work are not derived from the Program,
160
+ and can be reasonably considered independent and separate works in
161
+ themselves, then this License, and its terms, do not apply to those
162
+ sections when you distribute them as separate works. But when you
163
+ distribute the same sections as part of a whole which is a work based
164
+ on the Program, the distribution of the whole must be on the terms of
165
+ this License, whose permissions for other licensees extend to the
166
+ entire whole, and thus to each and every part regardless of who wrote it.
167
+
168
+ Thus, it is not the intent of this section to claim rights or contest
169
+ your rights to work written entirely by you; rather, the intent is to
170
+ exercise the right to control the distribution of derivative or
171
+ collective works based on the Program.
172
+
173
+ In addition, mere aggregation of another work not based on the Program
174
+ with the Program (or with a work based on the Program) on a volume of
175
+ a storage or distribution medium does not bring the other work under
176
+ the scope of this License.
177
+
178
+ 3. You may copy and distribute the Program (or a work based on it,
179
+ under Section 2) in object code or executable form under the terms of
180
+ Sections 1 and 2 above provided that you also do one of the following:
181
+
182
+ a) Accompany it with the complete corresponding machine-readable
183
+ source code, which must be distributed under the terms of Sections
184
+ 1 and 2 above on a medium customarily used for software interchange; or,
185
+
186
+ b) Accompany it with a written offer, valid for at least three
187
+ years, to give any third party, for a charge no more than your
188
+ cost of physically performing source distribution, a complete
189
+ machine-readable copy of the corresponding source code, to be
190
+ distributed under the terms of Sections 1 and 2 above on a medium
191
+ customarily used for software interchange; or,
192
+
193
+ c) Accompany it with the information you received as to the offer
194
+ to distribute corresponding source code. (This alternative is
195
+ allowed only for noncommercial distribution and only if you
196
+ received the program in object code or executable form with such
197
+ an offer, in accord with Subsection b above.)
198
+
199
+ The source code for a work means the preferred form of the work for
200
+ making modifications to it. For an executable work, complete source
201
+ code means all the source code for all modules it contains, plus any
202
+ associated interface definition files, plus the scripts used to
203
+ control compilation and installation of the executable. However, as a
204
+ special exception, the source code distributed need not include
205
+ anything that is normally distributed (in either source or binary
206
+ form) with the major components (compiler, kernel, and so on) of the
207
+ operating system on which the executable runs, unless that component
208
+ itself accompanies the executable.
209
+
210
+ If distribution of executable or object code is made by offering
211
+ access to copy from a designated place, then offering equivalent
212
+ access to copy the source code from the same place counts as
213
+ distribution of the source code, even though third parties are not
214
+ compelled to copy the source along with the object code.
215
+
216
+ 4. You may not copy, modify, sublicense, or distribute the Program
217
+ except as expressly provided under this License. Any attempt
218
+ otherwise to copy, modify, sublicense or distribute the Program is
219
+ void, and will automatically terminate your rights under this License.
220
+ However, parties who have received copies, or rights, from you under
221
+ this License will not have their licenses terminated so long as such
222
+ parties remain in full compliance.
223
+
224
+ 5. You are not required to accept this License, since you have not
225
+ signed it. However, nothing else grants you permission to modify or
226
+ distribute the Program or its derivative works. These actions are
227
+ prohibited by law if you do not accept this License. Therefore, by
228
+ modifying or distributing the Program (or any work based on the
229
+ Program), you indicate your acceptance of this License to do so, and
230
+ all its terms and conditions for copying, distributing or modifying
231
+ the Program or works based on it.
232
+
233
+ 6. Each time you redistribute the Program (or any work based on the
234
+ Program), the recipient automatically receives a license from the
235
+ original licensor to copy, distribute or modify the Program subject to
236
+ these terms and conditions. You may not impose any further
237
+ restrictions on the recipients' exercise of the rights granted herein.
238
+ You are not responsible for enforcing compliance by third parties to
239
+ this License.
240
+
241
+ 7. If, as a consequence of a court judgment or allegation of patent
242
+ infringement or for any other reason (not limited to patent issues),
243
+ conditions are imposed on you (whether by court order, agreement or
244
+ otherwise) that contradict the conditions of this License, they do not
245
+ excuse you from the conditions of this License. If you cannot
246
+ distribute so as to satisfy simultaneously your obligations under this
247
+ License and any other pertinent obligations, then as a consequence you
248
+ may not distribute the Program at all. For example, if a patent
249
+ license would not permit royalty-free redistribution of the Program by
250
+ all those who receive copies directly or indirectly through you, then
251
+ the only way you could satisfy both it and this License would be to
252
+ refrain entirely from distribution of the Program.
253
+
254
+ If any portion of this section is held invalid or unenforceable under
255
+ any particular circumstance, the balance of the section is intended to
256
+ apply and the section as a whole is intended to apply in other
257
+ circumstances.
258
+
259
+ It is not the purpose of this section to induce you to infringe any
260
+ patents or other property right claims or to contest validity of any
261
+ such claims; this section has the sole purpose of protecting the
262
+ integrity of the free software distribution system, which is
263
+ implemented by public license practices. Many people have made
264
+ generous contributions to the wide range of software distributed
265
+ through that system in reliance on consistent application of that
266
+ system; it is up to the author/donor to decide if he or she is willing
267
+ to distribute software through any other system and a licensee cannot
268
+ impose that choice.
269
+
270
+ This section is intended to make thoroughly clear what is believed to
271
+ be a consequence of the rest of this License.
272
+
273
+ 8. If the distribution and/or use of the Program is restricted in
274
+ certain countries either by patents or by copyrighted interfaces, the
275
+ original copyright holder who places the Program under this License
276
+ may add an explicit geographical distribution limitation excluding
277
+ those countries, so that distribution is permitted only in or among
278
+ countries not thus excluded. In such case, this License incorporates
279
+ the limitation as if written in the body of this License.
280
+
281
+ 9. The Free Software Foundation may publish revised and/or new versions
282
+ of the General Public License from time to time. Such new versions will
283
+ be similar in spirit to the present version, but may differ in detail to
284
+ address new problems or concerns.
285
+
286
+ Each version is given a distinguishing version number. If the Program
287
+ specifies a version number of this License which applies to it and "any
288
+ later version", you have the option of following the terms and conditions
289
+ either of that version or of any later version published by the Free
290
+ Software Foundation. If the Program does not specify a version number of
291
+ this License, you may choose any version ever published by the Free Software
292
+ Foundation.
293
+
294
+ 10. If you wish to incorporate parts of the Program into other free
295
+ programs whose distribution conditions are different, write to the author
296
+ to ask for permission. For software which is copyrighted by the Free
297
+ Software Foundation, write to the Free Software Foundation; we sometimes
298
+ make exceptions for this. Our decision will be guided by the two goals
299
+ of preserving the free status of all derivatives of our free software and
300
+ of promoting the sharing and reuse of software generally.
301
+
302
+ NO WARRANTY
303
+
304
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
305
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
306
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
307
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
308
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
309
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
310
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
311
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
312
+ REPAIR OR CORRECTION.
313
+
314
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
315
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
316
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
317
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
318
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
319
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
320
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
321
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
322
+ POSSIBILITY OF SUCH DAMAGES.
323
+
324
+ END OF TERMS AND CONDITIONS
325
+ --
326
+ Dianne Skoll <dianne@skoll.ca>
327
+
328
+ https://dianne.skoll.ca/projects/remind
data/README.md ADDED
@@ -0,0 +1,141 @@
1
+ # remind-rb
2
+
3
+ Ruby bindings for [Remind](https://dianne.skoll.ca/projects/remind/), through
4
+ Fiddle.
5
+
6
+ ```ruby
7
+ require "remind"
8
+
9
+ Remind.today = Date.new(2026, 8, 19)
10
+
11
+ reminder = Remind.parse("REM Mon 13 SKIP OMIT Sat Sun MSG payday")
12
+ reminder.summary # => "payday"
13
+ reminder.occurrences.first(3) # => Remind's own trigger dates
14
+ reminder.weekdays # => ["MO"]
15
+
16
+ Remind.evaluate("moonphase(today())") # => 46
17
+ Remind.evaluate("trigger(today() + 7)") # => "26 August 2026"
18
+ ```
19
+
20
+ ## Why
21
+
22
+ Remind's trigger language is bigger than it looks. `REM Mon 13` is not the
23
+ second Monday of the month, it is the Monday of the week the 13th falls in.
24
+ `REM Wed Thu 15` fires once, on whichever of those weekdays comes first on or
25
+ after the 15th. Then there are `SKIP`, `BEFORE`, `AFTER`, `OMIT`, `SCANFROM`,
26
+ `UNTIL`, `*n` repeats and back-counted deltas — the manual works through
27
+ eighteen examples before it reaches the exceptions.
28
+
29
+ Every program that has read reminder files with regular expressions has got
30
+ part of it wrong. These bindings do not read it at all: `ParseRem` parses the
31
+ trigger, `ComputeTrigger` says which dates it fires on, and `DoSubst` renders
32
+ the message. What is on the Ruby side is a translation of names, and nothing
33
+ about the language.
34
+
35
+ ## Layout
36
+
37
+ | Path | What it is |
38
+ | --- | --- |
39
+ | `remind-v06.02.10/` | the Remind release these bindings bind, vendored unchanged |
40
+ | `ext/remind/shim.c` | the only C in the gem: struct accessors, and the sequence in `DoRem` |
41
+ | `lib/remind/builder.rb` | builds the sources into a shared library, with the flags `./configure` chose |
42
+ | `lib/remind/native.rb` | the dlopen'd library: functions, globals, constants |
43
+ | `lib/remind/runtime.rb` | the startup `InitRemind` does before it looks at argv |
44
+ | `lib/remind/session.rb` | a live interpreter: `today =`, `evaluate` |
45
+ | `lib/remind/reminder.rb` | one `REM` line: its fields, its message, its dates |
46
+ | `lib/remind/source.rb` | a reminder file, with continuations joined and `INCLUDE`s followed |
47
+ | `.github/workflows/` | `cross-compile.yml` builds the platform gems; `test.yaml` runs the suites |
48
+ | `lib/rem2ics/`, `exe/rem2ics` | the converter — see [docs/rem2ics.md](docs/rem2ics.md) |
49
+ | `lib/remlint/`, `exe/remlint` | RemLint, a style linter for reminder files — see [docs/remlint.md](docs/remlint.md) |
50
+
51
+ Three gems share this `lib/`, the way ratalada's three share theirs:
52
+ `remind-rb`, `rem2ics` and `remlint`, each with its own gemspec at the root and
53
+ its own version, all developed from one bundle.
54
+
55
+ ## Installing
56
+
57
+ ```
58
+ gem install remind-rb
59
+ ```
60
+
61
+ That is an unpack, not a build. Remind is C, and compiling it means
62
+ `./configure`, `make` and a toolchain — a packaging problem, solved once in CI
63
+ rather than on every machine that installs the gem.
64
+ `.github/workflows/cross-compile.yml` builds the shared library on each
65
+ platform and packages a gem with the library already inside; RubyGems serves
66
+ the one matching yours. The library is built without readline, so it asks the
67
+ loader for nothing a plain system lacks.
68
+
69
+ The source gem carries the vendored Remind sources and no library, for a
70
+ platform CI does not cover: `gem install remind-rb --platform=ruby` then
71
+ `rake compile`. `REMIND_LIBRARY` points the bindings at a library built
72
+ anywhere else.
73
+
74
+ ## Working on it
75
+
76
+ ```
77
+ bin/setup # bundle, compile, install git hooks
78
+ rake compile # ./configure + one -fPIC -shared compile
79
+ bin/test # every suite in the repository
80
+ rake native[x86_64-linux] # package a precompiled gem for one platform
81
+ ```
82
+
83
+ The compile reads the compiler, the flags, the feature macros and the
84
+ libraries to link out of the `src/Makefile` that `./configure` generated, and
85
+ adds `-fPIC -shared` and `ext/remind/shim.c`. It writes
86
+ `lib/remind/libremind.so` — where a precompiled gem carries it, so a checkout
87
+ and an installed gem look the same to everything above.
88
+
89
+ ## Versioning
90
+
91
+ `6.2.10.0` is Remind `06.02.10`, packaged for the first time. The first three
92
+ segments say which Remind is inside; the fourth is ours, bumped for changes on
93
+ the Ruby side against that same release:
94
+
95
+ ```
96
+ bin/increment-version # 6.2.10.0 -> 6.2.10.1
97
+ bin/increment-version 06.03.00 # track a newly vendored release -> 6.3.0.0
98
+ ```
99
+
100
+ The second form refuses to name a release whose sources are not vendored, so
101
+ the version cannot claim a Remind that is not there.
102
+
103
+ ## Releasing
104
+
105
+ CI builds the platform gems and uploads them; publishing is deliberate:
106
+
107
+ ```
108
+ bin/release-gem
109
+ ```
110
+
111
+ It refuses to publish a version that is not ahead of what is on RubyGems,
112
+ builds the source gem locally, downloads the precompiled gems from the latest
113
+ green `cross-compile.yml` run, and pushes all of them — tolerating anything
114
+ already published, so a half-finished release can simply be re-run.
115
+
116
+ ## The two things to know
117
+
118
+ **Fiddle, not a C extension.** There is nothing to extend: Remind's sources
119
+ compile into a shared library as they are, and everything worth calling is a
120
+ plain function over ints and pointers. `ext/shim.c` exists for two things
121
+ Fiddle cannot do — reading a 30-field struct without hard-coding byte offsets,
122
+ and running the six-call sequence `DoRem` uses to parse a line — not because
123
+ Fiddle needed help calling anything.
124
+
125
+ **The state is process-wide.** Remind keeps "today" in a global, because a
126
+ program that runs once and exits has no reason not to. `Remind.today =` moves
127
+ the ground under every calculation, deliberately: a reminder that says `Mon`
128
+ means a different date tomorrow than it does today, and pinning the date is
129
+ what makes a conversion reproducible. Calls into the library are serialised
130
+ behind one lock, whether they came from one `Session` or several.
131
+
132
+ ## Licence
133
+
134
+ GPL-2.0-only — see [LICENSE](LICENSE).
135
+
136
+ Not a choice so much as a consequence: this gem vendors Remind's complete
137
+ source tree, compiles it, and ships the result, so what it publishes is a
138
+ distribution of Remind. `ext/remind/shim.c` is written against Remind's own
139
+ headers and links into one shared library with its objects. Remind is
140
+ Copyright (C) 1992-2026 Dianne Skoll; the bindings around it are Copyright (C)
141
+ 2026 Nathan Kidd, under the same terms.