bard-static 2.0.0 → 2.1.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA1:
3
- data.tar.gz: c2b95f092ff81d17479743cfdb159bab9dc390af
4
- metadata.gz: 3ce225c3b9895daf24d05056cf6a3708a94c0b74
5
- SHA512:
6
- data.tar.gz: 753f53f42c11abbfcbfd67d5f9cd7d7d5e828aaf4d3ae86a33e8eb16607d7c14a39daf4530300abd7d4ead582e85334979db52066ebcbd73582f3275d463a754
7
- metadata.gz: e819eb332ad4301e7c0dce205790c5fa72d29b5b8ff45744d0480503a0ceb80c78764c28594c96368514624de4a8d5584f86761c27f7e75fc5f42ca613cb6cc6
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 %>
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Static
3
- VERSION = "2.0.0"
3
+ VERSION = "2.1.0"
4
4
  end
5
5
  end
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.0.0
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
- - !binary |
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
- files:
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
- - config/routes.rb
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
- - &id001
56
- - ">="
57
- - !ruby/object:Gem::Version
58
- version: "0"
59
- required_rubygems_version: !ruby/object:Gem::Requirement
60
- requirements:
61
- - *id001
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.1.10
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
-