mocion 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/index.rb +0 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: a3a28b1be9b486872f8664ec2a0cad46a09448e2b2cc91029ecfe4ff16358c4c
4
+ data.tar.gz: 7974fe7da1dae8fe5890dbeb7ed292b5d040fab03ec6fdf7a977525790d179a6
5
+ SHA512:
6
+ metadata.gz: 9e1c817c2c2ff4a88ae88af18df10a28398ba2782053f41141cc2edbfcc39bdd877b8de575b40f66127ab5120af79a8d92644604fe544b1af149f8528a198b0c
7
+ data.tar.gz: 8cba1ce4f878f06765a475eb93000eafc57352aa50a92ab07ace01273cf8472e17a876707b2b2d88a10f9bf3d63838c74e53ed0857f567632c29fe32d786f2d0
data/lib/index.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mocion
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Grace Youngblood
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-08-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: |-
14
+ An `emotion` / `styled-components` clone based in Ruby.
15
+ Produced by Assemble Company.
16
+ email: nick@quaran.to
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - lib/index.rb
22
+ homepage: https://ruby.assembled.app
23
+ licenses:
24
+ - Unlicense
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.3.7
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Produced by Assemble Company.
45
+ test_files: []