{"id":19725317,"url":"https://github.com/bodacious/motion-figaro","last_synced_at":"2025-10-27T19:40:35.473Z","repository":{"id":56884578,"uuid":"76868393","full_name":"Bodacious/motion-figaro","owner":"Bodacious","description":"Simple RubyMotion app configuration using ENV and a single YAML file","archived":false,"fork":false,"pushed_at":"2016-12-19T14:32:06.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-19T14:06:16.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bodacious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-19T14:21:44.000Z","updated_at":"2021-09-22T10:56:48.000Z","dependencies_parsed_at":"2022-08-20T13:10:55.285Z","dependency_job_id":null,"html_url":"https://github.com/Bodacious/motion-figaro","commit_stats":null,"previous_names":["katanacode/motion-figaro"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-figaro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-figaro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-figaro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bodacious%2Fmotion-figaro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bodacious","download_url":"https://codeload.github.com/Bodacious/motion-figaro/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241049310,"owners_count":19900424,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T23:29:23.179Z","updated_at":"2025-10-27T19:40:30.411Z","avatar_url":"https://github.com/Bodacious.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Motion::Figaro\n\nA clone of the [Figaro](https://github.com/laserlemon/figaro) gem for RubyMotion apps.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'motion-figaro'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install motion-figaro\n\n## Usage\n\nCreate a YAML file for your app's configuration variables (API keys, secrets, provisioning profiles, etc.) in `config/application.yml`.\n\nConfigurations can be set globally, or for specific environments:\n\n    GOOGLE_MAPS_API_KEY: \"7381a978f7dd7f9a1117\"\n    BRAINTREE_KEY: \"dd7f9a11177381a978f7\"\n    PROVISIONING_PROFILE: \"/Users/Bodacious/Library/MobileDevice/Provisioning Profiles/xxx-xxxxx-xxxxx.mobileprovision\"\n\n\n    release:\n      # This will override the general one above\n      PROVISIONING_PROFILE: \"/Users/Bodacious/Library/MobileDevice/Provisioning Profiles/xxx-xxxxx-xxxxx.mobileprovision\"\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Credit\n\nThis gem was created by [Katana](http://katanacode.com/).\n\nMost of the heavy work is done by [@clayallsopp](https://githhub.com/clayallsopp)'s [motion-env](https://github.com/clayallsopp/motion-env)\n\nBased on the [Figaro gem](https://github.com/laserlemon/figaro) concept created by [Steve Richert](https://github.com/laserlemon/)\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/Bodacious/motion-figaro.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-figaro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbodacious%2Fmotion-figaro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbodacious%2Fmotion-figaro/lists"}