init crm_uc
parents
Showing
.gitignore
0 → 100644
Gemfile
0 → 100644
source 'https://gems.ruby-china.com' | |||
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |||
# Declare your gem's dependencies in crm_uc.gemspec. | |||
# Bundler will treat runtime dependencies like base dependencies, and | |||
# development dependencies will be added by default to the :development group. | |||
gemspec | |||
# Declare any dependencies that are still in development here instead of in | |||
# your gemspec. These might include edge Rails or gems from your path or | |||
# Git. Remember to move these dependencies to your gemspec before releasing | |||
# your gem to rubygems.org. | |||
# To use a debugger | |||
# gem 'byebug', group: [:development, :test] |
MIT-LICENSE
0 → 100644
README.md
0 → 100644
Rakefile
0 → 100644
app/assets/config/crm_uc_manifest.js
0 → 100644
app/assets/images/crm_uc/.keep
0 → 100644
app/assets/javascripts/crm_uc/application.js
0 → 100644
app/helpers/crm_uc/application_helper.rb
0 → 100644
app/jobs/crm_uc/application_job.rb
0 → 100644
app/mailers/crm_uc/application_mailer.rb
0 → 100644
app/models/crm_uc/application_record.rb
0 → 100644
bin/rails
0 → 100755
config/routes.rb
0 → 100644
crm_uc.gemspec
0 → 100644
$:.push File.expand_path("lib", __dir__) | |||
# Maintain your gem's version: | |||
require "crm_uc/version" | |||
# Describe your gem and declare its dependencies: | |||
Gem::Specification.new do |spec| | |||
spec.name = "crm_uc" | |||
spec.version = CrmUc::VERSION | |||
spec.authors = ["houdelin"] | |||
spec.email = ["houdl730@gmail.com"] | |||
spec.homepage = "http://gitlab.ikcrm.com/ikcrm_server/crm_uc" | |||
spec.summary = "CrmUc" | |||
spec.description = "CrmUc" | |||
spec.license = "MIT" | |||
spec.files = Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"] | |||
spec.add_dependency "rails" | |||
s.add_development_dependency "mysql2" | |||
end |
lib/crm_uc.rb
0 → 100644
lib/crm_uc/engine.rb
0 → 100644
lib/crm_uc/version.rb
0 → 100644
lib/tasks/crm_uc_tasks.rake
0 → 100644
test/crm_uc_test.rb
0 → 100644
test/integration/navigation_test.rb
0 → 100644
test/test_helper.rb
0 → 100644
Please
register
or
sign in
to comment