Merge branch 'release/3.0.3'
Showing
.github/release-drafter.yml
0 → 100644
.github/workflows/ci.yml
0 → 100644
.github/workflows/release.yml
0 → 100644
... | ... | @@ -14,35 +14,16 @@ Gem::Specification.new do |s| |
s.email = ['alex@stinky.com', 'cuong.tran@gmail.com', 'x@nofxx.com', 'turadg@aleahmad.net', 'jon@cloudability.com'] | ||
s.executables = ['annotate'] | ||
s.extra_rdoc_files = ['README.rdoc', 'CHANGELOG.rdoc', 'TODO.rdoc'] | ||
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/annotate_models_migrate.rake' | ||
] | ||
s.files = `git ls-files -z LICENSE.txt *.rdoc *.gemspec bin lib`.split("\x0") | ||
s.homepage = 'http://github.com/ctran/annotate_models' | ||
s.licenses = ['Ruby'] | ||
s.require_paths = ['lib'] | ||
s.rubyforge_project = 'annotate' | ||
s.rubygems_version = '2.1.11' | ||
s.summary = 'Annotates Rails Models, routes, fixtures, and others based on the database schema.' | ||
s.specification_version = 4 if s.respond_to? :specification_version | ||
s.add_runtime_dependency(%q<rake>, ['>= 10.4', '< 13.0']) | ||
s.add_runtime_dependency(%q<rake>, '>= 10.4', '< 14.0') | ||
s.add_runtime_dependency(%q<activerecord>, ['>= 3.2', '< 7.0']) | ||
s.metadata = { "github_repo" => "ssh://github.com/ctran/annotate_models" } | ||
end |
circle.yml
deleted
100644 → 0
lib/annotate/constants.rb
0 → 100644
lib/annotate/parser.rb
0 → 100644
spec/annotate_spec.rb
deleted
100644 → 0
spec/lib/annotate/parser_spec.rb
0 → 100644
spec/lib/annotate_spec.rb
0 → 100644
Please
register
or
sign in
to comment