unicode-multibyte 0.2.0 → 0.2.3

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.0"
17
+ sh "gem install unicode-multibyte-0.2.3"
18
18
  end
Binary file
Binary file
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.0"
6
+ s.version = "0.2.3"
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: 23
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 0
10
- version: 0.2.0
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Kevin Le
@@ -41,6 +41,9 @@ files:
41
41
  - Rakefile
42
42
  - setup.rb
43
43
  - unicode-multibyte-0.1.0.gem
44
+ - unicode-multibyte-0.2.0.gem
45
+ - unicode-multibyte-0.2.1.gem
46
+ - unicode-multibyte-0.2.2.gem
44
47
  - unicode-multibyte.gemspec
45
48
  - .project
46
49
  - .Rakefile.swp