active_record-annotate 0.4 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/active_record/annotate.rb +1 -1
- data/lib/active_record/annotate/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27ae8a69bb114f7c4a0fec1bdcfaffea89bda06c
|
4
|
+
data.tar.gz: ce8d7adeb9ecf538591f78c8dce377c2245adb2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fadf7c45c117a0ab9ef2f54c2509cf0bb58a67f1c0bcca53f4c322a85e22ac2faa4eee618a200433495d82ddfda5ea832ff9281a4f0e81887a4040fee157afbb
|
7
|
+
data.tar.gz: c44f6f11b1ad9d5ace0b6ee49a926f07931ba506d286eeb60598cebb8368ca5329c28bedbcaf3273f022c1c95df24dd925b7a3afb378cd24930d5a69e5efd4a2
|
data/README.md
CHANGED
@@ -64,6 +64,7 @@ It creates an initializer at `config/initializers/annotate.rb` which contains de
|
|
64
64
|
* 0.2 Auto-annotation after `db:migrate` & `db:rollback`, basic output
|
65
65
|
* 0.3 Configuration and YARD code blocks support
|
66
66
|
* 0.4 Checking table existance before dumping
|
67
|
+
* 0.4.1 Several models per table fix
|
67
68
|
|
68
69
|
## Roadmap
|
69
70
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_record-annotate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vsevolod Romashov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|