versioner 0.1.0
This gem makes it easy to add and update a version number for your Rails app via rake tasks. The version is stored in a YAML file within your app.
          Gemfile:
          =
        
        
          instalar:
          =
        
      Runtime Dependencies (2):
            actionpack
            ~> 3.0
          
          
            railties
            ~> 3.0
          
    Development Dependencies (6):
            ammeter
            ~> 0.2.8
          
          
            growl
            ~> 1.0.3
          
          
            guard
            ~> 1.1.1
          
          
            guard-rspec
            ~> 1.1.0
          
          
            rspec-rails
            ~> 2.11.4
          
          
            tzinfo
            ~> 0.3.33
          
    