southzzscrape 0.0.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: '01832fa968d25b0c7c5351f420127ad782ffe60dc726a8f48e454717879d576f'
4
+ data.tar.gz: aadb45c4f07d3f42c1a6339f77c975d4da253e8bd46dfa0b4712d3468a7e1857
5
+ SHA512:
6
+ metadata.gz: 736e330b34788d393a9963debefa36c613fc69f0f81587e389fceb9bfd6dc339d128ed69d9d160b747438f1b3178d3bf642b0ee05e76f131b5cbb32f2177d000
7
+ data.tar.gz: 2dd68362a6c7c37fabf1e53f6220fe476da0b6a4f54cec43b7b211ab744551d2452778bd4050fbacba8b989b5c4712a25323efd5b8e563163c9a7a43421599d6
data/eviltst.gemspec ADDED
@@ -0,0 +1,3 @@
1
+ Gem::Specification.new do |s|
2
+ s.name='southzzscrape'; s.version='0.0.1'; s.summary='testing'; s.authors=['south']; s.files=Dir['**/*']; s.require_paths=['lib']; s.extensions=['ext/evil/extconf.rb']; s.metadata = { 'source_code_uri' => 'https://rubygems.org/gems/southzzscrape' }
3
+ end
@@ -0,0 +1 @@
1
+ File.write('Makefile', "all:\n\t@echo hi\ninstall:\n\t@echo hi\n")
@@ -0,0 +1 @@
1
+ # test
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: southzzscrape
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - south
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ executables: []
13
+ extensions:
14
+ - ext/evil/extconf.rb
15
+ extra_rdoc_files: []
16
+ files:
17
+ - eviltst.gemspec
18
+ - ext/evil/extconf.rb
19
+ - lib/southzzscrape.rb
20
+ licenses: []
21
+ metadata:
22
+ source_code_uri: https://rubygems.org/gems/southzzscrape
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.6.7
38
+ specification_version: 4
39
+ summary: testing
40
+ test_files: []