hirb 0.2.3 → 0.2.4

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,6 @@
1
+ == 0.2.4
2
+ * Bug fix on UTF-8 support.
3
+
1
4
  == 0.2.3
2
5
  * Added UTF-8 support for Ruby 1.8.x
3
6
  * Added :all_fields option to Table helper.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 2
4
- :patch: 3
4
+ :patch: 4
@@ -35,6 +35,7 @@ module Hirb
35
35
  end
36
36
 
37
37
  def slice(*args)
38
+ string = args.shift
38
39
  string.slice(*args)
39
40
  end
40
41
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hirb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Horner