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 +4 -4
- data/_VERSION +1 -1
- data/lib/files.com/version.rb +1 -1
- data/setup.sh +6 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d6822036b0626cb6a0d85ae357c2fb7e2945d5829c44eaa958b54ce8315eb1a
|
|
4
|
+
data.tar.gz: 3fd058ba3a28a80b128e066cc2cc7ed23904babde3df2f2b17e3e8cce62b311c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e26f0d51e5ae4405b12029953638f2a768c8f77b0183552a284ca57fd531a56e68439cb38b9f180b267e63fd04dbfec085d3007d187994ad836825bfdb6b270a
|
|
7
|
+
data.tar.gz: 741203882d4d451bf7a8805e70e3dd018e1daa3bc22e1f878d9c2a537658af45b4c1632da4f7798582380b8305167b162ebe0923669d9c2798a7dbb4c4f48273
|
data/_VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.1.
|
|
1
|
+
1.1.1
|
data/lib/files.com/version.rb
CHANGED
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.
|
|
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-
|
|
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
|