jqueryrails 0.0.1

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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 1365ac0efa8bb3b9dff6ddcf448f2c6fac49818b
4
+ data.tar.gz: c05eec385e4c5503d4160bdf2b6a0e9eca4e2220
5
+ SHA512:
6
+ metadata.gz: 6316ca9196791b4ca4b42664c5a169511bc7c42383b6f3af0ecfbffc9731e3ca89d019b973ed5ec56776612369b859d91fe775a71b890f64eae9e1c315dbba40
7
+ data.tar.gz: ed6d39f89b34cf364bb1a6f317e3f9ef898345fc1faa6c5363ed0d881487a54260380367ab5090a8f7e83fab63bb088373a824a38976d62340698bddd3154a97
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run jquery-rails'
2
+ raise 'This failure is intentional. You probably meant to install and run jquery-rails'
@@ -0,0 +1,2 @@
1
+ puts 'This failure is intentional. You probably meant to install and run jquery-rails'
2
+ raise 'This failure is intentional. You probably meant to install and run jquery-rails'
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jqueryrails
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 jquery-rails`.
14
+ email: pst@coffeetocode.net
15
+ executables: []
16
+ extensions:
17
+ - ext/jqueryrails/extconf.rb
18
+ extra_rdoc_files: []
19
+ files:
20
+ - ext/jqueryrails/extconf.rb
21
+ - lib/jqueryrails.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 jquery-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 jquery-rails
46
+ test_files: []