unicode-multibyte 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
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.1.0"
17
+ sh "gem install unicode-multibyte-0.2.0"
18
18
  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.1.0"
6
+ s.version = "0.2.0"
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: 27
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 1
8
+ - 2
9
9
  - 0
10
- version: 0.1.0
10
+ version: 0.2.0
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.1.0.gem
43
44
  - unicode-multibyte.gemspec
44
45
  - .project
45
46
  - .Rakefile.swp