{"id":16061804,"url":"https://github.com/watson1978/motion-date","last_synced_at":"2025-11-30T21:30:14.219Z","repository":{"id":56884570,"uuid":"38891389","full_name":"Watson1978/motion-date","owner":"Watson1978","description":"This is RubyMotion library which provides methods of Date/DateTime/Time which are same as CRuby Standard Library.","archived":false,"fork":false,"pushed_at":"2024-04-09T04:11:10.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-28T19:49:34.545Z","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/Watson1978.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-07-10T16:47:14.000Z","updated_at":"2024-04-09T04:11:11.000Z","dependencies_parsed_at":"2024-10-09T04:31:22.692Z","dependency_job_id":null,"html_url":"https://github.com/Watson1978/motion-date","commit_stats":{"total_commits":6,"total_committers":1,"mean_commits":6.0,"dds":0.0,"last_synced_commit":"22afef8a9856b70fcafb93a458f585a02c627b2c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-date","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-date/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-date/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Watson1978%2Fmotion-date/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Watson1978","download_url":"https://codeload.github.com/Watson1978/motion-date/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239646252,"owners_count":19674002,"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-10-09T04:20:37.794Z","updated_at":"2025-11-30T21:30:14.180Z","avatar_url":"https://github.com/Watson1978.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# motion-date\n\nThis is RubyMotion library which provides methods of Date/DateTime/Time which are same as CRuby Standard Library.\nYou can see APIs in http://ruby-doc.org/stdlib-2.2.2/libdoc/date/rdoc/index.html\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'motion-date'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install motion-date\n\n## Usage\n\n```\na = Date.new(1993, 2, 24)\nb = Date.parse('1993-02-24')\nb += 10\n\nb - a            #=\u003e 10\nb.year           #=\u003e 1993\nb.strftime('%a') #=\u003e \"Sat\"\n\nyesterday = Date.today - 1\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson1978%2Fmotion-date","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatson1978%2Fmotion-date","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson1978%2Fmotion-date/lists"}