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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 62e9a07372c469b3beea2aaa1b0aae5464b34458
4
- data.tar.gz: 4859cfe69674bf57fc3fb77a9446f0493a6e964f
3
+ metadata.gz: 27ae8a69bb114f7c4a0fec1bdcfaffea89bda06c
4
+ data.tar.gz: ce8d7adeb9ecf538591f78c8dce377c2245adb2a
5
5
  SHA512:
6
- metadata.gz: e2e480f54714178032bdd29f1045ec5130652ac25ce85e931176c49df84eeffd5bb1eda0bc8b0c9188b9900d870b4c6601e74fb799fbe267bb27d7d4e0a59b20
7
- data.tar.gz: bb94743fc8ece867c74e5e5e7d4c221a4eb96bc599f8341dad30c300ea25efbcb6f8fbe7e548866b537c4c0bf0666a04dab4c9783a8a3e3dd1d1651973948ba4
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
 
@@ -15,7 +15,7 @@ module ActiveRecord
15
15
 
16
16
  file_paths_and_classes.each do |path, klass|
17
17
  file = File.new(path)
18
- file.annotate_with(annotation, configurator)
18
+ file.annotate_with(annotation.dup, configurator)
19
19
 
20
20
  if file.changed?
21
21
  file.write
@@ -1,5 +1,5 @@
1
1
  module ActiveRecord
2
2
  module Annotate
3
- VERSION = '0.4'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
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: '0.4'
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-05-13 00:00:00.000000000 Z
11
+ date: 2014-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails