coffeerails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: b5bd02a0bdcc46c205f51b21c514ca003ee8405b
4
+ data.tar.gz: 5e69e0e61665cd35702e31134f7535e30c15735d
5
+ SHA512:
6
+ metadata.gz: e1ea8f9e48cd60d33b020b7b9a3bd86ed0da39898a15f745882ae016506db1718aa108880178c3d3bb0400600109107bc5b5fd9cbf5145d9f78fb7d36d06b432
7
+ data.tar.gz: 0e799129b5519a57d5e113edba3648b3b19f9f8c4c43be32dafeb09b9c37a95c62a924f403381ba05fd60ed4f2a914d5a6a514f99cc6744a9018fac757dd4a09
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run coffee-rails'
2
+ raise 'This failure is intentional. You probably meant to install and run coffee-rails'
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run coffee-rails'
2
+ raise 'This failure is intentional. You probably meant to install and run coffee-rails'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: coffeerails
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-rails`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/coffeerails/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/coffeerails/extconf.rb
21
+ - lib/coffeerails.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-rails`.
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-rails
46
+ test_files: []