bootswatch_rails 3.2.0.31 → 3.2.0.32

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: 78fb12269addbc9760506cb3985cad6e19d76ec1
4
- data.tar.gz: bdb1c7bc2e681b25e57335aca7a5a79b484f279e
3
+ metadata.gz: 8b3f3116cd4be49d21e10a1e31ebe32df1b86794
4
+ data.tar.gz: 27dc9db0aade8d1995aaca9c632e2327947efa2b
5
5
  SHA512:
6
- metadata.gz: c0334b868c2ca53106be3ebb0a02b1d8c4a566b2134ea73910c9db30966f2af7ad26ea0bb503c3fa05c8b2c4c8a92b7636b64739f19276ab59b983d009d92214
7
- data.tar.gz: 60253aff09de68bd76eada6a12878c8e756528bf8a12e8b93ee2065b9ca2a6d4dee3fa94947a49d166aa384aacc7fcb6cc7c12579632abeb328c6ae5ada28d9f
6
+ metadata.gz: fe80df1336061e2b2b3f1e60ef9d3c6476580ac59080051849914c8c49dd9e585f6afbb0bf1446b0facf3d21a2577036f2a5fd15affc23b98d0738c3e1ea7b70
7
+ data.tar.gz: 10f142dd01fabf4e12885670bd977939aef2730592ce06e4a6cd44d00a53ac25f1f2039b9acccef73b87f048be7e8dd6b4df9e305750a7a3cbc000d39eb35b96
@@ -1,6 +1,6 @@
1
1
  module BootswatchRails
2
2
  BOOTSTRAP = "3.2.0"
3
- VERSION = "3.2.0.31"
3
+ VERSION = "3.2.0.32"
4
4
 
5
5
  THEMES = [:amelia, :cerulean, :cosmo, :custom, :cyborg, :darkly, :flatly, :journal, :lumen, :paper, :readable, :sandstone, :simplex, :slate, :spacelab, :superhero, :united, :yeti]
6
6
  DEFAULT = 1
@@ -1,4 +1,4 @@
1
- <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
+ <%%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
2
2
  <h2><%%= t('headers.edit', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
3
3
 
4
4
  <%%= render 'form' %>
@@ -1,4 +1,4 @@
1
- <%- page_title t('activerecord.models.<%= singular_table_name %>.other') -%>
1
+ <%%- page_title t('activerecord.models.<%= singular_table_name %>.other') -%>
2
2
  <h2><%%= t('headers.index', name: t('activerecord.models.<%= singular_table_name %>.other')) %></h2>
3
3
 
4
4
  <table class="table table-striped table-hover">
@@ -1,4 +1,4 @@
1
- <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
+ <%%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
2
2
  <h2><%%= t('headers.new', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
3
3
 
4
4
  <%%= render 'form' %>
@@ -1,4 +1,4 @@
1
- <%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
1
+ <%%- page_title t('activerecord.models.<%= singular_table_name %>.one') -%>
2
2
  <h2><%%= t('headers.show', name: t('activerecord.models.<%= singular_table_name %>.one')) %></h2>
3
3
 
4
4
  <table class="table table-striped table-hover">
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0.31
4
+ version: 3.2.0.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - Volker Wiegand