unicode-multibyte 0.2.4 → 0.2.5

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.
data/.Rakefile.swp CHANGED
Binary file
Binary file
data/Rakefile CHANGED
@@ -14,5 +14,5 @@ end
14
14
 
15
15
  desc 'Builds and installs the gem'
16
16
  task :install => :build do
17
- sh "gem install unicode-multibyte-0.2.4"
17
+ sh "gem install unicode-multibyte-0.2.5"
18
18
  end
@@ -11,7 +11,7 @@ end
11
11
  require File.join(File.dirname(__FILE__), "multibyte", "chars")
12
12
 
13
13
  class String
14
- def mb_chars
14
+ def multibyte_chars
15
15
  UnicodeMultibyte::Multibyte::Chars.new(self)
16
16
  end
17
17
  end
Binary file
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = "unicode-multibyte"
6
- s.version = "0.2.4"
6
+ s.version = "0.2.5"
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ["Kevin Le"]
9
9
  s.email = ["kle@ooyala.com"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: unicode-multibyte
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 4
10
- version: 0.2.4
9
+ - 5
10
+ version: 0.2.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Le
@@ -40,6 +40,7 @@ files:
40
40
  - lib/unicodechars.rb
41
41
  - Rakefile
42
42
  - setup.rb
43
+ - unicode-multibyte-0.2.4.gem
43
44
  - unicode-multibyte.gemspec
44
45
  - .project
45
46
  - .Rakefile.swp