annotator 0.0.8 → 0.0.8.1

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.
@@ -5,7 +5,7 @@ module Annotator
5
5
  class Paperclip < Base
6
6
 
7
7
  def check
8
- if @model.respond_to? :attachment_definitions
8
+ if @model.respond_to?(:attachment_definitions) && @model.attachment_definitions
9
9
  @model.attachment_definitions.keys.each do |att|
10
10
  cols = ["#{att}_file_name", "#{att}_content_type", "#{att}_file_size", "#{att}_updated_at"]
11
11
  if cols.include? @column
@@ -1,3 +1,3 @@
1
1
  module Annotator
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.8.1"
3
3
  end
@@ -0,0 +1,170 @@
1
+  (0.0ms) select sqlite_version(*)
2
+  (14.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
3
+  (0.0ms) PRAGMA index_list("schema_migrations")
4
+  (3.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
6
+ Migrating to CreateFoos (20120219112425)
7
+  (0.1ms) begin transaction
8
+  (0.4ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "title" varchar(255), "random_number" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
9
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120219112425')
10
+  (2.8ms) commit transaction
11
+  (0.2ms) select sqlite_version(*)
12
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
13
+  (0.0ms) PRAGMA index_list("foos")
14
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
15
+  (0.2ms) select sqlite_version(*)
16
+  (15.7ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "title" varchar(255), "random_number" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
17
+  (3.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
18
+  (0.0ms) PRAGMA index_list("schema_migrations")
19
+  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
20
+  (0.1ms) SELECT version FROM "schema_migrations"
21
+  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120219112425')
22
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
23
+  (0.1ms) select sqlite_version(*)
24
+  (5.8ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "title" varchar(255), "random_number" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
25
+  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
26
+  (0.0ms) PRAGMA index_list("schema_migrations")
27
+  (3.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
28
+  (0.1ms) SELECT version FROM "schema_migrations"
29
+  (3.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120219112425')
30
+  (0.0ms) select sqlite_version(*)
31
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
32
+  (0.0ms) PRAGMA index_list("schema_migrations")
33
+  (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
34
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35
+ Migrating to CreateFoos (20120219112425)
36
+  (0.0ms) begin transaction
37
+  (0.4ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "title" varchar(255), "random_number" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
38
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120219112425')
39
+  (3.3ms) commit transaction
40
+ Migrating to DeviseCreateUsers (20120527020350)
41
+  (0.0ms) begin transaction
42
+  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "password_salt" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "authentication_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
43
+  (0.0ms) PRAGMA index_list("users")
44
+  (0.1ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
45
+  (0.0ms) PRAGMA index_list("users")
46
+  (0.0ms) PRAGMA index_info('index_users_on_email')
47
+  (0.1ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
48
+  (0.0ms) PRAGMA index_list("users")
49
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
50
+  (0.0ms) PRAGMA index_info('index_users_on_email')
51
+  (0.1ms) CREATE UNIQUE INDEX "index_users_on_confirmation_token" ON "users" ("confirmation_token")
52
+  (0.0ms) PRAGMA index_list("users")
53
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
54
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
55
+  (0.0ms) PRAGMA index_info('index_users_on_email')
56
+  (0.1ms) CREATE UNIQUE INDEX "index_users_on_unlock_token" ON "users" ("unlock_token")
57
+  (0.0ms) PRAGMA index_list("users")
58
+  (0.0ms) PRAGMA index_info('index_users_on_unlock_token')
59
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
60
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
61
+  (0.0ms) PRAGMA index_info('index_users_on_email')
62
+  (0.1ms) CREATE UNIQUE INDEX "index_users_on_authentication_token" ON "users" ("authentication_token")
63
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527020350')
64
+  (3.6ms) commit transaction
65
+  (0.2ms) select sqlite_version(*)
66
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
67
+  (0.0ms) PRAGMA index_list("foos")
68
+  (0.0ms) PRAGMA index_list("users")
69
+  (0.0ms) PRAGMA index_info('index_users_on_authentication_token')
70
+  (0.0ms) PRAGMA index_info('index_users_on_unlock_token')
71
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
72
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
73
+  (0.0ms) PRAGMA index_info('index_users_on_email')
74
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
75
+ Migrating to CreateFoos (20120219112425)
76
+ Migrating to DeviseCreateUsers (20120527020350)
77
+ Migrating to CreatePapers (20120527023350)
78
+  (0.0ms) select sqlite_version(*)
79
+  (0.0ms) begin transaction
80
+  (0.2ms) CREATE TABLE "papers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
81
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527023350')
82
+  (5.4ms) commit transaction
83
+ Migrating to AddAttachmentAvatarToPapers (20120527023417)
84
+  (0.0ms) begin transaction
85
+  (0.3ms) ALTER TABLE "papers" ADD "avatar_file_name" varchar(255)
86
+  (0.2ms) ALTER TABLE "papers" ADD "avatar_content_type" varchar(255)
87
+  (0.2ms) ALTER TABLE "papers" ADD "avatar_file_size" integer
88
+  (0.2ms) ALTER TABLE "papers" ADD "avatar_updated_at" datetime
89
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527023417')
90
+  (3.8ms) commit transaction
91
+ Migrating to CreateBoos (20120527025142)
92
+  (0.0ms) begin transaction
93
+  (0.4ms) CREATE TABLE "boos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "foo_id" integer, "poly_id" integer, "poly_type" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
94
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527025142')
95
+  (4.0ms) commit transaction
96
+  (0.4ms) select sqlite_version(*)
97
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
98
+  (0.0ms) PRAGMA index_list("boos")
99
+  (0.0ms) PRAGMA index_list("foos")
100
+  (0.0ms) PRAGMA index_list("papers")
101
+  (0.1ms) PRAGMA index_list("users")
102
+  (0.1ms) PRAGMA index_info('index_users_on_authentication_token')
103
+  (0.1ms) PRAGMA index_info('index_users_on_unlock_token')
104
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
105
+  (0.1ms) PRAGMA index_info('index_users_on_reset_password_token')
106
+  (0.0ms) PRAGMA index_info('index_users_on_email')
107
+  (0.1ms) select sqlite_version(*)
108
+  (14.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
109
+  (0.0ms) PRAGMA index_list("schema_migrations")
110
+  (4.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
111
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
112
+ Migrating to CreateFoos (20120219112425)
113
+  (0.0ms) begin transaction
114
+  (0.4ms) CREATE TABLE "foos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "title" varchar(255), "random_number" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
115
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120219112425')
116
+  (7.1ms) commit transaction
117
+ Migrating to DeviseCreateUsers (20120527020350)
118
+  (0.0ms) begin transaction
119
+  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "password_salt" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "authentication_token" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
120
+  (0.0ms) PRAGMA index_list("users")
121
+  (0.3ms) CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
122
+  (0.1ms) PRAGMA index_list("users")
123
+  (0.0ms) PRAGMA index_info('index_users_on_email')
124
+  (0.2ms) CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
125
+  (0.1ms) PRAGMA index_list("users")
126
+  (0.1ms) PRAGMA index_info('index_users_on_reset_password_token')
127
+  (0.0ms) PRAGMA index_info('index_users_on_email')
128
+  (0.2ms) CREATE UNIQUE INDEX "index_users_on_confirmation_token" ON "users" ("confirmation_token")
129
+  (0.1ms) PRAGMA index_list("users")
130
+  (0.1ms) PRAGMA index_info('index_users_on_confirmation_token')
131
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
132
+  (0.0ms) PRAGMA index_info('index_users_on_email')
133
+  (0.2ms) CREATE UNIQUE INDEX "index_users_on_unlock_token" ON "users" ("unlock_token")
134
+  (0.1ms) PRAGMA index_list("users")
135
+  (0.1ms) PRAGMA index_info('index_users_on_unlock_token')
136
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
137
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
138
+  (0.0ms) PRAGMA index_info('index_users_on_email')
139
+  (0.2ms) CREATE UNIQUE INDEX "index_users_on_authentication_token" ON "users" ("authentication_token")
140
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527020350')
141
+  (3.8ms) commit transaction
142
+ Migrating to CreatePapers (20120527023350)
143
+  (0.0ms) begin transaction
144
+  (0.2ms) CREATE TABLE "papers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 
145
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527023350')
146
+  (3.8ms) commit transaction
147
+ Migrating to AddAttachmentAvatarToPapers (20120527023417)
148
+  (0.0ms) begin transaction
149
+  (0.3ms) ALTER TABLE "papers" ADD "avatar_file_name" varchar(255)
150
+  (0.1ms) ALTER TABLE "papers" ADD "avatar_content_type" varchar(255)
151
+  (0.2ms) ALTER TABLE "papers" ADD "avatar_file_size" integer
152
+  (0.2ms) ALTER TABLE "papers" ADD "avatar_updated_at" datetime
153
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527023417')
154
+  (3.2ms) commit transaction
155
+ Migrating to CreateBoos (20120527025142)
156
+  (0.0ms) begin transaction
157
+  (0.3ms) CREATE TABLE "boos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "foo_id" integer, "poly_id" integer, "poly_type" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
158
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120527025142')
159
+  (3.7ms) commit transaction
160
+  (0.4ms) select sqlite_version(*)
161
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
162
+  (0.0ms) PRAGMA index_list("boos")
163
+  (0.0ms) PRAGMA index_list("foos")
164
+  (0.0ms) PRAGMA index_list("papers")
165
+  (0.0ms) PRAGMA index_list("users")
166
+  (0.0ms) PRAGMA index_info('index_users_on_authentication_token')
167
+  (0.0ms) PRAGMA index_info('index_users_on_unlock_token')
168
+  (0.0ms) PRAGMA index_info('index_users_on_confirmation_token')
169
+  (0.0ms) PRAGMA index_info('index_users_on_reset_password_token')
170
+  (0.0ms) PRAGMA index_info('index_users_on_email')
@@ -0,0 +1,2 @@
1
+  (0.2ms) begin transaction
2
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: annotator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2012-07-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activerecord
17
- requirement: &74193300 !ruby/object:Gem::Requirement
17
+ requirement: !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,15 @@ dependencies:
22
22
  version: '3.0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *74193300
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
27
+ requirements:
28
+ - - ~>
29
+ - !ruby/object:Gem::Version
30
+ version: '3.0'
26
31
  - !ruby/object:Gem::Dependency
27
32
  name: sqlite3
28
- requirement: &74193000 !ruby/object:Gem::Requirement
33
+ requirement: !ruby/object:Gem::Requirement
29
34
  none: false
30
35
  requirements:
31
36
  - - ! '>='
@@ -33,10 +38,15 @@ dependencies:
33
38
  version: '0'
34
39
  type: :development
35
40
  prerelease: false
36
- version_requirements: *74193000
41
+ version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
37
47
  - !ruby/object:Gem::Dependency
38
48
  name: rails
39
- requirement: &74192650 !ruby/object:Gem::Requirement
49
+ requirement: !ruby/object:Gem::Requirement
40
50
  none: false
41
51
  requirements:
42
52
  - - ~>
@@ -44,7 +54,12 @@ dependencies:
44
54
  version: '3.0'
45
55
  type: :development
46
56
  prerelease: false
47
- version_requirements: *74192650
57
+ version_requirements: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ~>
61
+ - !ruby/object:Gem::Version
62
+ version: '3.0'
48
63
  description: ''
49
64
  email:
50
65
  - kacper.ciesla@tech-angels.com
@@ -52,90 +67,93 @@ executables: []
52
67
  extensions: []
53
68
  extra_rdoc_files: []
54
69
  files:
70
+ - lib/tasks/annotator_tasks.rake
55
71
  - lib/annotator.rb
56
- - lib/annotator/model.rb
57
- - lib/annotator/attributes.rb
58
- - lib/annotator/version.rb
59
- - lib/annotator/initial_description.rb
60
- - lib/annotator/initial_description/rails.rb
61
- - lib/annotator/initial_description/belongs_to.rb
72
+ - lib/annotator/railtie.rb
62
73
  - lib/annotator/initial_description/devise.rb
63
- - lib/annotator/initial_description/paperclip.rb
74
+ - lib/annotator/initial_description/rails.rb
64
75
  - lib/annotator/initial_description/base.rb
65
- - lib/annotator/railtie.rb
66
- - lib/tasks/annotator_tasks.rake
76
+ - lib/annotator/initial_description/paperclip.rb
77
+ - lib/annotator/initial_description/belongs_to.rb
78
+ - lib/annotator/initial_description.rb
79
+ - lib/annotator/version.rb
80
+ - lib/annotator/attributes.rb
81
+ - lib/annotator/model.rb
67
82
  - MIT-LICENSE
68
83
  - Rakefile
69
84
  - README.rdoc
70
- - test/support/test_app.rb
71
- - test/dummy/script/rails
72
- - test/dummy/test/unit/paper_test.rb
73
- - test/dummy/test/unit/boo_test.rb
74
- - test/dummy/test/unit/foo_test.rb
75
- - test/dummy/test/unit/roo_test.rb
76
- - test/dummy/test/unit/user_test.rb
77
- - test/dummy/test/fixtures/roos.yml
78
- - test/dummy/test/fixtures/boos.yml
79
- - test/dummy/test/fixtures/papers.yml
80
- - test/dummy/test/fixtures/foos.yml
81
- - test/dummy/test/fixtures/users.yml
82
- - test/dummy/Rakefile
83
- - test/dummy/config/locales/en.yml
84
- - test/dummy/config/application.rb
85
+ - test/assets/foo_require_first.rb
86
+ - test/assets/user_annotated.rb
87
+ - test/assets/moo_hoo_annotated.rb
88
+ - test/assets/boo_encoding_annotated.rb
89
+ - test/assets/boo_encoding.rb
90
+ - test/assets/roo_initially_annotated.rb
91
+ - test/assets/foo_annotated.rb
92
+ - test/assets/foo_annotated_with_comments.rb
93
+ - test/assets/boo_annotated.rb
94
+ - test/assets/foo_annotated_bad_column_nodoc.rb
95
+ - test/assets/paper_annotated.rb
96
+ - test/assets/foo_annotated_bad_column.rb
97
+ - test/assets/foo_annotated_column_fixed.rb
98
+ - test/assets/roo_reannotated.rb
99
+ - test/annotator_test.rb
100
+ - test/test_helper.rb
101
+ - test/dummy/app/helpers/application_helper.rb
102
+ - test/dummy/app/assets/stylesheets/application.css
103
+ - test/dummy/app/assets/javascripts/application.js
104
+ - test/dummy/app/controllers/application_controller.rb
105
+ - test/dummy/app/models/user.rb
106
+ - test/dummy/app/models/nomodel.rb
107
+ - test/dummy/app/models/foo.rb
108
+ - test/dummy/app/models/paper.rb
109
+ - test/dummy/app/models/moo/hoo.rb
110
+ - test/dummy/app/models/roo.rb
111
+ - test/dummy/app/models/boo.rb
112
+ - test/dummy/app/views/layouts/application.html.erb
113
+ - test/dummy/config/routes.rb
114
+ - test/dummy/config/environment.rb
85
115
  - test/dummy/config/environments/production.rb
86
- - test/dummy/config/environments/test.rb
87
116
  - test/dummy/config/environments/development.rb
117
+ - test/dummy/config/environments/test.rb
118
+ - test/dummy/config/application.rb
119
+ - test/dummy/config/locales/en.yml
88
120
  - test/dummy/config/database.yml
89
121
  - test/dummy/config/boot.rb
90
- - test/dummy/config/environment.rb
122
+ - test/dummy/config/initializers/wrap_parameters.rb
123
+ - test/dummy/config/initializers/mime_types.rb
91
124
  - test/dummy/config/initializers/session_store.rb
92
125
  - test/dummy/config/initializers/backtrace_silencers.rb
93
- - test/dummy/config/initializers/mime_types.rb
94
- - test/dummy/config/initializers/inflections.rb
95
126
  - test/dummy/config/initializers/secret_token.rb
96
- - test/dummy/config/initializers/wrap_parameters.rb
97
- - test/dummy/config/routes.rb
98
- - test/dummy/db/migrate/20120527025142_create_boos.rb
99
- - test/dummy/db/migrate/20120219112425_create_foos.rb
100
- - test/dummy/db/migrate/20120527020350_devise_create_users.rb
101
- - test/dummy/db/migrate/20120708043543_create_roos.rb
127
+ - test/dummy/config/initializers/inflections.rb
128
+ - test/dummy/script/rails
129
+ - test/dummy/log/development.log
130
+ - test/dummy/log/test.log
131
+ - test/dummy/config.ru
132
+ - test/dummy/Rakefile
133
+ - test/dummy/db/development.sqlite3
102
134
  - test/dummy/db/migrate/20120527023350_create_papers.rb
135
+ - test/dummy/db/migrate/20120527020350_devise_create_users.rb
103
136
  - test/dummy/db/migrate/20120527023417_add_attachment_avatar_to_papers.rb
137
+ - test/dummy/db/migrate/20120708043543_create_roos.rb
138
+ - test/dummy/db/migrate/20120219112425_create_foos.rb
139
+ - test/dummy/db/migrate/20120527025142_create_boos.rb
104
140
  - test/dummy/db/schema.rb
141
+ - test/dummy/test/fixtures/boos.yml
142
+ - test/dummy/test/fixtures/papers.yml
143
+ - test/dummy/test/fixtures/users.yml
144
+ - test/dummy/test/fixtures/foos.yml
145
+ - test/dummy/test/fixtures/roos.yml
146
+ - test/dummy/test/unit/paper_test.rb
147
+ - test/dummy/test/unit/boo_test.rb
148
+ - test/dummy/test/unit/user_test.rb
149
+ - test/dummy/test/unit/roo_test.rb
150
+ - test/dummy/test/unit/foo_test.rb
105
151
  - test/dummy/README.rdoc
106
- - test/dummy/app/helpers/application_helper.rb
107
- - test/dummy/app/views/layouts/application.html.erb
108
- - test/dummy/app/models/roo.rb
109
- - test/dummy/app/models/boo.rb
110
- - test/dummy/app/models/nomodel.rb
111
- - test/dummy/app/models/foo.rb
112
- - test/dummy/app/models/user.rb
113
- - test/dummy/app/models/paper.rb
114
- - test/dummy/app/models/moo/hoo.rb
115
- - test/dummy/app/assets/javascripts/application.js
116
- - test/dummy/app/assets/stylesheets/application.css
117
- - test/dummy/app/controllers/application_controller.rb
118
- - test/dummy/config.ru
152
+ - test/dummy/public/favicon.ico
119
153
  - test/dummy/public/404.html
120
154
  - test/dummy/public/500.html
121
- - test/dummy/public/favicon.ico
122
155
  - test/dummy/public/422.html
123
- - test/annotator_test.rb
124
- - test/assets/roo_reannotated.rb
125
- - test/assets/user_annotated.rb
126
- - test/assets/foo_annotated_column_fixed.rb
127
- - test/assets/foo_annotated_with_comments.rb
128
- - test/assets/boo_encoding.rb
129
- - test/assets/roo_initially_annotated.rb
130
- - test/assets/paper_annotated.rb
131
- - test/assets/foo_require_first.rb
132
- - test/assets/boo_encoding_annotated.rb
133
- - test/assets/boo_annotated.rb
134
- - test/assets/foo_annotated_bad_column.rb
135
- - test/assets/moo_hoo_annotated.rb
136
- - test/assets/foo_annotated.rb
137
- - test/assets/foo_annotated_bad_column_nodoc.rb
138
- - test/test_helper.rb
156
+ - test/support/test_app.rb
139
157
  homepage: https://github.com/tech-angels/annotator
140
158
  licenses: []
141
159
  post_install_message:
@@ -156,77 +174,80 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
174
  version: '0'
157
175
  requirements: []
158
176
  rubyforge_project:
159
- rubygems_version: 1.8.10
177
+ rubygems_version: 1.8.23
160
178
  signing_key:
161
179
  specification_version: 3
162
180
  summary: Annotate your models and keep your comments about fields.
163
181
  test_files:
164
- - test/support/test_app.rb
165
- - test/dummy/script/rails
166
- - test/dummy/test/unit/paper_test.rb
167
- - test/dummy/test/unit/boo_test.rb
168
- - test/dummy/test/unit/foo_test.rb
169
- - test/dummy/test/unit/roo_test.rb
170
- - test/dummy/test/unit/user_test.rb
171
- - test/dummy/test/fixtures/roos.yml
172
- - test/dummy/test/fixtures/boos.yml
173
- - test/dummy/test/fixtures/papers.yml
174
- - test/dummy/test/fixtures/foos.yml
175
- - test/dummy/test/fixtures/users.yml
176
- - test/dummy/Rakefile
177
- - test/dummy/config/locales/en.yml
178
- - test/dummy/config/application.rb
182
+ - test/assets/foo_require_first.rb
183
+ - test/assets/user_annotated.rb
184
+ - test/assets/moo_hoo_annotated.rb
185
+ - test/assets/boo_encoding_annotated.rb
186
+ - test/assets/boo_encoding.rb
187
+ - test/assets/roo_initially_annotated.rb
188
+ - test/assets/foo_annotated.rb
189
+ - test/assets/foo_annotated_with_comments.rb
190
+ - test/assets/boo_annotated.rb
191
+ - test/assets/foo_annotated_bad_column_nodoc.rb
192
+ - test/assets/paper_annotated.rb
193
+ - test/assets/foo_annotated_bad_column.rb
194
+ - test/assets/foo_annotated_column_fixed.rb
195
+ - test/assets/roo_reannotated.rb
196
+ - test/annotator_test.rb
197
+ - test/test_helper.rb
198
+ - test/dummy/app/helpers/application_helper.rb
199
+ - test/dummy/app/assets/stylesheets/application.css
200
+ - test/dummy/app/assets/javascripts/application.js
201
+ - test/dummy/app/controllers/application_controller.rb
202
+ - test/dummy/app/models/user.rb
203
+ - test/dummy/app/models/nomodel.rb
204
+ - test/dummy/app/models/foo.rb
205
+ - test/dummy/app/models/paper.rb
206
+ - test/dummy/app/models/moo/hoo.rb
207
+ - test/dummy/app/models/roo.rb
208
+ - test/dummy/app/models/boo.rb
209
+ - test/dummy/app/views/layouts/application.html.erb
210
+ - test/dummy/config/routes.rb
211
+ - test/dummy/config/environment.rb
179
212
  - test/dummy/config/environments/production.rb
180
- - test/dummy/config/environments/test.rb
181
213
  - test/dummy/config/environments/development.rb
214
+ - test/dummy/config/environments/test.rb
215
+ - test/dummy/config/application.rb
216
+ - test/dummy/config/locales/en.yml
182
217
  - test/dummy/config/database.yml
183
218
  - test/dummy/config/boot.rb
184
- - test/dummy/config/environment.rb
219
+ - test/dummy/config/initializers/wrap_parameters.rb
220
+ - test/dummy/config/initializers/mime_types.rb
185
221
  - test/dummy/config/initializers/session_store.rb
186
222
  - test/dummy/config/initializers/backtrace_silencers.rb
187
- - test/dummy/config/initializers/mime_types.rb
188
- - test/dummy/config/initializers/inflections.rb
189
223
  - test/dummy/config/initializers/secret_token.rb
190
- - test/dummy/config/initializers/wrap_parameters.rb
191
- - test/dummy/config/routes.rb
192
- - test/dummy/db/migrate/20120527025142_create_boos.rb
193
- - test/dummy/db/migrate/20120219112425_create_foos.rb
194
- - test/dummy/db/migrate/20120527020350_devise_create_users.rb
195
- - test/dummy/db/migrate/20120708043543_create_roos.rb
224
+ - test/dummy/config/initializers/inflections.rb
225
+ - test/dummy/script/rails
226
+ - test/dummy/log/development.log
227
+ - test/dummy/log/test.log
228
+ - test/dummy/config.ru
229
+ - test/dummy/Rakefile
230
+ - test/dummy/db/development.sqlite3
196
231
  - test/dummy/db/migrate/20120527023350_create_papers.rb
232
+ - test/dummy/db/migrate/20120527020350_devise_create_users.rb
197
233
  - test/dummy/db/migrate/20120527023417_add_attachment_avatar_to_papers.rb
234
+ - test/dummy/db/migrate/20120708043543_create_roos.rb
235
+ - test/dummy/db/migrate/20120219112425_create_foos.rb
236
+ - test/dummy/db/migrate/20120527025142_create_boos.rb
198
237
  - test/dummy/db/schema.rb
238
+ - test/dummy/test/fixtures/boos.yml
239
+ - test/dummy/test/fixtures/papers.yml
240
+ - test/dummy/test/fixtures/users.yml
241
+ - test/dummy/test/fixtures/foos.yml
242
+ - test/dummy/test/fixtures/roos.yml
243
+ - test/dummy/test/unit/paper_test.rb
244
+ - test/dummy/test/unit/boo_test.rb
245
+ - test/dummy/test/unit/user_test.rb
246
+ - test/dummy/test/unit/roo_test.rb
247
+ - test/dummy/test/unit/foo_test.rb
199
248
  - test/dummy/README.rdoc
200
- - test/dummy/app/helpers/application_helper.rb
201
- - test/dummy/app/views/layouts/application.html.erb
202
- - test/dummy/app/models/roo.rb
203
- - test/dummy/app/models/boo.rb
204
- - test/dummy/app/models/nomodel.rb
205
- - test/dummy/app/models/foo.rb
206
- - test/dummy/app/models/user.rb
207
- - test/dummy/app/models/paper.rb
208
- - test/dummy/app/models/moo/hoo.rb
209
- - test/dummy/app/assets/javascripts/application.js
210
- - test/dummy/app/assets/stylesheets/application.css
211
- - test/dummy/app/controllers/application_controller.rb
212
- - test/dummy/config.ru
249
+ - test/dummy/public/favicon.ico
213
250
  - test/dummy/public/404.html
214
251
  - test/dummy/public/500.html
215
- - test/dummy/public/favicon.ico
216
252
  - test/dummy/public/422.html
217
- - test/annotator_test.rb
218
- - test/assets/roo_reannotated.rb
219
- - test/assets/user_annotated.rb
220
- - test/assets/foo_annotated_column_fixed.rb
221
- - test/assets/foo_annotated_with_comments.rb
222
- - test/assets/boo_encoding.rb
223
- - test/assets/roo_initially_annotated.rb
224
- - test/assets/paper_annotated.rb
225
- - test/assets/foo_require_first.rb
226
- - test/assets/boo_encoding_annotated.rb
227
- - test/assets/boo_annotated.rb
228
- - test/assets/foo_annotated_bad_column.rb
229
- - test/assets/moo_hoo_annotated.rb
230
- - test/assets/foo_annotated.rb
231
- - test/assets/foo_annotated_bad_column_nodoc.rb
232
- - test/test_helper.rb
253
+ - test/support/test_app.rb