yard-activerecord2 0.0.10 → 0.0.11

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.
@@ -1,6 +1,6 @@
1
1
  require_relative 'singular_handler'
2
2
 
3
- module YARD::Handlers::Ruby::ActiveRecord::Associations
3
+ module YARD::Handlers::Ruby::ActiveRecord2::Associations
4
4
  class BelongsToHandler < SingularHandler
5
5
  handles method_call(:belongs_to)
6
6
 
@@ -1,5 +1,5 @@
1
1
  module YARD
2
2
  module ActiveRecord2
3
- VERSION = "0.0.10"
3
+ VERSION = "0.0.11"
4
4
  end
5
5
  end
data/test.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  require 'bundler/setup'
2
2
  require 'yard-activerecord2'
3
3
 
4
- YARD::Handlers::Ruby::ActiveRecord::Fields::CreateTable.new
4
+ YARD::Handlers::Ruby::ActiveRecord2::Fields::CreateTable.new
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-activerecord2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: