sekka 1.1.3.pre → 1.1.4.pre

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.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 3
4
+ :patch: 4
data/bin/sekka-server CHANGED
@@ -57,7 +57,7 @@ def getSekkaDbInfo( env )
57
57
  end
58
58
 
59
59
  def checkJisyoIsInstalled( dictType, dictSource )
60
- key = "SEKKA::VERSION"
60
+ key = "SEKKA:VERSION"
61
61
  STDERR.printf( "Info: Checking SEKKA jisyo on #{dictType} server...\n" )
62
62
  begin
63
63
  result = case dictType
data/emacs/sekka.el CHANGED
@@ -1620,7 +1620,7 @@ point から行頭方向に同種の文字列が続く間を漢字変換しま
1620
1620
  (setq default-input-method "japanese-sekka")
1621
1621
 
1622
1622
  (defconst sekka-version
1623
- "1.1.3" ;;SEKKA-VERSION
1623
+ "1.1.4" ;;SEKKA-VERSION
1624
1624
  )
1625
1625
  (defun sekka-version (&optional arg)
1626
1626
  "入力モード変更"
@@ -1,4 +1,4 @@
1
1
  class SekkaVersion
2
- def self.version() "1.1.3" end
2
+ def self.version() "1.1.4" end
3
3
  def self.dictVersion() "1.2.2" end
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sekka
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3.pre
4
+ version: 1.1.4.pre
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-05-29 00:00:00.000000000 Z
12
+ date: 2012-07-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: eventmachine