holistics 0.2.4 → 0.2.5

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: 929efc7e8a45d79587907327cc2d932df8b5e0bf
4
- data.tar.gz: 76cd53dd656d93b94ce9856f1f5909cb11079c5d
3
+ metadata.gz: 39bcdb685f435ddf1b9e4ff3db50a382db24a575
4
+ data.tar.gz: 2401856878ab1ba0c4f7c8a141c58ce489dae8c8
5
5
  SHA512:
6
- metadata.gz: f4315095505432582fb1ab87880ddc659444ee2586f1fa274b12b3a3e8f318bbfd38c33090dacc8bc117d0df7d414b570cdf6668ddd9dd34b0a969c4c6385d01
7
- data.tar.gz: 867462fbdee8a834e300a33d8845d120d843f8b18b48c0b84a62e8b7a6386371b84e638dfe931d10f3a9f5fb770c07a032bfa204500da13721e70868c28ef856
6
+ metadata.gz: ebc1d1b0e83247c076c585b0dd52433b5961a5b99d19bec3bc5300730816bde0da223d5a78146283b8470da28037511a1e7abe63a0841bc9f8f684046d217afc
7
+ data.tar.gz: 97aa1ddea6fc4f27fb15a4f7f70da6d653c5029d993caa071fa1bd62c49e88ada17acde1cc4e4a4d6929a66c5662c57a8d26dd769800fdbb9e5f4ac5204d0be5
data/CHANGELOG.md CHANGED
@@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
17
17
  ## v0.2.1
18
18
  * Fix dependency error
19
19
 
20
- ## v0.2.4
21
- * Support invoking email schedule with `holistics email_schedule send <id>`
20
+ ## v0.2.5
21
+ * Support invoking email schedule with `holistics email_schedule trigger <id>`
22
22
 
23
23
 
data/holistics.gemspec CHANGED
@@ -4,7 +4,7 @@ require 'holistics/version'
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'holistics'
6
6
  spec.version = Holistics::VERSION
7
- spec.date = '2015-11-16'
7
+ spec.date = Holistics::DATE
8
8
  spec.description = 'CLI interface for Holistics'
9
9
  spec.summary = spec.description
10
10
 
@@ -3,9 +3,9 @@ require 'thor'
3
3
  module Holistics
4
4
  class EmailSchedule < Thor
5
5
 
6
- desc 'send [email_schedule_id]', 'Invoke Email Schedule with command-line'
6
+ desc 'trigger [email_schedule_id]', 'Trigger Email Schedule with command-line'
7
7
 
8
- def send es_id
8
+ def trigger es_id
9
9
  api_client.invoke_email_schedule(es_id, options)
10
10
  end
11
11
 
@@ -1,3 +1,4 @@
1
1
  module Holistics
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
3
+ DATE = '2016-11-25'
3
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: holistics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thanh Dinh Khac
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-11-16 00:00:00.000000000 Z
12
+ date: 2016-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler