flexa_lib 0.3.0 → 0.3.1

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.
data/flexa_lib.gemspec CHANGED
@@ -7,7 +7,7 @@ require 'flexa_lib/version'
7
7
  Gem::Specification.new do |s|
8
8
  s.name = 'flexa_lib'
9
9
  # s.version = FlexaLib::VERSION
10
- s.version = '0.3.0'
10
+ s.version = '0.3.1'
11
11
  s.platform = Gem::Platform::RUBY
12
12
 
13
13
  s.authors = ['Allan Freitas','Marcio Sfalsin']
@@ -5,7 +5,7 @@ module FlexaLib
5
5
  module PesquisaWrapper
6
6
 
7
7
  #
8
- # metodo BUSCA
8
+ # flexa_search BUSCA
9
9
  #
10
10
  # parametro = nome da variavel vinda como parametro para busca
11
11
  # pagina = variavel que vem do "params" geralmente params[:page]
@@ -58,14 +58,14 @@ $(document).ready(function(){
58
58
  try {
59
59
  $("input:text:visible:first").focus();
60
60
  } catch(err) {
61
- nil;
61
+ null;
62
62
  }
63
63
 
64
64
  try {
65
65
  $('input.ui-datepicker').datepicker();
66
66
  $('.datePicker').datepicker();
67
67
  } catch(err) {
68
- nil;
68
+ null;
69
69
  }
70
70
 
71
71
  });
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: flexa_lib
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.0
5
+ version: 0.3.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Allan Freitas