cloudconvert-ruby 0.1.0 → 0.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 04793b94b43c41945fd265cada8f44d9c1858c61
4
- data.tar.gz: afd96fcdddcd38b3b489a5b2881a5f2816de6203
3
+ metadata.gz: a4a65f36634554ec26822795e4da47bb58feb00c
4
+ data.tar.gz: 53bc3383ea505540a5277226614454d0cac37343
5
5
  SHA512:
6
- metadata.gz: e098eabbf65450936db49767c5fa9c11a3244303170875b95b26e5db2d7fbf7bdd73fc5d27bee147ef503a9f9847b50b8247294accc4b862e9ee87d64864debf
7
- data.tar.gz: 2daa7255282f1dff45f98eeed3c02987b810457ddc63ee297b2b6b74b8a3b602eb0afa825ecd35508d80fdbd905cf2278a8520ecbef82fb995493529fdc5ed7c
6
+ metadata.gz: da0194e518b63eafde3bb9ee189defb9e58be252a87d295904e07d8e9457f02bfede5b77621701bd041e4cf66e66469925042b7fd1ce2f7860be80e984e9a8fc
7
+ data.tar.gz: c40703d593702ef43244bed54d3e7f9224aeab51785d1cf740c3353c6a81ff3c73fdf8d4dee87e8b58355f9f9059d975f3b671feaef222eacb8302dbcd1d5301
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = "Ruby wrapper for the Cloud Convert API"
13
13
  spec.description = "cloudconver-ruby is a ruby wrapper for the Cloud Convert API"
14
- spec.homepage = "http://github.com/edwinv710/cloudconver-ruby"
14
+ spec.homepage = "http://github.com/edwinv710/cloudconvert-ruby"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
@@ -2,7 +2,7 @@ module CloudConvert
2
2
  module VERSION_VALUES #:nodoc:
3
3
  MAJOR = '0'
4
4
  MINOR = '1'
5
- TINY = '0'
5
+ TINY = '1'
6
6
  BETA = nil # Time.now.to_i.to_s
7
7
  end
8
8
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudconvert-ruby
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
7
  - Edwin Velasquez
@@ -148,7 +148,7 @@ files:
148
148
  - lib/cloud_convert/process.rb
149
149
  - lib/cloud_convert/version.rb
150
150
  - lib/cloudconvert-ruby.rb
151
- homepage: http://github.com/edwinv710/cloudconver-ruby
151
+ homepage: http://github.com/edwinv710/cloudconvert-ruby
152
152
  licenses:
153
153
  - MIT
154
154
  metadata: