css3-progress-bar-rails 0.0.7 → 0.1.0

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.
@@ -35,15 +35,10 @@ module Css3ProgressBarsHelper
35
35
  # values. As there is a limit to the number of colors, only the first five
36
36
  # elements of the array will be used.
37
37
  #
38
- # An options hash may also be passed to the method, with boolean options for
39
- # :rounded and :tiny.
38
+ # An options hash may also be passed to the method, with a boolean option available for :tiny
40
39
  def combo_progress_bar percentages, *opts
41
40
  options = opts.extract_options!
42
41
  html_classes = setup_default_container_classes
43
-
44
- if options[:rounded] && options[:rounded] == true
45
- handle_rounded_classes(html_classes)
46
- end
47
42
 
48
43
  if options[:tiny] && options[:tiny] == true
49
44
  handle_tiny_classes(html_classes)
@@ -2,7 +2,7 @@ module Css3
2
2
  module Progress
3
3
  module Bar
4
4
  module Rails
5
- VERSION = "0.0.7"
5
+ VERSION = "0.1.0"
6
6
  end
7
7
  end
8
8
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: css3-progress-bar-rails
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.1.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Nicholas Fine