ruby-graphviz 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-graphviz
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Gregoire Lejeune
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-08 00:00:00 Z
18
+ date: 2011-12-11 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rake
@@ -76,6 +76,7 @@ extra_rdoc_files:
76
76
  files:
77
77
  - .gemrc
78
78
  - .gitignore
79
+ - .travis.yml
79
80
  - AUTHORS
80
81
  - COPYING
81
82
  - Gemfile
@@ -227,6 +228,7 @@ files:
227
228
  - test/support.rb
228
229
  - test/test_examples.rb
229
230
  - test/test_graph.rb
231
+ - test/test_theory.rb
230
232
  - test/test_types.rb
231
233
  - test/test_utils_colors.rb
232
234
  homepage: http://github.com/glejeune/Ruby-Graphviz
@@ -285,5 +287,6 @@ test_files:
285
287
  - test/support.rb
286
288
  - test/test_examples.rb
287
289
  - test/test_graph.rb
290
+ - test/test_theory.rb
288
291
  - test/test_types.rb
289
292
  - test/test_utils_colors.rb