mhc 1.2.2 → 1.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad9980a512d28d67c17e00e216f3bcead9dc3b10496e587a5615393e5202c67a
4
- data.tar.gz: acd404cf04e7cad1e67f9ebcb9d729cda9d233c70655dd07428a28facc70e36a
3
+ metadata.gz: 650db4a5196f97fe4edc81028a8eaa77be9914fbe3d3ea1c5d27b3b0fe790cbe
4
+ data.tar.gz: a164d3c77a6aa6dbce5aa702158a70c9a558b6c11023dd282a14a535234ee7d7
5
5
  SHA512:
6
- metadata.gz: 1a189e8d02a1fb5a7dce4381dde9bb325f2a7ffc68ebe59a0612aef84fb46c1392e753cb61e6e993244e89435f3c1ae8d34fa5facaa279ddfe7c2c4132a9d79d
7
- data.tar.gz: 4b0b1e075b6ddcb3b229459c860437ea4031e7333418c470e30d6670ec325dc031b5c7227d9979e4ecc94f1cd70ca7c088892b0f658e5c9af20d367890198626
6
+ metadata.gz: 61edc1a0f6c05b05af51a84c9dcb40425eab9ff217f37017f8c1d9e2000c12e0c086f63fbc5a5da87e7367ceb28b5fa40657311a1d08dc0e09298f743f9629d7
7
+ data.tar.gz: 7221e67e855a6658922a81482875cd92ddb6250aa89f07a671e04175a0d158a2918a68b820c04a76326aa8760fc08808515590658d4439f21c95859bc668bafe
data/emacs/Cask CHANGED
@@ -5,7 +5,7 @@
5
5
  (source org)
6
6
  (source melpa)
7
7
 
8
- (package "mhc" "1.2.2" "Message Harmonized Calendaring system") ;; MHC_VERSION
8
+ (package "mhc" "1.2.3" "Message Harmonized Calendaring system") ;; MHC_VERSION
9
9
 
10
10
  (files "mhc.el" "mhc-*.el")
11
11
 
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  ;;; Constants:
21
- (defconst mhc-version "mhc 1.2.2") ;; MHC_VERSION
21
+ (defconst mhc-version "mhc 1.2.3") ;; MHC_VERSION
22
22
 
23
23
 
24
24
  ;;; Configration Variables:
@@ -3,7 +3,7 @@
3
3
  ;; Description: Message Harmonized Calendaring system.
4
4
  ;; Author: Yoshinari Nomura <nom@quickhack.net>
5
5
  ;; Created: 1994-07-04
6
- ;; Version: 1.2.2
6
+ ;; Version: 1.2.3
7
7
  ;; Keywords: calendar
8
8
  ;; URL: http://www.quickhack.net/mhc
9
9
  ;; Package-Requires: ((calfw "20150703"))
@@ -1,3 +1,5 @@
1
+ require "fileutils"
2
+
1
3
  module Mhc
2
4
  module Command
3
5
  class Init
@@ -51,6 +51,7 @@ module Mhc
51
51
  :exdates,
52
52
  :etag,
53
53
  :recurring?,
54
+ :holiday?,
54
55
  :allday?
55
56
 
56
57
  def self.find_subclass(snake_name)
@@ -1,4 +1,4 @@
1
1
  module Mhc
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  PRODID = "-//Quickhack.net//MHC #{Mhc::VERSION}//EN"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mhc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yoshinari Nomura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-06 00:00:00.000000000 Z
11
+ date: 2019-08-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor