docraptor-cli 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: 728d1be587631813091655e13ceaad145e55ece5
4
- data.tar.gz: a159b7a50d484292fe2f64160d09960909fab681
3
+ metadata.gz: a8fb104f9f511ae1b1e440d9b4be5528e7259166
4
+ data.tar.gz: 461524f9c9f657ea7a14956b28a2de4d41a5d9dc
5
5
  SHA512:
6
- metadata.gz: eaf07e23b371c5c50298201e7287a8b34f8d65265444cb5233b3386c7f9b055c31df70de5674c57ae57dfe426863affacc683ea0174df6a2077e676f05c5abf5
7
- data.tar.gz: 3c7fca6ccddc55604e018c339a4bc79d0290b6b9f4fd2b7a5c73edeadaf5d4da8c6384dcbd149a96464802a28bfc94fb69c939b576d273435780e2acd1ad4bd4
6
+ metadata.gz: 2641bdea1952461e03eb37bfce1d811677910491fa14d9d85588be4fb7b64fdc049be22a071fdb103b6585152903a656fa85720f5351a4e54b2ce30a7c4fddbe
7
+ data.tar.gz: 653831004c14d9625e18c07819ea8cfdf33600d67a0226f9b2d43459f881ebeb8414b0afed70170a72d1e0006d545cc26a1c80e3177d2ee426516553711a8d69
@@ -1,3 +1,6 @@
1
+ ### 0.1.1 [January 4, 2018]
2
+ * updated authors
3
+
1
4
  ### 0.1.0 [July 14, 2016]
2
5
  * add [`callback_url` option](https://docraptor.com/documentation/api#api_callback_url)
3
6
 
@@ -5,8 +5,8 @@ Gem::Specification.new do |s|
5
5
  s.name = "docraptor-cli"
6
6
  s.version = DocRaptorCli::VERSION
7
7
  s.platform = Gem::Platform::RUBY
8
- s.authors = ["Elijah Miller"]
9
- s.email = ["elijah.miller@gmail.com"]
8
+ s.authors = ["Expected Behavior"]
9
+ s.email = ["support@docraptor.com"]
10
10
  s.homepage = "https://github.com/docraptor/docraptor-cli"
11
11
  s.summary = %q{Command line interface for the DocRaptor HTML to PDF/XLS service.}
12
12
  s.description = %q{A native command line client library for the DocRaptor HTML to PDF/XLS service.}
@@ -1,3 +1,3 @@
1
1
  module DocRaptorCli
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docraptor-cli
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
- - Elijah Miller
7
+ - Expected Behavior
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-07-14 00:00:00.000000000 Z
11
+ date: 2018-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: docraptor
@@ -87,7 +87,7 @@ dependencies:
87
87
  description: A native command line client library for the DocRaptor HTML to PDF/XLS
88
88
  service.
89
89
  email:
90
- - elijah.miller@gmail.com
90
+ - support@docraptor.com
91
91
  executables:
92
92
  - docraptor
93
93
  extensions: []