itty 1 → 3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -17
- data/.rubocop.yml +0 -13
- data/LICENSE.txt +0 -21
- data/itty.gemspec +0 -28
- data/lib/itty.rb +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcad975bd3ed31ed3f79c86747ddff25bb4f298f081e3f4a2c3b390aa9e5db63
|
4
|
+
data.tar.gz: 4f443bef653f7be4e74ca80b5fde6696c94502b9b0450f18f39c82a9939cc07a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2897f3f3eb0826ec8f0c3d726b57ad1d0169d636b6367d40bba3cba1d37a725a780c445da57a8cf5f41d35e0b8b1e79d1c63b0773fc98871e99e7023475b5c8
|
7
|
+
data.tar.gz: 43d10efb37a03a0f3a7b692090a57460d91d023898a5d8fe87cf5f3ace9030660d33608ccd3792e97acba44ad83ca5c4ccab0918891134f6abfb1d00b8430259
|
metadata
CHANGED
@@ -1,33 +1,24 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: '
|
4
|
+
version: '3'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- ''
|
8
8
|
autorequire:
|
9
|
-
bindir:
|
9
|
+
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
date: 2023-10-10 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email:
|
15
|
-
- sferik@gmail.com
|
16
15
|
executables: []
|
17
16
|
extensions: []
|
18
17
|
extra_rdoc_files: []
|
19
|
-
files:
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
- lib/itty.rb
|
24
|
-
homepage: https://github.com/sferik/itty
|
25
|
-
licenses:
|
26
|
-
- MIT
|
27
|
-
metadata:
|
28
|
-
allowed_push_host: https://rubygems.org
|
29
|
-
homepage_uri: https://github.com/sferik/itty
|
30
|
-
source_code_uri: https://github.com/sferik/itty
|
18
|
+
files: []
|
19
|
+
homepage:
|
20
|
+
licenses: []
|
21
|
+
metadata: {}
|
31
22
|
post_install_message:
|
32
23
|
rdoc_options: []
|
33
24
|
require_paths:
|
@@ -46,5 +37,5 @@ requirements: []
|
|
46
37
|
rubygems_version: 3.4.20
|
47
38
|
signing_key:
|
48
39
|
specification_version: 4
|
49
|
-
summary:
|
40
|
+
summary: ''
|
50
41
|
test_files: []
|
data/.rubocop.yml
DELETED
data/LICENSE.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2023 Erik Berlin
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/itty.gemspec
DELETED
@@ -1,28 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |spec|
|
2
|
-
spec.name = "itty"
|
3
|
-
spec.version = "1"
|
4
|
-
spec.authors = ["Erik Berlin"]
|
5
|
-
spec.email = ["sferik@gmail.com"]
|
6
|
-
|
7
|
-
spec.summary = "The smallest possible gem"
|
8
|
-
spec.homepage = "https://github.com/sferik/itty"
|
9
|
-
spec.license = "MIT"
|
10
|
-
spec.required_ruby_version = ">= 0"
|
11
|
-
|
12
|
-
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
13
|
-
|
14
|
-
spec.metadata["homepage_uri"] = spec.homepage
|
15
|
-
spec.metadata["source_code_uri"] = "https://github.com/sferik/itty"
|
16
|
-
|
17
|
-
# Specify which files should be added to the gem when it is released.
|
18
|
-
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
19
|
-
spec.files = Dir.chdir(__dir__) do
|
20
|
-
`git ls-files -z`.split("\x0").reject do |f|
|
21
|
-
(File.expand_path(f) == __FILE__) ||
|
22
|
-
f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor Gemfile])
|
23
|
-
end
|
24
|
-
end
|
25
|
-
spec.bindir = "exe"
|
26
|
-
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
|
27
|
-
spec.require_paths = ["lib"]
|
28
|
-
end
|
data/lib/itty.rb
DELETED