bard-static 2.0.0 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -7
- data/app/views/bard/static/delayed_error.erb +1 -0
- data/lib/bard/static/version.rb +1 -1
- metadata +28 -38
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
|
4
|
-
|
5
|
-
SHA512:
|
6
|
-
|
7
|
-
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: dac2854903415efcfa614ba740e8a45da3af8e12
|
4
|
+
data.tar.gz: a938148148013c52530f4be26ff2f5171641b0e6
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 60cf505181102f8c2eab3b98f506e7bdc45f87f98c94abdecb55abe792892d9e8771ca223d7e6fb177960af78ea6e6678915fdde64abdb5c0f22759ce71a8c93
|
7
|
+
data.tar.gz: c21b270725a08db4adea9d4575aed4d8f6b8f19608b3763640ba3ef235fa93401340a7c5b0c2dabc3de65abd80d5dc54b7157a524411f1a2cfdb10e9e370224f
|
@@ -0,0 +1 @@
|
|
1
|
+
<% Kernel.delay.exit %>
|
data/lib/bard/static/version.rb
CHANGED
metadata
CHANGED
@@ -1,70 +1,60 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bard-static
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 2.1.0
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- Micah Geisel
|
8
8
|
- Joao Carlos
|
9
|
-
-
|
10
|
-
VmVzYSBWw6Ruc2vDpA==
|
11
|
-
|
9
|
+
- Vesa Vänskä
|
12
10
|
- Matias Korhonen
|
13
11
|
- Antti Salonen
|
14
12
|
autorequire:
|
15
13
|
bindir: bin
|
16
14
|
cert_chain: []
|
17
|
-
|
18
|
-
date: 2013-12-12 00:00:00 Z
|
15
|
+
date: 2014-06-13 00:00:00.000000000 Z
|
19
16
|
dependencies: []
|
20
|
-
|
21
17
|
description: Handcrafted prototypes for Rails.
|
22
|
-
email:
|
18
|
+
email:
|
23
19
|
- micah@botandrose.com
|
24
20
|
executables: []
|
25
|
-
|
26
21
|
extensions: []
|
27
|
-
|
28
22
|
extra_rdoc_files: []
|
29
|
-
|
30
|
-
|
23
|
+
files:
|
24
|
+
- Gemfile
|
25
|
+
- README.md
|
26
|
+
- Rakefile
|
31
27
|
- app/controllers/bard/static/static_controller.rb
|
32
|
-
- app/views/bard/static/error.html.erb
|
33
|
-
- app/helpers/bard/static/link_to_helper.rb
|
34
28
|
- app/helpers/bard/static/layout_helper.rb
|
29
|
+
- app/helpers/bard/static/link_to_helper.rb
|
30
|
+
- app/views/bard/static/delayed_error.erb
|
31
|
+
- app/views/bard/static/error.html.erb
|
32
|
+
- config/routes.rb
|
35
33
|
- lib/bard-static.rb
|
36
34
|
- lib/bard/static.rb
|
37
|
-
- lib/bard/static/version.rb
|
38
35
|
- lib/bard/static/no_robots_middleware.rb
|
39
|
-
-
|
40
|
-
- Rakefile
|
41
|
-
- Gemfile
|
42
|
-
- README.md
|
36
|
+
- lib/bard/static/version.rb
|
43
37
|
homepage: https://github.com/botandrose/bard-static
|
44
38
|
licenses: []
|
45
|
-
|
46
39
|
metadata: {}
|
47
|
-
|
48
40
|
post_install_message:
|
49
41
|
rdoc_options: []
|
50
|
-
|
51
|
-
require_paths:
|
42
|
+
require_paths:
|
52
43
|
- lib
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
54
|
-
requirements:
|
55
|
-
-
|
56
|
-
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
44
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
45
|
+
requirements:
|
46
|
+
- - ">="
|
47
|
+
- !ruby/object:Gem::Version
|
48
|
+
version: '0'
|
49
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
50
|
+
requirements:
|
51
|
+
- - ">="
|
52
|
+
- !ruby/object:Gem::Version
|
53
|
+
version: '0'
|
62
54
|
requirements: []
|
63
|
-
|
64
55
|
rubyforge_project:
|
65
|
-
rubygems_version: 2.
|
56
|
+
rubygems_version: 2.2.2
|
66
57
|
signing_key:
|
67
58
|
specification_version: 4
|
68
59
|
summary: Protoyping engine for Rails.
|
69
60
|
test_files: []
|
70
|
-
|