bard-static 2.4.0 → 2.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fc3cbd2f4a5514509b9ad259bd951c12275050ed
4
- data.tar.gz: b6d5292b679c42d11334ec68b2147d7f654ef4eb
3
+ metadata.gz: 8d3eff103b9d52769e649c7ecae01bef27515bf3
4
+ data.tar.gz: 9a8f7e2a5222778d878a49bfeccae515d5c22f5e
5
5
  SHA512:
6
- metadata.gz: b004d1d97110e60f8b3765b934d0e2bebb5e3b8503845dd3fc4f41bc97503de94072bff2a7b340758b3b0cd8c2b2b3768718825e3e7ffb42d20360d7e4a4c16d
7
- data.tar.gz: 3625bccf32c7875599786a8607a3133f2f1adaed22d62011a496e82509da4925d9afe9b43262977e9ba6627a3e77cf86c2a4633a2cddf210da612b045546b971
6
+ metadata.gz: 4da0839166fbab55d856827bd415ee91082cdae6ff0579c85664c29a7fa4ce798d2538b38923df1b61ed8c942c08bab9142303f5dab234dc0128841d61ba20ee
7
+ data.tar.gz: 9d462ade5f65a72e0e6a5411f7804fa24826b6933899a590e0823c0a52d92bb340e309b4a2aaeea03a755f0a85f300bff25a8e2a140ff5c55f6d70a86215f4f4
data/lib/bard/static.rb CHANGED
@@ -4,6 +4,12 @@ module Bard
4
4
  module Static
5
5
  class Engine < ::Rails::Engine
6
6
  config.app_middleware.use NoRobotsMiddleware
7
+
8
+ initializer "nacelle integration" do
9
+ Cell::Base.class_eval do
10
+ helper Bard::Static::MockupHelper
11
+ end if defined?(Cell::Base)
12
+ end
7
13
  end
8
14
  end
9
15
  end
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Static
3
- VERSION = "2.4.0"
3
+ VERSION = "2.5.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bard-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.0
4
+ version: 2.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Micah Geisel
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2017-08-16 00:00:00.000000000 Z
15
+ date: 2017-11-23 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: Handcrafted prototypes for Rails.
18
18
  email:
@@ -53,7 +53,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
53
  version: '0'
54
54
  requirements: []
55
55
  rubyforge_project:
56
- rubygems_version: 2.4.7
56
+ rubygems_version: 2.4.8
57
57
  signing_key:
58
58
  specification_version: 4
59
59
  summary: Protoyping engine for Rails.