annotate 2.6.2 → 2.6.3
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.
- checksums.yaml +8 -8
- data/.travis.yml +6 -0
- data/annotate.gemspec +11 -9
- data/bin/annotate +1 -1
- data/lib/annotate/version.rb +1 -1
- metadata +10 -13
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjA3ODY1MmI2NTJiOGRjYzlhYmVmYzY5OTk1OTI2ZDBmNWI4OWVkOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NTkwZTZmN2NkOTlmYzYwYThkODRhNzU0ZjczYzI4MzcyOTYxNzUwYw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MTRkNmFkYzVhZWM1NWZjOGE0Y2YwZDk4NzAzZWE0OWE2NGJhNzgyZWJhOWQ1
|
|
10
|
+
MWYyZTgyNzMxMjJmYWExZDM5NjJkZmIxYTVlOWIzNzYzNzFjMmY1ZDhjMWVk
|
|
11
|
+
YWEzYzQ3M2Q3MWI0ZTAyNDczMzhmYWFiMDc5MWY2NTY3NWY4ZjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MDg5YTI3ZDY4MWMzYzRhYTg5MzE4YjNkM2E3Mjc4OGQxZTRiNTIxY2E2NTAy
|
|
14
|
+
MWNiM2U4ZGRlODMwODljNjA3YTc1MWE4ODEyMDhlNzYyMzZmOWU5MjI4ZDQ4
|
|
15
|
+
YzMyZWFiYTA1ZmU4MTNhYjg5MmJhMmU4NTIwZmZiMzE4YmM4MzQ=
|
data/.travis.yml
ADDED
data/annotate.gemspec
CHANGED
|
@@ -1,23 +1,25 @@
|
|
|
1
|
-
#
|
|
2
|
-
#
|
|
1
|
+
# This file is auto-generated!
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY!
|
|
3
|
+
# Instead, edit the Rakefile and run 'rake gems:gemspec'.# -*- encoding: utf-8 -*-
|
|
4
|
+
# stub: annotate 2.6.3 ruby lib
|
|
3
5
|
|
|
4
6
|
Gem::Specification.new do |s|
|
|
5
7
|
s.name = "annotate"
|
|
6
|
-
s.version = "2.6.
|
|
8
|
+
s.version = "2.6.3"
|
|
7
9
|
|
|
8
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
9
|
-
s.
|
|
10
|
-
s.
|
|
11
|
+
s.require_paths = ["lib"]
|
|
12
|
+
s.authors = ["Alex Chaffee", "Cuong Tran", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
|
|
13
|
+
s.date = "2014-04-05"
|
|
11
14
|
s.description = "Annotates Rails/ActiveRecord Models, routes, fixtures, and others based on the database schema."
|
|
12
|
-
s.email = ["alex@stinky.com", "cuong
|
|
15
|
+
s.email = ["alex@stinky.com", "cuong@gmail.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
|
|
13
16
|
s.executables = ["annotate"]
|
|
14
17
|
s.extra_rdoc_files = ["README.rdoc", "CHANGELOG.rdoc", "TODO.rdoc"]
|
|
15
|
-
s.files = ["AUTHORS.rdoc", "CHANGELOG.rdoc", "LICENSE.txt", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/annotate_models.rake", "lib/tasks/annotate_routes.rake", "lib/tasks/migrate.rake"]
|
|
18
|
+
s.files = [".travis.yml", "AUTHORS.rdoc", "CHANGELOG.rdoc", "LICENSE.txt", "README.rdoc", "TODO.rdoc", "annotate.gemspec", "bin/annotate", "lib/annotate.rb", "lib/annotate/active_record_patch.rb", "lib/annotate/annotate_models.rb", "lib/annotate/annotate_routes.rb", "lib/annotate/tasks.rb", "lib/annotate/version.rb", "lib/generators/annotate/USAGE", "lib/generators/annotate/install_generator.rb", "lib/generators/annotate/templates/auto_annotate_models.rake", "lib/tasks/annotate_models.rake", "lib/tasks/annotate_routes.rake", "lib/tasks/migrate.rake"]
|
|
16
19
|
s.homepage = "http://github.com/ctran/annotate_models"
|
|
17
20
|
s.licenses = ["Ruby"]
|
|
18
|
-
s.require_paths = ["lib"]
|
|
19
21
|
s.rubyforge_project = "annotate"
|
|
20
|
-
s.rubygems_version = "2.
|
|
22
|
+
s.rubygems_version = "2.2.2"
|
|
21
23
|
s.summary = "Annotates Rails Models, routes, fixtures, and others based on the database schema."
|
|
22
24
|
|
|
23
25
|
if s.respond_to? :specification_version then
|
data/bin/annotate
CHANGED
|
@@ -63,7 +63,7 @@ OptionParser.new do |opts|
|
|
|
63
63
|
|
|
64
64
|
opts.on('--pr', '--position-in-routes [before|after]', ['before', 'after'],
|
|
65
65
|
"Place the annotations at the top (before) or the bottom (after) of the routes.rb file") do |p|
|
|
66
|
-
ENV['
|
|
66
|
+
ENV['position_in_routes'] = p
|
|
67
67
|
has_set_position['position_in_routes'] = true
|
|
68
68
|
end
|
|
69
69
|
|
data/lib/annotate/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: annotate
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.6.
|
|
4
|
+
version: 2.6.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Cuong Tran
|
|
8
7
|
- Alex Chaffee
|
|
8
|
+
- Cuong Tran
|
|
9
9
|
- Marcos Piccinini
|
|
10
10
|
- Turadg Aleahmad
|
|
11
11
|
- Jon Frisby
|
|
12
12
|
autorequire:
|
|
13
13
|
bindir: bin
|
|
14
14
|
cert_chain: []
|
|
15
|
-
date: 2014-
|
|
15
|
+
date: 2014-04-05 00:00:00.000000000 Z
|
|
16
16
|
dependencies:
|
|
17
17
|
- !ruby/object:Gem::Dependency
|
|
18
18
|
name: rake
|
|
@@ -20,37 +20,33 @@ dependencies:
|
|
|
20
20
|
requirements:
|
|
21
21
|
- - ! '>='
|
|
22
22
|
- !ruby/object:Gem::Version
|
|
23
|
-
version:
|
|
24
|
-
MC44Ljc=
|
|
23
|
+
version: 0.8.7
|
|
25
24
|
type: :runtime
|
|
26
25
|
prerelease: false
|
|
27
26
|
version_requirements: !ruby/object:Gem::Requirement
|
|
28
27
|
requirements:
|
|
29
28
|
- - ! '>='
|
|
30
29
|
- !ruby/object:Gem::Version
|
|
31
|
-
version:
|
|
32
|
-
MC44Ljc=
|
|
30
|
+
version: 0.8.7
|
|
33
31
|
- !ruby/object:Gem::Dependency
|
|
34
32
|
name: activerecord
|
|
35
33
|
requirement: !ruby/object:Gem::Requirement
|
|
36
34
|
requirements:
|
|
37
35
|
- - ! '>='
|
|
38
36
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
40
|
-
Mi4zLjA=
|
|
37
|
+
version: 2.3.0
|
|
41
38
|
type: :runtime
|
|
42
39
|
prerelease: false
|
|
43
40
|
version_requirements: !ruby/object:Gem::Requirement
|
|
44
41
|
requirements:
|
|
45
42
|
- - ! '>='
|
|
46
43
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
48
|
-
Mi4zLjA=
|
|
44
|
+
version: 2.3.0
|
|
49
45
|
description: Annotates Rails/ActiveRecord Models, routes, fixtures, and others based
|
|
50
46
|
on the database schema.
|
|
51
47
|
email:
|
|
52
48
|
- alex@stinky.com
|
|
53
|
-
- cuong
|
|
49
|
+
- cuong@gmail.com
|
|
54
50
|
- x@nofxx.com
|
|
55
51
|
- turadg@aleahmad.net
|
|
56
52
|
- jon@cloudability.com
|
|
@@ -62,6 +58,7 @@ extra_rdoc_files:
|
|
|
62
58
|
- CHANGELOG.rdoc
|
|
63
59
|
- TODO.rdoc
|
|
64
60
|
files:
|
|
61
|
+
- .travis.yml
|
|
65
62
|
- AUTHORS.rdoc
|
|
66
63
|
- CHANGELOG.rdoc
|
|
67
64
|
- LICENSE.txt
|
|
@@ -101,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
101
98
|
version: '0'
|
|
102
99
|
requirements: []
|
|
103
100
|
rubyforge_project: annotate
|
|
104
|
-
rubygems_version: 2.
|
|
101
|
+
rubygems_version: 2.2.2
|
|
105
102
|
signing_key:
|
|
106
103
|
specification_version: 4
|
|
107
104
|
summary: Annotates Rails Models, routes, fixtures, and others based on the database
|