sprocketsrails 0.0.1

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