smart_tag 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SmartTag
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -1,7 +1,7 @@
1
1
  (function($){
2
2
  $(document).ready(function() {
3
3
 
4
- function smart_tag(select) {
4
+ function SmartTag(select) {
5
5
 
6
6
  function in_array(array, value) {
7
7
  for (var i = array.length - 1; i >= 0; i--) {
@@ -76,7 +76,7 @@
76
76
  var selects = $(".smart_tag");
77
77
 
78
78
  for (var i = selects.length - 1; i >= 0; i--) {
79
- smart_tag($(selects[i]));
79
+ SmartTag($(selects[i]));
80
80
  }
81
81
 
82
82
  });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smart_tag
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: