determinations_comparison 2.0.0 → 2.0.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 DeterminationsComparison
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
data/lib/jquery_tabs.rb CHANGED
@@ -38,7 +38,7 @@ class Jquery_Tabs
38
38
  </head>
39
39
  <body>
40
40
 
41
- <div id="tabs">
41
+ <div id="<%= @div %>">
42
42
  <ul>
43
43
  <% @hashGroups.each do |k,v| %>
44
44
  <li><a href="#<%= k.gsub(' ','') %>"><span> <%= k %> </span></a></li>
@@ -52,7 +52,7 @@ class Jquery_Tabs
52
52
  </div>
53
53
 
54
54
  <script>
55
- $( "#tabs" ).tabs();
55
+ $( "#<%= @div %>" ).tabs();
56
56
  </script>
57
57
 
58
58
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: determinations_comparison
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: