{"id":20955905,"url":"https://github.com/bf-rb/ms-docx","last_synced_at":"2025-10-14T16:05:55.863Z","repository":{"id":56884712,"uuid":"110165454","full_name":"bf-rb/ms-docx","owner":"bf-rb","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-19T22:58:35.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T16:37:55.546Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bf-rb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-09T20:57:04.000Z","updated_at":"2018-04-20T21:06:59.000Z","dependencies_parsed_at":"2022-08-20T23:40:49.072Z","dependency_job_id":null,"html_url":"https://github.com/bf-rb/ms-docx","commit_stats":null,"previous_names":["itbeast/ms-docx"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bf-rb/ms-docx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf-rb%2Fms-docx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf-rb%2Fms-docx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf-rb%2Fms-docx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf-rb%2Fms-docx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bf-rb","download_url":"https://codeload.github.com/bf-rb/ms-docx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bf-rb%2Fms-docx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016601,"owners_count":26085852,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T01:22:23.339Z","updated_at":"2025-10-14T16:05:55.832Z","avatar_url":"https://github.com/bf-rb.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MsDocx [![Gem Version](https://badge.fury.io/rb/ms-docx.svg)](https://badge.fury.io/rb/ms-docx)\n\nTODO: Delete this and the text above, and describe your gem\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'ms-docx'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ms-docx\n\n## Usage\n\n```ruby\nfile_path = 'some_dir/'\n\n# Read my_file.docx\ndoc = MsDocx::Document.open(file_path + 'my_file.docx')  \n\ndoc.each_paragraph do |par|\n  # Change all paragraphs text to 'Test'\n  par.text = 'Test'\nend\n\n# Save edited file\ndoc.save_file(file_path + 'new.docx')\n```\n\nTODO: Write usage instructions here\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. 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## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ms-docx.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbf-rb%2Fms-docx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbf-rb%2Fms-docx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbf-rb%2Fms-docx/lists"}