cloudxls 0.2.0 → 0.2.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.
data/cloudxls.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.email = ["sebi.burkhard@gmail.com"]
9
9
  gem.description = %q{Provides a simple ruby wrapper around the CloudXLS API}
10
10
  gem.summary = %q{Provides a simple ruby wrapper around the CloudXLS API}
11
- gem.homepage = "https://csv.io"
11
+ gem.homepage = "https://cloudxls.com"
12
12
  gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
13
13
  gem.files = `git ls-files`.split("\n")
14
14
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -1,3 +1,3 @@
1
1
  module CloudXLS
2
- VERSION = '0.2.0'
2
+ VERSION = '0.2.1'
3
3
  end
data/lib/cloudxls.rb CHANGED
@@ -48,7 +48,7 @@ module CloudXLS
48
48
  RestClient.post(api_url("csv2excel"), params, headers)
49
49
  end
50
50
 
51
- if params[:async].to_s == 'false'
51
+ if params[:mode].to_s == 'inline'
52
52
  response
53
53
  else
54
54
  Csv2ExcelResponse.new(response)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudxls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-11-07 00:00:00.000000000 Z
12
+ date: 2013-11-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rest-client
@@ -112,7 +112,7 @@ files:
112
112
  - lib/cloudxls.rb
113
113
  - lib/cloudxls/version.rb
114
114
  - lib/data/ca-certificates.txt
115
- homepage: https://csv.io
115
+ homepage: https://cloudxls.com
116
116
  licenses: []
117
117
  post_install_message:
118
118
  rdoc_options: []