rack_konami 0.9.0 → 0.9.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.
- data/README.rdoc +11 -0
- data/VERSION +1 -1
- data/rack_konami.gemspec +2 -2
- metadata +4 -4
data/README.rdoc
CHANGED
@@ -16,8 +16,19 @@ It requires JQuery 1.4.0 or greater.
|
|
16
16
|
In config/environment.rb
|
17
17
|
config.gem 'rack_clicky'
|
18
18
|
config.middleware.use Rack::Konami, :html => '<img src="/images/rails.png" >', :delay => '1500'
|
19
|
+
Open your browser and type ↑ ↑ ↓ ↓ ← → ← → B A ↵
|
19
20
|
|
21
|
+
== Rails 2.3.x / Sinatra
|
22
|
+
In your Gemfile
|
23
|
+
gem "rack_konami"
|
24
|
+
|
25
|
+
In your config.ru
|
26
|
+
use Rack::Konami, :html => '<img src="/images/rails.png" >', :delay => '1500'
|
27
|
+
|
20
28
|
Open your browser and type ↑ ↑ ↓ ↓ ← → ← → B A ↵
|
29
|
+
|
30
|
+
== Example
|
31
|
+
Head over to http://www.cowpu.com and use the Konami code to check it out.
|
21
32
|
|
22
33
|
== TODO
|
23
34
|
* It probably wouldn't hurt to have more tests.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.1
|
data/rack_konami.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{rack_konami}
|
8
|
-
s.version = "0.9.
|
8
|
+
s.version = "0.9.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Mark Turner"]
|
12
|
-
s.date = %q{2010-08-
|
12
|
+
s.date = %q{2010-08-21}
|
13
13
|
s.description = %q{Mixes the Konami code + JQuery to add Konami code effects to your app}
|
14
14
|
s.email = %q{mark@amerine.net}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rack_konami
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 57
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
version: 0.9.
|
9
|
+
- 1
|
10
|
+
version: 0.9.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mark Turner
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-08-
|
18
|
+
date: 2010-08-21 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|