itamae-plugin-recipe-yk_mecab 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d31544059ef4a5b611902d390fb7a7191bd30acb
4
- data.tar.gz: 066a45730c45aed2bd219bafd6e9b04c9f5318ff
3
+ metadata.gz: c63a10387d8839add6facc914ca5ea658b7d1c67
4
+ data.tar.gz: cf1b1bf1f398cec671fd4ccca2276860b0989eb6
5
5
  SHA512:
6
- metadata.gz: e893d03fc6ce548253a3e3377dedf1ed9b9e6ad2420ac52ab884984be983e14fb61dd809c2454e04e8e246d745b320bd72ff32a22ba4083eb98c79ed8936ff28
7
- data.tar.gz: b3ec58dfbe5fde12efa1549e764a4fc2e72623ddf5c10cc8d0d3997f9e949f793d0a5cee966f71411e2b9615c739ceedcfac43c82280280f767616e472dba9f3
6
+ metadata.gz: d11dd5896178557c2acc3a59ca58c2f9bd26fc7dd808e7a93f0e300a2260faf42dd535a46e58e8f05a7c6c121061046c1352fb01d1634d38186abcd4ab8ad87b
7
+ data.tar.gz: 4ad66d0f3e3f9f2c39e2b3df747537eb24ce4660bd821927e138ff1c0a701b857fca3c902804b7b709e3e784f7cb85db20d00feb61b298f8d487086541735963
data/README.md CHANGED
@@ -34,7 +34,6 @@ Or install it yourself as:
34
34
  ```rb
35
35
  # recipe.rb
36
36
 
37
- # Install Docker, start it and ensure it starts on boot.
38
37
  include_recipe "yk_mecab::install"
39
38
  ```
40
39
 
@@ -2,7 +2,7 @@ module Itamae
2
2
  module Plugin
3
3
  module Recipe
4
4
  module YkMecab
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itamae-plugin-recipe-yk_mecab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - yosuke0315
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-05 00:00:00.000000000 Z
11
+ date: 2016-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: itamae
@@ -113,3 +113,4 @@ signing_key:
113
113
  specification_version: 4
114
114
  summary: Itamae plugin to install mecab
115
115
  test_files: []
116
+ has_rdoc: