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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OTk0YjllMjkxZmIzMDQwNDA3ZTNjZGYyOTFjM2E4NDNhYzgyN2RiNQ==
4
+ MjA3ODY1MmI2NTJiOGRjYzlhYmVmYzY5OTk1OTI2ZDBmNWI4OWVkOA==
5
5
  data.tar.gz: !binary |-
6
- NGE3NjA2ODE2ZGExNDZiNGMzOWRiM2I4MDFiZDg2NGFmNmM3NjdhOA==
6
+ NTkwZTZmN2NkOTlmYzYwYThkODRhNzU0ZjczYzI4MzcyOTYxNzUwYw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDIwZTMxMDBhOTg2MzEzZmY2N2M4ZTY1MTdjMjQ5ZjE2YTYyNjNmNGQ3N2Vi
10
- NWUxNzM1YzdmZDc4NjRlYTQyYjk0ZmZhMmRlYWUzN2E0NmY5NjhmM2QyOGU5
11
- NWZhODZkMGJiMjdmMzNjODkwOWIyM2JkMGYwNDQwZDZjNzM1YmU=
9
+ MTRkNmFkYzVhZWM1NWZjOGE0Y2YwZDk4NzAzZWE0OWE2NGJhNzgyZWJhOWQ1
10
+ MWYyZTgyNzMxMjJmYWExZDM5NjJkZmIxYTVlOWIzNzYzNzFjMmY1ZDhjMWVk
11
+ YWEzYzQ3M2Q3MWI0ZTAyNDczMzhmYWFiMDc5MWY2NTY3NWY4ZjQ=
12
12
  data.tar.gz: !binary |-
13
- ZDZjM2M2YjczZmEzMDM1NDVjNWIyMmJhM2UzOTZiZTlkM2I0OGVmZmRmNWQ3
14
- ZGNjNzdkYWJmZWFhNzMzMWU2MDZhNGZmM2RiZjJkN2YyMzUwNmI5ZDU0ODhj
15
- ZjVkNzhmZTJhYjk1MTRjYjg4N2JmODIyMTc0MzA2NDBmZGI1ZjI=
13
+ MDg5YTI3ZDY4MWMzYzRhYTg5MzE4YjNkM2E3Mjc4OGQxZTRiNTIxY2E2NTAy
14
+ MWNiM2U4ZGRlODMwODljNjA3YTc1MWE4ODEyMDhlNzYyMzZmOWU5MjI4ZDQ4
15
+ YzMyZWFiYTA1ZmU4MTNhYjg5MmJhMmU4NTIwZmZiMzE4YmM4MzQ=
@@ -0,0 +1,6 @@
1
+ language: ruby
2
+ rvm:
3
+ - 1.9.3
4
+
5
+ before_install:
6
+ - rvm @global do gem install bundler
@@ -1,23 +1,25 @@
1
- # -*- encoding: utf-8 -*-
2
- # stub: annotate 2.6.1 ruby lib
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.2"
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.authors = ["Cuong Tran", "Alex Chaffee", "Marcos Piccinini", "Turadg Aleahmad", "Jon Frisby"]
10
- s.date = "2014-02-26"
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.tran@gmail.com", "x@nofxx.com", "turadg@aleahmad.net", "jon@cloudability.com"]
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.1.11"
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
@@ -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['position_in_test'] = p
66
+ ENV['position_in_routes'] = p
67
67
  has_set_position['position_in_routes'] = true
68
68
  end
69
69
 
@@ -1,5 +1,5 @@
1
1
  module Annotate
2
2
  def self.version
3
- '2.6.2'
3
+ '2.6.3'
4
4
  end
5
5
  end
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.2
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-02-26 00:00:00.000000000 Z
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: !binary |-
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: !binary |-
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: !binary |-
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: !binary |-
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.tran@gmail.com
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.1.11
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