Mercurial > pub > dyncall > bindings
comparison ruby/rbdc/rbdc.gemspec @ 3:f5d4d5c2f750
- gemspec fix
| author | cslag | 
|---|---|
| date | Thu, 31 Dec 2015 20:24:53 +0100 | 
| parents | 5e159be89d73 | 
| children | 80273969f043 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 2:a27ef6fdc275 | 3:f5d4d5c2f750 | 
|---|---|
| 35 | 35 | 
| 36 spec.version = '0.9.0' | 36 spec.version = '0.9.0' | 
| 37 spec.required_ruby_version = '>= 1.9.1' | 37 spec.required_ruby_version = '>= 1.9.1' | 
| 38 spec.license = 'ISC' | 38 spec.license = 'ISC' | 
| 39 | 39 | 
| 40 spec.files = FileList['dyncall/**/*', 'bindings/ruby/rbdc/rbdc.c'].exclude('dyncall/doc/**/*').exclude('dyncall/test/**/*').to_a | 40 spec.files = FileList['dyncall/**/*', 'dyncall-bindings/ruby/rbdc/rbdc.c'].exclude('dyncall/doc/**/*').exclude('dyncall/test/**/*').to_a | 
| 41 spec.extensions << 'bindings/ruby/rbdc/extconf.rb' | 41 spec.extensions << 'dyncall-bindings/ruby/rbdc/extconf.rb' | 
| 42 end | 42 end | 
