hallo_rails 0.0.1 → 0.0.2

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.
@@ -1,3 +1,3 @@
1
1
  module HalloRails
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -2798,11 +2798,11 @@
2798
2798
  var buttonEl, classes, id;
2799
2799
  id = "" + this.options.uuid + "-" + this.options.label;
2800
2800
  classes = ['ui-button', 'ui-widget', 'ui-state-default', 'ui-corner-all', 'ui-button-text-only'];
2801
- buttonEl = jQuery("<button id=\"" + id + "\" class=\"" + (classes.join(' ')) + "\" title=\"" + this.options.label + "\"> <i class=\"" + this.options.icon + "\"></i> </button>");
2801
+ buttonEl = jQuery("<button id=\"" + id + "\" class=\"" + (classes.join(' ')) + "\" title=\"" + this.options.label + "\"> <span class=\"ui-button-text\"> <i class=\"" + this.options.icon + "\"></i> </span> </button>");
2802
2802
  if (this.options.cssClass) {
2803
2803
  buttonEl.addClass(this.options.cssClass);
2804
2804
  }
2805
- return buttonEl.button();
2805
+ return buttonEl;
2806
2806
  }
2807
2807
  });
2808
2808
  })(jQuery);
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hallo_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -59,7 +59,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
59
59
  version: '0'
60
60
  segments:
61
61
  - 0
62
- hash: 174439391961928724
62
+ hash: 2855974563749662049
63
63
  required_rubygems_version: !ruby/object:Gem::Requirement
64
64
  none: false
65
65
  requirements:
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  version: '0'
69
69
  segments:
70
70
  - 0
71
- hash: 174439391961928724
71
+ hash: 2855974563749662049
72
72
  requirements: []
73
73
  rubyforge_project:
74
74
  rubygems_version: 1.8.24