feature_toggle_service 0.4.1
Service for using feature toggles in your ruby code (true/false by a specific key). It supports overrides, defaults, and it gets the information from etcd.
          Gemfile:
          =
        
        
          安裝:
          =
        
      Runtime 相依性套件 (2):
            activesupport
            ~> 4
          
          
            etcd
            >= 0
          
    Development 相依性套件 (10):
            bundler
            ~> 1.9
          
          
            naught
            >= 0
          
          
            pry
            >= 0
          
          
            pry-doc
            >= 0
          
          
            pry-nav
            >= 0
          
          
            pry-rescue
            >= 0
          
          
            pry-stack_explorer
            >= 0
          
          
            rake
            ~> 10.0
          
          
            rspec
            >= 0
          
          
            rspec-nc
            >= 0
          
    