diff --git a/fitbyte.gemspec b/fitbit_api.gemspec similarity index 100% rename from fitbyte.gemspec rename to fitbit_api.gemspec diff --git a/lib/fitbyte.rb b/lib/fitbit_api.rb similarity index 100% rename from lib/fitbyte.rb rename to lib/fitbit_api.rb diff --git a/lib/fitbyte/activities.rb b/lib/fitbit_api/activities.rb similarity index 100% rename from lib/fitbyte/activities.rb rename to lib/fitbit_api/activities.rb diff --git a/lib/fitbyte/alarms.rb b/lib/fitbit_api/alarms.rb similarity index 100% rename from lib/fitbyte/alarms.rb rename to lib/fitbit_api/alarms.rb diff --git a/lib/fitbyte/base.rb b/lib/fitbit_api/base.rb similarity index 100% rename from lib/fitbyte/base.rb rename to lib/fitbit_api/base.rb diff --git a/lib/fitbyte/body.rb b/lib/fitbit_api/body.rb similarity index 100% rename from lib/fitbyte/body.rb rename to lib/fitbit_api/body.rb diff --git a/lib/fitbyte/client.rb b/lib/fitbit_api/client.rb similarity index 100% rename from lib/fitbyte/client.rb rename to lib/fitbit_api/client.rb diff --git a/lib/fitbyte/devices.rb b/lib/fitbit_api/devices.rb similarity index 100% rename from lib/fitbyte/devices.rb rename to lib/fitbit_api/devices.rb diff --git a/lib/fitbyte/food.rb b/lib/fitbit_api/food.rb similarity index 100% rename from lib/fitbyte/food.rb rename to lib/fitbit_api/food.rb diff --git a/lib/fitbyte/friends.rb b/lib/fitbit_api/friends.rb similarity index 100% rename from lib/fitbyte/friends.rb rename to lib/fitbit_api/friends.rb diff --git a/lib/fitbyte/goals.rb b/lib/fitbit_api/goals.rb similarity index 100% rename from lib/fitbyte/goals.rb rename to lib/fitbit_api/goals.rb diff --git a/lib/fitbyte/heart_rate.rb b/lib/fitbit_api/heart_rate.rb similarity index 100% rename from lib/fitbyte/heart_rate.rb rename to lib/fitbit_api/heart_rate.rb diff --git a/lib/fitbyte/helpers/configuration.rb b/lib/fitbit_api/helpers/configuration.rb similarity index 100% rename from lib/fitbyte/helpers/configuration.rb rename to lib/fitbit_api/helpers/configuration.rb diff --git a/lib/fitbyte/helpers/exceptions.rb b/lib/fitbit_api/helpers/exceptions.rb similarity index 100% rename from lib/fitbyte/helpers/exceptions.rb rename to lib/fitbit_api/helpers/exceptions.rb diff --git a/lib/fitbyte/helpers/utils.rb b/lib/fitbit_api/helpers/utils.rb similarity index 100% rename from lib/fitbyte/helpers/utils.rb rename to lib/fitbit_api/helpers/utils.rb diff --git a/lib/fitbyte/sleep.rb b/lib/fitbit_api/sleep.rb similarity index 100% rename from lib/fitbyte/sleep.rb rename to lib/fitbit_api/sleep.rb diff --git a/lib/fitbyte/user.rb b/lib/fitbit_api/user.rb similarity index 100% rename from lib/fitbyte/user.rb rename to lib/fitbit_api/user.rb diff --git a/lib/fitbyte/version.rb b/lib/fitbit_api/version.rb similarity index 100% rename from lib/fitbyte/version.rb rename to lib/fitbit_api/version.rb diff --git a/lib/fitbyte/water.rb b/lib/fitbit_api/water.rb similarity index 100% rename from lib/fitbyte/water.rb rename to lib/fitbit_api/water.rb diff --git a/spec/fitbyte_spec.rb b/spec/fitbit_api_spec.rb similarity index 100% rename from spec/fitbyte_spec.rb rename to spec/fitbit_api_spec.rb