cassowary 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,6 @@ $:.unshift(File.dirname(__FILE__)) unless
3
3
 
4
4
  require "cassowary.so"
5
5
  module Cassowary
6
- VERSION = '1.0.0'
6
+ VERSION = '1.0.1'
7
7
  end
8
8
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cassowary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sebastian Feuerstack
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-06-30 00:00:00 Z
18
+ date: 2011-11-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: hoe
@@ -59,7 +59,9 @@ files:
59
59
  - PostInstall.txt
60
60
  - README.rdoc
61
61
  - Rakefile
62
- - ext/cassowary/cassowary.so
62
+ - cassowary.gemspec
63
+ - ext/cassowary/cassowary.i
64
+ - ext/cassowary/cassowary_wrap.cxx
63
65
  - ext/cassowary/extconf.rb
64
66
  - lib/cassowary.rb
65
67
  - script/console
Binary file