coffeescript 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/ext/coffeescript/extconf.rb +2 -0
- data/lib/coffeescript.rb +2 -0
- metadata +46 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 80c8ab495baf84322c83cf7adeb662ee091ae1e4
|
4
|
+
data.tar.gz: b4d5190f64ca962918a986d56128053ac4476546
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 31b75f1f749904d8a6d7dac64abfb5d77afbbb59362f2aa20ef333bf2cb73c3953fd03fd6da7e1f022d4e46c3d89dfabafaa67e22cac4d2c1c23a0358f694596
|
7
|
+
data.tar.gz: 90c6bda20e872c11810240b956d0930e35e3c8e8ae4d4f14732aa9373274f8f4f36e87a169d7d6e0eaec97dbaffb1b74a1f5541a92a9c093f327670673bbac9a
|
data/lib/coffeescript.rb
ADDED
metadata
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: coffeescript
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- The Guardians
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2018-07-23 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: You probably meant `gem install coffee-script`.
|
14
|
+
email: pst@coffeetocode.net
|
15
|
+
executables: []
|
16
|
+
extensions:
|
17
|
+
- ext/coffeescript/extconf.rb
|
18
|
+
extra_rdoc_files: []
|
19
|
+
files:
|
20
|
+
- ext/coffeescript/extconf.rb
|
21
|
+
- lib/coffeescript.rb
|
22
|
+
homepage: https://github.com/rubygems/rubygems.org/issues/1334
|
23
|
+
licenses:
|
24
|
+
- WTFPL
|
25
|
+
metadata: {}
|
26
|
+
post_install_message: You probably meant `gem install coffee-script`.
|
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
|
+
rubyforge_project:
|
42
|
+
rubygems_version: 2.6.11
|
43
|
+
signing_key:
|
44
|
+
specification_version: 4
|
45
|
+
summary: A gem to prevent typosquating on coffee-script
|
46
|
+
test_files: []
|