Skip to content

Commit 48f4d1a

Browse files
committed
RailsConfig -> Config
1 parent 1ac3390 commit 48f4d1a

File tree

188 files changed

+6
-3598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+6
-3598
lines changed

.codeclimate.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.rspec

Lines changed: 0 additions & 2 deletions
This file was deleted.

.ruby-gemset

Lines changed: 0 additions & 1 deletion
This file was deleted.

.travis.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

Appraisals

Lines changed: 0 additions & 15 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

Rakefile

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,45 +9,6 @@ rescue LoadError
99
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
1010
end
1111

12-
13-
##
14-
# Testing
15-
#
16-
require "rspec"
17-
require "rspec/core/rake_task"
18-
19-
RSpec::Core::RakeTask.new(:spec)
20-
21-
task :default => :spec
22-
23-
# Test for multiple Rails scenarios
24-
if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
25-
require "appraisal"
26-
27-
task :default => :appraisal
12+
task :default do
13+
system "rake -T"
2814
end
29-
30-
31-
##
32-
# Documentation
33-
#
34-
require 'rdoc/task'
35-
36-
RDoc::Task.new(:rdoc) do |rdoc|
37-
rdoc.rdoc_dir = 'rdoc'
38-
rdoc.title = "RailsConfig #{RailsConfig::VERSION}"
39-
rdoc.options << '--line-numbers'
40-
rdoc.rdoc_files.include('README.*')
41-
rdoc.rdoc_files.include('CHANGELOG.*')
42-
rdoc.rdoc_files.include('LICENSE.*')
43-
rdoc.rdoc_files.include('lib/**/*.rb')
44-
end
45-
46-
##
47-
# Rails Application
48-
#
49-
50-
# APP_RAKEFILE = File.expand_path("../spec/app/rails/Rakefile", __FILE__)
51-
# load 'rails/tasks/engine.rake'
52-
53-

lib/generators/rails_config/install_generator.rb

Lines changed: 0 additions & 32 deletions
This file was deleted.

lib/generators/rails_config/templates/rails_config.rb

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/generators/rails_config/templates/settings.local.yml

Whitespace-only changes.

0 commit comments

Comments
 (0)