bhf 0.10.9 → 0.10.10

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: d9a75de558dc0e33f75540cb2c35c1e61e3fa1c1
4
- data.tar.gz: 6ece9c379069585db4e38cd08e0206c8f4b6e6eb
3
+ metadata.gz: e72206abf7fb55fa9fb492f9c5a003e8164c54a9
4
+ data.tar.gz: 658abe68ef47bf273f1e70e170f7806c1250140b
5
5
  SHA512:
6
- metadata.gz: c2f9630029bfe901b535deac2f2346e7d918fbe0808ec69831d4813e1b97f1f090cd9e8302efb7b81cf77ec395e76c69ad26d4cf34c8a55cbca41de4b1863066
7
- data.tar.gz: 077b1d4282e0c5b47678bcf3c4237b45331c1826b6a49249ca68e1c5ce55ba3705fa63ddd955aed5de155ef6767b652d2377d6110bdbafc1034d215b5802148a
6
+ metadata.gz: b7b7647df5a2d86dcda1b05544362ed377f3426e364e82e1a76fd1d81f019034a242176d76df84d72652ebf0271a00a0fe334ad68f1005b6998327b1995d12d6
7
+ data.tar.gz: 0f22a0f775f1a61b6e64da56cb1cb520e5a2ff1379fa7e138d4f02618b68b410e0a14f0ca8da7759f0bf69922cd75a44a92cba3987d681f43cb5e12cc5396322
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.9
1
+ 0.10.10
@@ -43,7 +43,9 @@ var FormHelper = new Class({
43
43
  }
44
44
 
45
45
  var hiddenInput = input.clone();
46
- input.value = new Date().parse(input.value).format(options.format);
46
+ if (input.value) {
47
+ input.value = new Date().parse(input.value).format(options.format);
48
+ }
47
49
  input.erase('name');
48
50
  hiddenInput.set('type', 'hidden').inject(input, 'after');
49
51
 
@@ -825,6 +825,8 @@ input[type="submit"].alt_button,
825
825
 
826
826
 
827
827
  @media (max-width: 960px)
828
+ table.data_table caption .info
829
+ display: none
828
830
  .default_columns
829
831
  thead th:nth-last-child(2),
830
832
  tbody td:nth-last-child(2),
@@ -4,7 +4,7 @@
4
4
 
5
5
  - if platform.scopes
6
6
  = f.select :scope, options_from_collection_for_select(platform.scopes, :value, :name, (p && p[:scope])), {}, class: 'js_submit_form_on_change'
7
-
7
+
8
8
  %p.info= platform.pagination.info platform
9
9
 
10
10
  - if platform.search_field?
data/bhf.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: bhf 0.10.9 ruby lib
5
+ # stub: bhf 0.10.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "bhf"
9
- s.version = "0.10.9"
9
+ s.version = "0.10.10"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Anton Pawlik"]
14
- s.date = "2015-02-28"
14
+ s.date = "2015-04-18"
15
15
  s.description = "A simple to use Rails-Engine-Gem that offers an admin interface for trusted user. Easy integratable and highly configurable and agnostic. Works with ActiveRecord and Mongoid."
16
16
  s.email = "anton.pawlik@gmail.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhf
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.9
4
+ version: 0.10.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anton Pawlik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-28 00:00:00.000000000 Z
11
+ date: 2015-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails