CheckSwiftGen 0.0.3 → 0.0.7

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: 34cd179bd4cb2fb91a1f6265ec32f31fd159988e03b808e52fab62ce95516237
4
- data.tar.gz: 070f91cd95439bb20859a1ce8b69201c44edc803fb6087fb1b945c8a1c69a3c4
3
+ metadata.gz: 5e377082900afffbf91985f05b09bfe6c3d9e5c75d79cd9c9a47b0b6e09ab044
4
+ data.tar.gz: 48f18ebab8bc9264534e95728579ef7aeaf251a9c18c763a4fe91cc6f3089aa5
5
5
  SHA512:
6
- metadata.gz: fc7cdb6837f0c96f2bdec8e8a4c159ac845de72d65b596769af8022f625a8e14d4f81fb4294b042170c0c3a92b542d9d7d795f113a6be4a87de90dd1ec90ef06
7
- data.tar.gz: 7155077e52f6955a1dc67de301383667279182bddeec18e924fa04a8cba8129862157029edbce2822c2b9fd50be359f7d8d81389493b1ed7b4911a5c82f15cd5
6
+ metadata.gz: b032787aaa3dab8d7efd739b07f6caceeb8e92c2b6bf654a4fe0d4aaa668dc018cc70b3bfbc182730df186f2ea18359dc82ab612be3a32c2ab448d1f8b1dab6a
7
+ data.tar.gz: 4c854e883db46e7daf47466a8138eea51a91881f06bf0612450fb7df2b52979b14b67d307acaad7b6a0beae14f0a977a268305d188efd862c0a5be0b594ff890
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.7'
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"]
11
+ s.executables << 'cache_invalidate'
12
+ s.homepage = 'http://instagram.com/mefilt'
13
+ s.license = 'MIT'
14
+ end
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'check_swiftgen'
4
+ puts(CheckSwiftGen.new.cache_invalidate(ARGV[0], ARGV[1]))
data/lib/.DS_Store ADDED
Binary file
metadata CHANGED
@@ -1,21 +1,26 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CheckSwiftGen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.7
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-09 00:00:00.000000000 Z
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
15
- executables: []
15
+ executables:
16
+ - cache_invalidate
16
17
  extensions: []
17
18
  extra_rdoc_files: []
18
19
  files:
20
+ - ".DS_Store"
21
+ - CheckSwiftGen.gemspec
22
+ - bin/cache_invalidate
23
+ - lib/.DS_Store
19
24
  - lib/check_swiftgen.rb
20
25
  homepage: http://instagram.com/mefilt
21
26
  licenses: