device-tracker 0.2.3
Keep track of your devices. Features: - User registration/login/validation - User levels (normal/admin) - Checkout devices - Return devices - Assign devices to someone (Admin only) - Validate a user (Admin only) - Search devices - Keep track of number of times devices used - Manage OS versions - Send reminders to someone who has had a device checked out for a long time - Password reset
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (15):
            activerecord
            ~> 4.0
          
          
            bcrypt
            ~> 3.1.7
          
          
            faker
            >= 0
          
          
            json
            ~> 1.7
          
          
            json-schema
            ~> 2.5
          
          
            mysql2
            ~> 0.3.20
          
          
            pony
            ~> 1.11
          
          
            rake
            ~> 10.4
          
          
            sinatra
            ~> 1.4
          
          
            sinatra-activerecord
            ~> 2.0
          
          
            sinatra-contrib
            ~> 1.4
          
          
            sinatra-flash
            ~> 0.3
          
          
            sinatra-partial
            ~> 0.4
          
          
            sqlite3
            ~> 1.3
          
          
            thin
            ~> 1.6
          
    Development Dependencies (10):
            bundler
            ~> 1.7
          
          
            byebug
            ~> 8.1
          
          
            capybara
            >= 0
          
          
            database_cleaner
            >= 0
          
          
            factory_girl
            >= 0
          
          
            nyan-cat-formatter
            >= 0
          
          
            poltergeist
            >= 0
          
          
            rspec
            ~> 3.4
          
          
            shotgun
            ~> 0.9
          
          
            tux
            ~> 0.3