jetski 0.0.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/jetski.rb +3 -0
  3. metadata +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 73670d12d6fb4fa5721a319367a3be98088ce12514ba451c9c75fd09bd7f045d
4
+ data.tar.gz: 497f37a905ac5c5de63a3301f427a77489567fdde25a987fbc0a929a40f2b0e0
5
+ SHA512:
6
+ metadata.gz: 1b7ed68c50f7d0c4a66e3daa97ee0c762a24f04151657d2f9fd1c57345c233c9d879caa9c57a872e88df061c8073d953d4df5bae31d21b9d1e32e290882dbb8f
7
+ data.tar.gz: 59239b25851ca51f9eb6f9364eeed86dc093d541be54fff628dec9655db9ca47150856f5b9c1b33463dcdcd8125382e09a4ce24b1045407f15f00934874f1432
data/lib/jetski.rb ADDED
@@ -0,0 +1,3 @@
1
+
2
+ module Jetski
3
+ end
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jetski
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Indigo Tech Tutorials
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: 'Would you rather ride on a train or a jetski? that is the question you
13
+ might use when comparing using our framework or the popular Ruby on Rails framework. '
14
+ email: indigo@tech.tut
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/jetski.rb
20
+ homepage: https://rubygems.org/gems/jetski
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ rdoc_options: []
25
+ require_paths:
26
+ - lib
27
+ required_ruby_version: !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
31
+ version: '0'
32
+ required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ requirements: []
38
+ rubygems_version: 3.6.9
39
+ specification_version: 4
40
+ summary: A simple and fast MVC framework
41
+ test_files: []