cecelia 0.0.2 → 0.0.3

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.
data/lib/cecelia/graph.rb CHANGED
@@ -2,7 +2,7 @@ require 'sequel'
2
2
 
3
3
  class Graph
4
4
  def initialize(db_name)
5
- Sequel.sqlite(db_name)
5
+ @db = Sequel.sqlite(db_name)
6
6
  require 'cecelia/graph_model.rb'
7
7
  end
8
8
 
@@ -18,7 +18,7 @@ class Graph
18
18
  end
19
19
  end
20
20
 
21
- def verticies
21
+ def vertices
22
22
  Vertices.all
23
23
  end
24
24
 
@@ -1,3 +1,3 @@
1
1
  module Cecelia
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cecelia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-08-20 00:00:00.000000000 Z
12
+ date: 2012-08-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sqlite3
@@ -101,3 +101,4 @@ signing_key:
101
101
  specification_version: 3
102
102
  summary: cecelia
103
103
  test_files: []
104
+ has_rdoc: