cloudconvert-ruby 0.1.2 → 0.1.8

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: 537e97a5718699c8e05a7902d267e7ff1526933d
4
- data.tar.gz: 315d34446c627d2a6be81dd71d5aa2a6bc34192b
3
+ metadata.gz: 7e87726c769907828cc989d6b3b54aff32cec743
4
+ data.tar.gz: 759538325d05443155f2455cef3a3b23b735308d
5
5
  SHA512:
6
- metadata.gz: 7221f80081b884a347e2d89b999e71acf6e6b20c545f6e0849713122467a2d9591a51cff92a021f71287e1ac5d53f19054b9962f5b7b74dc41a2e3cf2f88bc54
7
- data.tar.gz: cedd30b8eb75769f804c343c9c3595434b59c3fce17bc3588c2c897164f8c0defab5b91785c8131ab60c2da06615772b1567e0ddf34a47651360297ceaee8a4e
6
+ metadata.gz: f2d764f221f9de63b3938ad817646a233752b05e75764003d9a14235287c744e7944e48d9a07bdf411b3ddabfbd8420c9b5f59d99b031b2989f3392b8611e39c
7
+ data.tar.gz: cc644015cbdf9fc62b499ae72ee8d35298f99bea2f73f02595900112ef7519603a6e7e205fdcf2996c5fcd64bb3b4a218f39a447a32708039d3fb0b306cf6e52
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  CloudConvert-Ruby is a ruby wrapper for the [Cloud Convert](https://cloudconvert.com/) api. It takes an object oriented approach to using the API, allowing you to quickly execute and access your conversions.
4
4
 
5
- This gem is in its very early stage and is updated as the need arises for a new feature. I would appreciate any comments or suggestions.
5
+ This gem is in an early stage of development. I would appreciate any comments or suggestions.
6
6
 
7
7
  ## Installation
8
8
 
@@ -30,7 +30,7 @@ module CloudConvert
30
30
  params: {
31
31
  "apikey" => @client.api_key,
32
32
  "inputformat" => @input_format,
33
- "outputformat" => @outputformat
33
+ "outputformat" => @output_format
34
34
  }) do | response|
35
35
  @step = :awaiting_conversion
36
36
  response.parsed_response[:success] = true
@@ -2,7 +2,7 @@ module CloudConvert
2
2
  module VERSION_VALUES #:nodoc:
3
3
  MAJOR = '0'
4
4
  MINOR = '1'
5
- TINY = '2'
5
+ TINY = '8'
6
6
  BETA = nil # Time.now.to_i.to_s
7
7
  end
8
8
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudconvert-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Edwin Velasquez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-01-11 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler