pcloud 0.0.4.1 → 0.1.0

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
  SHA256:
3
- metadata.gz: 7263aa642bfe00087e65edeeded9545ea1dbb568b69752bd1aa051502f924563
4
- data.tar.gz: b7596fea002a09a196fa1839a809151fab2cc4657751714becf737ca2bb4a748
3
+ metadata.gz: bb75c427f836b4d247ec4fcf9274d241602f56b42b9db36f4b2933b032f65c9e
4
+ data.tar.gz: 8ac6d05ace840e3e97da605b639f1a1aba3d8f47d8fb3d2e015334b2c6fd2ade
5
5
  SHA512:
6
- metadata.gz: 045e24e1bd33daba58fe318f6670a8b58485a3d52cc6ecc1a44029668c6dfecd5fd2c75d0e2f45320a9f51ef7513aa4f8bd3d1d8b8376b42537583c103d5c31f
7
- data.tar.gz: 8db669b69e3682197dd916f0eadd973e9c51a8d5a3462d43a993e58c8233da8f04eed0516d1496af0aa24f99af3a29b6663e2f9824c2eb57fd9c25da941ad2e0
6
+ metadata.gz: 0c5817e6034dbcb5f68c92c5d075c610ee37dbcb57cc7a38c79ece949634d3d8f56065ba1b906af9950e56943729964ca99697c30abbf5d6136a18d18bcc29dc
7
+ data.tar.gz: 9ca0c32931e65cc3a52bd0e64ba8767481599b357a91ca69f789162f875641101b225c8f581f125d548ece41fe888b010da53eccec5d274bd59db2353685e7f0
data/CHANGELOG.md ADDED
@@ -0,0 +1,14 @@
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2021-08-19)
4
+
5
+
6
+ ### Features
7
+
8
+ * version 0.1.0 ([bafbe4b](https://www.github.com/7urkm3n/pcloud/commit/bafbe4b1d0301eb99446c703176eb35d6dc41336))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixing workflow ([858cab4](https://www.github.com/7urkm3n/pcloud/commit/858cab495be548013c3e61756e626ce17cd38db3))
14
+ * workflows works, testing version auto bump ([9de8276](https://www.github.com/7urkm3n/pcloud/commit/9de82767c31c1ae003e268910b23108bba4f2e8c))
@@ -1,4 +1,4 @@
1
- require 'RestClient'
1
+ require 'rest-client'
2
2
 
3
3
  module Pcloud
4
4
  class FileHandler
@@ -1,4 +1,4 @@
1
- require "#{Dir.pwd}/lib/pcloud/files/file_handler"
1
+ require "pcloud/files/file_handler"
2
2
 
3
3
  module Pcloud
4
4
  class Resource
@@ -1,3 +1,3 @@
1
1
  module Pcloud
2
- VERSION = '0.0.4.1'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pcloud
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rovshen Gurdov
8
8
  autorequire:
9
- bindir: bin
9
+ bindir: exe
10
10
  cert_chain: []
11
- date: 2020-09-03 00:00:00.000000000 Z
11
+ date: 2021-08-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -60,7 +60,7 @@ executables: []
60
60
  extensions: []
61
61
  extra_rdoc_files: []
62
62
  files:
63
- - Changelog.md
63
+ - CHANGELOG.md
64
64
  - LICENSE
65
65
  - README.md
66
66
  - lib/generators/pcloud.rb
@@ -72,12 +72,12 @@ files:
72
72
  - lib/pcloud/request.rb
73
73
  - lib/pcloud/resource.rb
74
74
  - lib/pcloud/version.rb
75
- homepage: https://github.com/7urkm3n/pcloud/
75
+ homepage: https://github.com/7urkm3n/pcloud
76
76
  licenses:
77
77
  - MIT
78
78
  metadata:
79
79
  bug_tracker_uri: https://github.com/7urkm3n/pcloud/issues
80
- changelog_uri: https://github.com/7urkm3n/pcloud/blob/master/Changelog.md
80
+ changelog_uri: https://github.com/7urkm3n/pcloud/blob/master/CHANGELOG.md
81
81
  documentation_uri: https://github.com/7urkm3n/pcloud
82
82
  source_code_uri: https://github.com/7urkm3n/pcloud
83
83
  post_install_message:
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
97
  requirements: []
98
- rubygems_version: 3.0.3
98
+ rubygems_version: 3.2.3
99
99
  signing_key:
100
100
  specification_version: 4
101
101
  summary: Secure and simple to use cloud storage for your datas...
data/Changelog.md DELETED
@@ -1,32 +0,0 @@
1
- ### Changelogs:
2
-
3
- #### v0.0.4
4
- ##### Updates
5
- * Minor changes
6
- * Upload and Download added and avilable now
7
- * Post method is avilable now.
8
- * Upload/Download async version is on work.
9
-
10
- #### v0.0.3
11
- ##### Updates
12
- * Minor updates
13
- * Upload and Download added - needs maintain
14
- * Post method fixed and added back
15
-
16
- #### v0.0.2
17
- ##### Updates
18
- * Minor updates
19
- * Test files added
20
- * Removed `Post` method temporarily
21
-
22
- #### v0.0.1
23
- ##### Publish
24
- * Available get Method
25
- * Incoming {Upload|Download} files
26
-
27
-
28
-
29
- <!-- === 0.0.2 / 2020-09-...
30
- ==== Updates | Enhancements
31
- * Added to {Upload|Download} files.
32
- -->