能源管控程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

31 lignes
997 B

  1. # encoding: utf-8
  2. # Gemfile style guide derived from:
  3. # http://mcdowall.info/posts/gemfile-best-practices-and-discourse/
  4. # Use `bundle install` after changing this file
  5. # `bundle update [gemname]` to force update of gem
  6. # `bundle show [gemname]` to see where a bundled gem is installed
  7. # `bundle open [gemname]` to edit a bundled gem
  8. # `bundle package` to add gem to vendor/cache
  9. source 'https://rubygems.org'
  10. # place gems sourced from github.com in this section _________________________
  11. # place gems sourced from a project path in this section _____________________
  12. # place general project gems in this section (alphabetical order) ____________
  13. gem 'git', '~> 1.3.0' # git management
  14. gem 'github_changelog_generator', '~> 1.13.1'
  15. gem 'rake', '~> 11.2.2'
  16. gem 'version', '~> 1.0.0' # version management gem
  17. # place gems related to test/specs in this section (alphabetical order) ______
  18. # place gems related to development in this section (alphabetical order) _____