yard-activerecord 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b6a2cdef66ce5045b9b2f59c88cdb12fd5d36997
4
- data.tar.gz: 31c55cac390cc27cd0235f4e6e2cd74f74b3984c
3
+ metadata.gz: ce1db786348b51e85e357b31487d36444c7698e2
4
+ data.tar.gz: d5307399e1e1dfbf9bc97585d17a29f841e7dbdf
5
5
  SHA512:
6
- metadata.gz: a3ad44d760371a0b95a7afc98c07925bd66520a4035dbfca7032200e31d7fa6940702ccf821c8b1add9b1ac0421cd830496373cc34b7e8719819ab68997be736
7
- data.tar.gz: 57779d36bd415fa312273dc957da36041b9b588c4d7ec1ba0567ecf5b250e33b45cb3562ea98898823775c41291f38213584229880a8d5da6bba928751edf4cd
6
+ metadata.gz: e7de3184c5c426c862c96d7036a01f97fbaa0ff8c96c6dfd297af72122d5b321518e3f5b5368e45557f8ba2cbdefc9d77a52788d1900e9b8ff2f6d111fc9bb42
7
+ data.tar.gz: c534cc07d496d8833d9ad9997d55e9e6226e1c38cc91c128110176102fbcba76c1aa70f9344a391adc4b5ab5bc30a086e9bcfba49aaf7d343551e9a018754dd7
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2013 Theodor Tonum
1
+ Copyright (C) 2013-2016 Theodor Tonum
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
@@ -16,4 +16,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
16
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
17
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
18
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
19
+ THE SOFTWARE.
@@ -1,5 +1,7 @@
1
1
  module YARD::Handlers::Ruby::ActiveRecord::Fields
2
2
  class FieldHandler < YARD::Handlers::Ruby::MethodHandler
3
+ in_file 'schema.rb'
4
+
3
5
  handles method_call(:string)
4
6
  handles method_call(:text)
5
7
  handles method_call(:integer)
@@ -1,5 +1,5 @@
1
1
  module YARD
2
2
  module ActiveRecord
3
- VERSION = "0.0.15"
3
+ VERSION = "0.0.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yard-activerecord
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Theodor Tonum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-02 00:00:00.000000000 Z
11
+ date: 2016-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yard