files.com 1.1.0 → 1.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
  SHA256:
3
- metadata.gz: a2fbd6dbdea6f42c1060384f54dfa543eb4b9ad80361b9310cdefa529b696c04
4
- data.tar.gz: 222ed8c782d6f879f027ac1cdda0817505b18dc661a266466f2a15d9fafb64ab
3
+ metadata.gz: 1d6822036b0626cb6a0d85ae357c2fb7e2945d5829c44eaa958b54ce8315eb1a
4
+ data.tar.gz: 3fd058ba3a28a80b128e066cc2cc7ed23904babde3df2f2b17e3e8cce62b311c
5
5
  SHA512:
6
- metadata.gz: '080fe3873f4bcb61ec486426ff4c51dba42d2a8def8f0f6554401002d5be9c5279d266a25eec4ef13850e970378660643d46ef03b417c9312c68707293b593af'
7
- data.tar.gz: fb51b321eb8e31258d25e7cbac463ea969973985f061504659ffa2534cd3340436ba9b7b08e10c39305d9870efab05498cc5c908bf4c2d3d3e5b0d364efbce11
6
+ metadata.gz: e26f0d51e5ae4405b12029953638f2a768c8f77b0183552a284ca57fd531a56e68439cb38b9f180b267e63fd04dbfec085d3007d187994ad836825bfdb6b270a
7
+ data.tar.gz: 741203882d4d451bf7a8805e70e3dd018e1daa3bc22e1f878d9c2a537658af45b4c1632da4f7798582380b8305167b162ebe0923669d9c2798a7dbb4c4f48273
data/_VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Files
4
- VERSION = "1.1.0"
4
+ VERSION = "1.1.1"
5
5
  end
data/setup.sh ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env bash
2
+
3
+ # Auto-fix generated code, an important fix is where we use `inspect` to generate hashes
4
+ # and these hashes do not have spaces around {} or =>
5
+ # Note: we always return true so that offenses that cannot be auto-fixed are ignored for local developement, CI will catch them
6
+ bundle exec rubocop --format simple -a --ignore-parent-exclusion >/dev/null 2>/dev/null || true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: files.com
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - files.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-05 00:00:00.000000000 Z
11
+ date: 2023-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable
@@ -294,6 +294,7 @@ files:
294
294
  - lib/files.com/uri.rb
295
295
  - lib/files.com/util.rb
296
296
  - lib/files.com/version.rb
297
+ - setup.sh
297
298
  - shared/normalization_for_comparison_test_data.json
298
299
  - spec/lib/api_client_spec.rb
299
300
  - spec/list_spec.rb