nofxx-annotate 3.0.0 → 3.0.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.0
1
+ 3.0.1
File without changes
@@ -1,58 +1,56 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{nofxx-annotate}
8
- s.version = "3.0.0"
8
+ s.version = "3.0.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Cuong Tran", "Marcos Piccinini"]
12
- s.date = %q{2010-05-10}
13
- s.default_executable = %q{annotate}
12
+ s.date = %q{2010-12-20}
13
+ s.default_executable = %q{annotate_models}
14
14
  s.email = %q{x@nofxx.com}
15
- s.executables = ["annotate"]
15
+ s.executables = ["annotate_models"]
16
16
  s.extra_rdoc_files = [
17
17
  "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
- ".gitignore",
21
- "History.txt",
22
- "README.rdoc",
23
- "Rakefile",
24
- "VERSION",
25
- "bin/annotate",
26
- "lib/annotate.rb",
27
- "lib/annotate/annotate_models.rb",
28
- "lib/annotate/annotate_routes.rb",
29
- "lib/annotate/railtie.rb",
30
- "lib/tasks/annotate_models.rake",
31
- "lib/tasks/annotate_routes.rake",
32
- "nofxx-annotate.gemspec",
33
- "spec/annotate/annotate_models_spec.rb",
34
- "spec/annotate/annotate_routes_spec.rb",
35
- "spec/annotate_spec.rb",
36
- "spec/spec.opts",
37
- "spec/spec_helper.rb"
20
+ "History.txt",
21
+ "README.rdoc",
22
+ "Rakefile",
23
+ "VERSION",
24
+ "bin/annotate_models",
25
+ "lib/annotate.rb",
26
+ "lib/annotate/annotate_models.rb",
27
+ "lib/annotate/annotate_routes.rb",
28
+ "lib/annotate/railtie.rb",
29
+ "lib/tasks/annotate_models.rake",
30
+ "lib/tasks/annotate_routes.rake",
31
+ "nofxx-annotate.gemspec",
32
+ "spec/annotate/annotate_models_spec.rb",
33
+ "spec/annotate/annotate_routes_spec.rb",
34
+ "spec/annotate_spec.rb",
35
+ "spec/spec.opts",
36
+ "spec/spec_helper.rb"
38
37
  ]
39
38
  s.homepage = %q{http://github.com/nofxx/annotate}
40
- s.rdoc_options = ["--charset=UTF-8"]
41
39
  s.require_paths = ["lib"]
42
- s.rubygems_version = %q{1.3.6}
40
+ s.rubygems_version = %q{1.3.7}
43
41
  s.summary = %q{Annotates Rails Models, routes, and others}
44
42
  s.test_files = [
45
43
  "spec/annotate/annotate_models_spec.rb",
46
- "spec/annotate/annotate_routes_spec.rb",
47
- "spec/spec_helper.rb",
48
- "spec/annotate_spec.rb"
44
+ "spec/annotate/annotate_routes_spec.rb",
45
+ "spec/annotate_spec.rb",
46
+ "spec/spec_helper.rb"
49
47
  ]
50
48
 
51
49
  if s.respond_to? :specification_version then
52
50
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
53
51
  s.specification_version = 3
54
52
 
55
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
53
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
56
54
  else
57
55
  end
58
56
  else
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 0
8
- - 0
9
- version: 3.0.0
8
+ - 1
9
+ version: 3.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Cuong Tran
@@ -15,25 +15,24 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-05-10 00:00:00 -03:00
19
- default_executable: annotate
18
+ date: 2010-12-20 00:00:00 -02:00
19
+ default_executable: annotate_models
20
20
  dependencies: []
21
21
 
22
22
  description:
23
23
  email: x@nofxx.com
24
24
  executables:
25
- - annotate
25
+ - annotate_models
26
26
  extensions: []
27
27
 
28
28
  extra_rdoc_files:
29
29
  - README.rdoc
30
30
  files:
31
- - .gitignore
32
31
  - History.txt
33
32
  - README.rdoc
34
33
  - Rakefile
35
34
  - VERSION
36
- - bin/annotate
35
+ - bin/annotate_models
37
36
  - lib/annotate.rb
38
37
  - lib/annotate/annotate_models.rb
39
38
  - lib/annotate/annotate_routes.rb
@@ -51,11 +50,12 @@ homepage: http://github.com/nofxx/annotate
51
50
  licenses: []
52
51
 
53
52
  post_install_message:
54
- rdoc_options:
55
- - --charset=UTF-8
53
+ rdoc_options: []
54
+
56
55
  require_paths:
57
56
  - lib
58
57
  required_ruby_version: !ruby/object:Gem::Requirement
58
+ none: false
59
59
  requirements:
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
@@ -63,6 +63,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  - 0
64
64
  version: "0"
65
65
  required_rubygems_version: !ruby/object:Gem::Requirement
66
+ none: false
66
67
  requirements:
67
68
  - - ">="
68
69
  - !ruby/object:Gem::Version
@@ -72,12 +73,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
73
  requirements: []
73
74
 
74
75
  rubyforge_project:
75
- rubygems_version: 1.3.6
76
+ rubygems_version: 1.3.7
76
77
  signing_key:
77
78
  specification_version: 3
78
79
  summary: Annotates Rails Models, routes, and others
79
80
  test_files:
80
81
  - spec/annotate/annotate_models_spec.rb
81
82
  - spec/annotate/annotate_routes_spec.rb
82
- - spec/spec_helper.rb
83
83
  - spec/annotate_spec.rb
84
+ - spec/spec_helper.rb
data/.gitignore DELETED
@@ -1,6 +0,0 @@
1
- .DS_Store
2
- doc/*
3
- rdoc/*
4
- coverage/*
5
- spec/debug.log
6
- pkg/*