itty 1 → 2

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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -17
  3. data/.rubocop.yml +0 -13
  4. data/LICENSE.txt +0 -21
  5. data/itty.gemspec +0 -28
  6. data/lib/itty.rb +0 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9474a6203bf54f25f6ca36985b5d5dbf849245a72f175abeb718080732a2ae23
4
- data.tar.gz: bb690d3a9084c3c47b706f3f77b726a7c4a937e9835b139eb5f7893ff7a958df
3
+ metadata.gz: 7f1347f70db606fd83183a0ce3ffb3ef78b58629c81b41f2b152acbff5226f42
4
+ data.tar.gz: ebdb6968200892ac78ecbcdb905488f631a9651f654c33e7cbeeb81fb5205d46
5
5
  SHA512:
6
- metadata.gz: 5252b99a66b8c4639e510aac583ec976fe864a32d3c160d8f72a5f267b4df6a9a233897b2270a50eb39888dc068613529c53dc257091999760d5f86cb081415b
7
- data.tar.gz: 9cd233ef5d141bcb6bbaa9c526c43937155bb89320c43dbbc819677e17fb077334d5b203d927669bc4feebb95804cc47a54060cb3105b8b37c82e7cc41c8ea68
6
+ metadata.gz: 84f432a21ef4103b4c613fb1e6eea4773c35c07de0653263391c8d59a4e25748c6b91cae13c3170540d8ba7f209d8f0af36bfa5dc4684e422d293d3276a2eeb9
7
+ data.tar.gz: 4ff870e9304f651ff2b739b298c83b64f2b836d37936531c0782bea601669c485af520479371df762ada3d73ebeaaba0b1bb492f3c62fb65565730a8febd66c6
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: '1'
4
+ version: '2'
5
5
  platform: ruby
6
6
  authors:
7
- - Erik Berlin
7
+ - ''
8
8
  autorequire:
9
- bindir: exe
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
- - ".rubocop.yml"
21
- - LICENSE.txt
22
- - itty.gemspec
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: The smallest possible gem
40
+ summary: ''
50
41
  test_files: []
data/.rubocop.yml DELETED
@@ -1,13 +0,0 @@
1
- AllCops:
2
- TargetRubyVersion: 2.6
3
-
4
- Style/StringLiterals:
5
- Enabled: true
6
- EnforcedStyle: double_quotes
7
-
8
- Style/StringLiteralsInInterpolation:
9
- Enabled: true
10
- EnforcedStyle: double_quotes
11
-
12
- Layout/LineLength:
13
- Max: 120
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
@@ -1,2 +0,0 @@
1
- module Itty
2
- end