mandrill-template-manager 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: 32ca82c2977cb4fe68da1a2476622918cdafabe7
4
- data.tar.gz: ae961d59944ce46502552ee4230057cbfe5bcac9
3
+ metadata.gz: 13a21df70e863553d10d0671df2ccbd9dd185e90
4
+ data.tar.gz: 759109618c7e4f88465ea4834934248d14ed9745
5
5
  SHA512:
6
- metadata.gz: 3e9534c5b89fc18687dff1c435c155e7a50491d47ca2e7b76345e7eee71ef7c71a9e3bff7863eced832d3c373e6929a335fd143bf2b3b9de2a84d57d6297a7f3
7
- data.tar.gz: 23d4a348a2f661fb13055cb30efddfdf160db004f90545a0a1f3cd955942b74164952fb94bf8d832c22aab55a279423711a7d9b1438f91b8c6044c558f0486c4
6
+ metadata.gz: d1636011b3fa0d03ec5a2ff612967484e3251ab2428b0cf8901685cc6b2808e0bb03c0de93cb45d80c6abeabd3149c279de1e64e228de3c26cf8108b94334314
7
+ data.tar.gz: 19474e91bf6dafe2bfe1c776462187d2bb90a2257d0735ac206a91d5daedf2b53611045b164de17f639dcadd6799ce8f32b73790c6290a56779a4578fc579021
data/.gitignore CHANGED
@@ -49,3 +49,4 @@ Session.vim
49
49
  ## Manual
50
50
  /.envrc
51
51
  /templates/
52
+ /Gemfile.lock
data/README.md CHANGED
@@ -8,6 +8,10 @@ Add Gemfile and bundle.
8
8
 
9
9
  ```
10
10
  gem 'mandrill-template-manager'
11
+
12
+ ## Recommend for using multibyte language.
13
+ gem 'formatador', github: 'geemus/formatador'
14
+ gem 'unicode'
11
15
  ```
12
16
 
13
17
  ```
@@ -8,7 +8,7 @@ require "mandrill_template/monkey_create_file"
8
8
 
9
9
  class MandrillTemplateManager < Thor
10
10
  include Thor::Actions
11
- VERSION = "0.1.0"
11
+ VERSION = "0.1.1"
12
12
 
13
13
  desc "export NAME", "export template from remote to local files."
14
14
  def export(name)
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "mandrill-template-manager"
7
- spec.version = "0.1.0"
7
+ spec.version = "0.1.1"
8
8
  spec.authors = ["sawanoboly"]
9
9
  spec.email = ["sawanoboriyu@higanworks.com"]
10
10
 
@@ -14,8 +14,7 @@ Gem::Specification.new do |spec|
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
- spec.bindir = "exe"
18
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
17
+ spec.executables = %w[mandrilltemplate]
19
18
  spec.require_paths = ["lib"]
20
19
 
21
20
  spec.add_dependency "thor"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mandrill-template-manager
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
  - sawanoboly
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-12 00:00:00.000000000 Z
11
+ date: 2015-08-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -139,7 +139,8 @@ dependencies:
139
139
  description: Manage Mandrill Template CLI
140
140
  email:
141
141
  - sawanoboriyu@higanworks.com
142
- executables: []
142
+ executables:
143
+ - mandrilltemplate
143
144
  extensions: []
144
145
  extra_rdoc_files: []
145
146
  files: