objds 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/test/objds_test.rb +2 -2
  2. metadata +3 -3
data/test/objds_test.rb CHANGED
@@ -5,8 +5,8 @@ class TestCase < Test::Unit::TestCase
5
5
  def test_001
6
6
  @@obj.create_table :foo
7
7
  @@obj.set_attribute_in_table :foo, :bar, "hey!"
8
- assert_equal(@@obj.get_attribute_from_table :foo, :bar, "hey!")
9
- assert_raises(ObjDSError) do
8
+ assert_equal(@@obj.get_attribute_from_table(:foo, :bar), "hey!")
9
+ assert_raises(ObjDS::ObjDSError) do
10
10
  @@obj.create_table :foo
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: objds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -11,8 +11,8 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-06-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ObjDS is a non-file-based Data Storage tool that includes functionality
15
- such as tables and attributes.
14
+ description: ! 'ObjDS is a non-file-based Data Storage tool that includes functionality
15
+ such as tables and attributes. V-1.0.1: Rewrote tests.'
16
16
  email: slmnwise@gmail.com
17
17
  executables: []
18
18
  extensions: []