yard-activerecord2 0.0.8 → 0.0.9

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.
@@ -16,4 +16,4 @@ module YARD::Handlers::Ruby::ActiveRecord::Fields
16
16
  globals.klass = nil
17
17
  end
18
18
  end
19
- end
19
+ end
@@ -1,5 +1,5 @@
1
1
  module YARD
2
2
  module ActiveRecord
3
- VERSION = "0.0.8"
3
+ VERSION = "0.0.9"
4
4
  end
5
5
  end
@@ -17,6 +17,7 @@ Gem::Specification.new do |s|
17
17
  using YARD as documentation plugin. }
18
18
 
19
19
  s.add_dependency 'yard', '>= 0.8.3'
20
+ s.add_dependency 'activesupport'
20
21
 
21
22
  s.files = `git ls-files`.split("\n")
22
23
  s.require_path = "lib"
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.8
4
+ version: 0.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: 0.8.3
30
+ - !ruby/object:Gem::Dependency
31
+ name: activesupport
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :runtime
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
30
46
  description: ! "\n YARD-Activerecord is a YARD extension that handles and interprets
31
47
  methods\n used when developing applications with ActiveRecord. The extension
32
48
  handles\n attributes, associations, delegates and scopes. A must for any Rails