pcloud_api 0.2.5 → 0.2.6
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/RELEASEING.md +1 -0
- data/lib/pcloud/version.rb +1 -1
- data/lib/pcloud_api.rb +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ddb7ab4e9ddf45d66ead43518d8861e5191bbdfad4e7d09a9eda71454e26551b
|
4
|
+
data.tar.gz: b9c8a06e55cf0e964f6350e914dd0639e0cc0e1e1222cef15cb4bf695bdf32e3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e159b3d7a59bee451e7fd56d28eb0970e4bb07457fd6769d9c2d64cb95f0dba609b893b870ab2374e6562ecb9d8f45d455c51e2efc7beb8c1345f7f3b1ecbd31
|
7
|
+
data.tar.gz: 1aafb9f267c8f899e6241d102c3d14a5121863c9a99b82f7eeebbec2e2fdc57c9f9557278a1219913b9e50d7e55165731261ec55dc1dd7fea051fb4aa09022a1
|
data/CHANGELOG.md
CHANGED
data/RELEASEING.md
CHANGED
@@ -4,4 +4,5 @@
|
|
4
4
|
3. Tag a new release in GitHub and summarize the changes since the last release.
|
5
5
|
4. Build the gem locally: `gem build pcloud_api.gemspec`.
|
6
6
|
* To test the gem in a local project, you can install it with `gem install --local pcloud_api-<VERSION>.gem`
|
7
|
+
* Make sure to update your `Gemfile` to point at the path where you built the gem, i.e. `gem "pcloud_api", path: "~/src/pcloud_api/"`
|
7
8
|
5. Publish the gem to rubygems.org: `gem push pcloud_api-<VERSION>.gem`.
|
data/lib/pcloud/version.rb
CHANGED
data/lib/pcloud_api.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pcloud_api
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Hunsche Jones
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -149,7 +149,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '0'
|
151
151
|
requirements: []
|
152
|
-
rubygems_version: 3.3
|
152
|
+
rubygems_version: 3.5.3
|
153
153
|
signing_key:
|
154
154
|
specification_version: 4
|
155
155
|
summary: A Ruby library for interacting with the pCloud API
|