cloudflare_storage 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: 7a27accd4b03e06ab2c373bb7617c70ca2c50fc0bd87de804fcb0c87421b3807
4
- data.tar.gz: f1f6c982dd6526ed2b8ac2a01cff6b6fd455efdde0f09508f8ee11dee72f2ee1
3
+ metadata.gz: 318cee73402c3107f230b6d46531935e6fb8bfae9a7b74ba18f6b7615683aa7a
4
+ data.tar.gz: ff3816282d78df06af6627cbefd8c3b428edd1ece0e58c38ef19b498a9d11b80
5
5
  SHA512:
6
- metadata.gz: 5b134c933de2c1b2ef28ef8e7b9ea1ed27398a3d4f870bec36e504a65a06ffc4a8dc4ab63f486ab0855fd51b1b06a884b1d72555043811f7a32e99bb0628de90
7
- data.tar.gz: 2da298abe14850668727c66766420b5ae32181a9ff2b61015b2ce9316a8965e8d7542c4e7465adca8aea9b297b41b54f0ac20d2e2d88b70a14042641ea555d94
6
+ metadata.gz: b5f4f147aa8dcce0b7d076c66b184f40d4766ee1e8cac338abb0edba332573914a8bd77ff529e501f6847d4ae621cf1ec30cf3346aafe82360e28d1d67eb2150
7
+ data.tar.gz: 62c39d580db6a23864869f78df1db196333e57921754066371917dc609b4155465b992cc4624ad2f4831bac627c0cff496aed60cfdf9e2928461db28cb7a46e6
data/README.md CHANGED
@@ -41,7 +41,7 @@ end
41
41
 
42
42
  After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
43
43
 
44
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
44
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, then create a new git tag and push it. Github actions will take care of the rest.
45
45
 
46
46
  ## Contributing
47
47
 
@@ -24,8 +24,6 @@ module CloudflareStorage
24
24
 
25
25
  protected
26
26
  def get(path, params = nil)
27
- puts "Getting"
28
- puts "Connection #{@conn}"
29
27
  @conn.get path do |req|
30
28
  req.params = params if params && !params.empty?
31
29
  end
@@ -1,3 +1,3 @@
1
1
  module CloudflareStorage
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudflare_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - "@geetotes"
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday