commontator 4.9.0 → 4.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,10 +17,7 @@ module Commontator
17
17
  it 'must modify models that act_as_commontable' do
18
18
  dummy = DummyModel.create
19
19
  dummy.must_respond_to :thread
20
- dummy.must_respond_to :comments
21
- dummy.must_respond_to :subscriptions
22
20
  dummy.must_respond_to :commontable_config
23
- dummy.must_respond_to :relation_thread
24
21
  dummy.commontable_config.must_be_instance_of CommontableConfig
25
22
  end
26
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: commontator
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.9.0
4
+ version: 4.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dante Soares
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-20 00:00:00.000000000 Z
11
+ date: 2014-11-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails