bard-static 2.3.2 → 2.4.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: 44d12da98fb524692bdef626dee3d610b452a602
4
- data.tar.gz: 924cd824532395075e9016744dd924f049cdb302
3
+ metadata.gz: fc3cbd2f4a5514509b9ad259bd951c12275050ed
4
+ data.tar.gz: b6d5292b679c42d11334ec68b2147d7f654ef4eb
5
5
  SHA512:
6
- metadata.gz: 8ad28ddd7601004609a860f7b5249450e3abb68795e5cc54b2ff2e74cc6c191e980bfb3c681eb85761ef536fbf8716cdd22b49bf15e6bc6cf6c84e5e77f12159
7
- data.tar.gz: fb2646bb90d57bfedf9e4f093deb5cff3974ab122158446068c9eda8bd664276a9e93f401a10ef8f573659c5c06079f461ad516cc069d7e2f1658f10fa1de5d7
6
+ metadata.gz: b004d1d97110e60f8b3765b934d0e2bebb5e3b8503845dd3fc4f41bc97503de94072bff2a7b340758b3b0cd8c2b2b3768718825e3e7ffb42d20360d7e4a4c16d
7
+ data.tar.gz: 3625bccf32c7875599786a8607a3133f2f1adaed22d62011a496e82509da4925d9afe9b43262977e9ba6627a3e77cf86c2a4633a2cddf210da612b045546b971
@@ -8,7 +8,7 @@ module Bard
8
8
  end
9
9
 
10
10
  def mockup_form_for &block
11
- form_for MockupModel.new, url: ".", &block
11
+ fields_for MockupModel.new, &block
12
12
  end
13
13
 
14
14
  class MockupModel < OpenStruct
@@ -1,5 +1,5 @@
1
1
  module Bard
2
2
  module Static
3
- VERSION = "2.3.2"
3
+ VERSION = "2.4.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.3.2
4
+ version: 2.4.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-05-02 00:00:00.000000000 Z
15
+ date: 2017-08-16 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: Handcrafted prototypes for Rails.
18
18
  email: