aspose_storage_cloud 1.0.0 → 1.0.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: 1370bb8fe65f96fb1bf2220def3d6244d9ca15a6
4
- data.tar.gz: 8adf9c834ea8776b199b3751321aabd773164a17
3
+ metadata.gz: 9dae2d927d18229920eb96dd13f50f782b27dd1d
4
+ data.tar.gz: 14b61075432aa5d83fcaa1edf219bcdf9b1e6cba
5
5
  SHA512:
6
- metadata.gz: a5188dede0e04a142d190cd15aeead7a93fe7551fce86f66b6d5ed4789b258b267827651c3e769fdf5ee538d73e9533ff351470979138e134a4f2fccee8f33d0
7
- data.tar.gz: 545ced0308f92075fc8b9b72f04ac3493c8a2a96e83d90d184695a6d43f1031561950667b82a96701efeb00c65cf4fa917336f9176ca6d133bd191e039b1c21f
6
+ metadata.gz: 3ae6e3191e6158bd36fd20d5b3bcf989d27a42c4b41a089f84b232db28f9192f973f88d137601450e695fb9c777bb9705e66afb5600369339aa1ef760c6875eb
7
+ data.tar.gz: fc5453bbdd80e804358fc03253d50c9676ae36172199e445ef906230054f838f35900e97f4883334eb4d61daec39e96d05ef765bc35f9358060009b48d80daee
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2001-2014 Aspose Pty Ltd
3
+ Copyright (c) 2001-2016 Aspose Pty Ltd
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -104,7 +104,7 @@ module AsposeStorageCloud
104
104
 
105
105
  def initialize
106
106
  @scheme = 'http'
107
- @host = 'api.aspose.com'
107
+ @host = 'api.aspose.cloud'
108
108
  @base_path = '/v1.1'
109
109
  @api_key = {}
110
110
  @api_key_prefix = {}
@@ -1,3 +1,3 @@
1
1
  module AsposeStorageCloud
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aspose_storage_cloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - M. Sohail Ismail
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-25 00:00:00.000000000 Z
11
+ date: 2016-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.8
112
+ rubygems_version: 2.5.1
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: A powerful API for web apps that work with files.