CheckSwiftGen 0.0.4 → 0.0.8
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/.DS_Store +0 -0
- data/CheckSwiftGen.gemspec +14 -0
- data/bin/cache_invalidate +1 -1
- data/lib/.DS_Store +0 -0
- metadata +6 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 39897f435a3892705a93c57873bd4355ab63fc7a610b96bc5b7a576abc860208
|
4
|
+
data.tar.gz: fbaf807dffddc565f683325bac78b6434396a24e8d1be7832c7481089f911a39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4948b0eb2e13e0fa228b4851fa20d752bf124252cb65d23098e77a4d3f5baf248edb6658b2d581037f8972e89e6ed97a3ebae224f8046ca9174b9b014dc99015
|
7
|
+
data.tar.gz: 5bc1f542756696a9c148a7144d666fedd5527fd59073ff88a9d7aa6e632cb89e09e622398a48bd40eca1bb503be688915f0d47d1087c12ccbbaaaaf7e453e826
|
data/.DS_Store
ADDED
Binary file
|
@@ -0,0 +1,14 @@
|
|
1
|
+
Gem::Specification.new do |s|
|
2
|
+
s.name = 'CheckSwiftGen'
|
3
|
+
s.version = '0.0.8'
|
4
|
+
s.summary = "Hola!"
|
5
|
+
s.description = "A simple checking for repeat call swiftgen"
|
6
|
+
s.authors = ["Ruslan Prokofev"]
|
7
|
+
s.email = 'mefilt@gmail.com'
|
8
|
+
s.files = `git ls-files`.split($\)
|
9
|
+
s.bindir = 'bin'
|
10
|
+
s.require_paths = ["lib", "bin"]
|
11
|
+
s.executables << 'cache_invalidate'
|
12
|
+
s.homepage = 'http://instagram.com/mefilt'
|
13
|
+
s.license = 'MIT'
|
14
|
+
end
|
data/bin/cache_invalidate
CHANGED
data/lib/.DS_Store
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: CheckSwiftGen
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ruslan Prokofev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-08-
|
11
|
+
date: 2021-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: A simple checking for repeat call swiftgen
|
14
14
|
email: mefilt@gmail.com
|
@@ -17,7 +17,10 @@ executables:
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
+
- ".DS_Store"
|
21
|
+
- CheckSwiftGen.gemspec
|
20
22
|
- bin/cache_invalidate
|
23
|
+
- lib/.DS_Store
|
21
24
|
- lib/check_swiftgen.rb
|
22
25
|
homepage: http://instagram.com/mefilt
|
23
26
|
licenses:
|
@@ -27,6 +30,7 @@ post_install_message:
|
|
27
30
|
rdoc_options: []
|
28
31
|
require_paths:
|
29
32
|
- lib
|
33
|
+
- bin
|
30
34
|
required_ruby_version: !ruby/object:Gem::Requirement
|
31
35
|
requirements:
|
32
36
|
- - ">="
|