cld 0.1.0 → 0.2.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.
Files changed (4) hide show
  1. data/Rakefile +1 -1
  2. data/build.sh +1 -1
  3. data/cld.gemspec +1 -1
  4. metadata +1 -1
data/Rakefile CHANGED
@@ -3,7 +3,7 @@ require 'rubygems'
3
3
  require 'rake'
4
4
  require 'echoe'
5
5
 
6
- Echoe.new('cld', '0.1.0') do |p|
6
+ Echoe.new('cld', '0.2.0') do |p|
7
7
  p.description = "Compact Language Detection from chrome"
8
8
  p.url = "http://github.com/jtoy/cld"
9
9
  p.author = "Jason Toy"
data/build.sh CHANGED
@@ -41,7 +41,7 @@ $AR rcs libcld.a *.o
41
41
 
42
42
  echo
43
43
  #$CC -DCLD_WINDOWS -I. -L. -o example example.cc -lcld -lstdc++
44
- $CC -DCLD_WINDOWS -I. -L. -o cld.so -lcld -lstdc++ *.o
44
+ $CC -DCLD_WINDOWS -I. -L. -o cld.so -lstdc++ *.o
45
45
 
46
46
 
47
47
  echo
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{cld}
5
- s.version = "0.1.0"
5
+ s.version = "0.2.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Jason Toy}]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: cld
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.2.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jason Toy