https://github.com/CocoaPods/Nanaimo
A native ruby implementation of ASCII plist parsing & serializing
https://github.com/CocoaPods/Nanaimo
Keywords from Contributors
deployment cocoapods dependency-manager mac objective-c apps fastlane screenshots ruby-gem travis
Last synced: about 6 hours ago
JSON representation
Repository metadata
A native ruby implementation of ASCII plist parsing & serializing
- Host: GitHub
- URL: https://github.com/CocoaPods/Nanaimo
- Owner: CocoaPods
- License: mit
- Created: 2016-09-08T15:08:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T02:47:18.000Z (about 1 year ago)
- Last Synced: 2025-11-27T16:31:40.058Z (14 days ago)
- Language: Ruby
- Homepage:
- Size: 291 KB
- Stars: 40
- Watchers: 8
- Forks: 9
- Open Issues: 4
- Releases: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
README.md
Nanaimo
Nanaimo is a simple library that implements ASCII Plist serialization and
deserialization, entirely with native Ruby code (and zero dependencies). It
also comes with out-of-the-box support for serializing Xcode projects (complete
with annotations) and XML plists.
Installation
Add this line to your application's Gemfile:
gem 'nanaimo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install nanaimo
Usage
require 'nanaimo'
# parse a native ruby object from an ascii plist file
project_hash = Nanaimo::Reader
.from_file("App.xcodeproj/project.pbxproj")
.parse!
.as_ruby
# change that object
project_hash['...'] = '...'
# re-serialize it
ascii_plist_string = Nanaimo::Writer.new(project_hash).write
Development
After 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.
To 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.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/CocoaPods/nanaimo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Owner metadata
- Name: CocoaPods
- Login: CocoaPods
- Email:
- Kind: organization
- Description: A Swift & Objective C Dependency Manager
- Website: https://cocoapods.org
- Location:
- Twitter: CocoaPods
- Company:
- Icon url: https://avatars.githubusercontent.com/u/1189714?v=4
- Repositories: 69
- Last ynced at: 2024-10-30T03:50:16.591Z
- Profile URL: https://github.com/CocoaPods
GitHub Events
Total
- Watch event: 1
- Issue comment event: 1
- Pull request event: 1
- Fork event: 2
Last Year
- Issue comment event: 1
- Pull request event: 1
- Fork event: 2
Committers metadata
Last synced: 7 days ago
Total Commits: 149
Total Committers: 11
Avg Commits per committer: 13.545
Development Distribution Score (DDS): 0.302
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
| Name | Commits | |
|---|---|---|
| Samuel Giddins | s****s@s****e | 104 |
| Danielle Tomlinson | d****n@t****o | 25 |
| Dimitris Koutsogiorgas | d****s@s****m | 4 |
| dependabot[bot] | 4****] | 4 |
| dependabot-preview[bot] | 2****] | 3 |
| Eric Amorde | e****e@g****m | 3 |
| dependabot[bot] | s****t@d****m | 2 |
| Nate West | n****r@g****m | 1 |
| Liene | l****v@g****m | 1 |
| Ben Yohay | b****n@l****m | 1 |
| Arthur Lee | a****r@a****e | 1 |
Committer domains:
- arthurlee.me: 1
- lightricks.com: 1
- dependabot.com: 1
- squareup.com: 1
- tomlinson.io: 1
- segiddins.me: 1
Issue and Pull Request metadata
Last synced: about 2 months ago
Total issues: 13
Total pull requests: 55
Average time to close issues: 4 months
Average time to close pull requests: about 1 month
Total issue authors: 13
Total pull request authors: 11
Average comments per issue: 3.15
Average comments per pull request: 0.76
Merged pull request: 40
Bot issues: 0
Bot pull requests: 22
Past year issues: 0
Past year pull requests: 3
Past year average time to close issues: N/A
Past year average time to close pull requests: 1 minute
Past year issue authors: 0
Past year pull request authors: 2
Past year average comments per issue: 0
Past year average comments per pull request: 0.33
Past year merged pull request: 1
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- orta (1)
- tosbaha (1)
- Ashton-W (1)
- byohay (1)
- rocco (1)
- c0diq (1)
- SlaunchaMan (1)
- a2 (1)
- photofroggy (1)
- sundbry (1)
- gmazzo (1)
- segiddins (1)
- jpfortin (1)
Top Pull Request Authors
- segiddins (21)
- dependabot-preview[bot] (18)
- dependabot[bot] (5)
- endocrimes (3)
- robnadin (2)
- dnkoutso (2)
- amorde (2)
- byohay (1)
- nwest (1)
- li3n3 (1)
- arthuralee (1)
Top Issue Labels
- t2:defect (1)
- s2:confirmed (1)
- s1:awaiting input (1)
- t1:enhancement (1)
- s4:awaiting validation (1)
- d2:moderate (1)
Top Pull Request Labels
- dependencies (23)
Package metadata
- Total packages: 2
-
Total downloads:
- rubygems: 292,678,161 total
- Total docker downloads: 103,521,044
- Total dependent packages: 4 (may contain duplicates)
- Total dependent repositories: 33,352 (may contain duplicates)
- Total versions: 28
- Total maintainers: 5
gem.coop: nanaimo
A library for (de)serialization of ASCII Plists.
- Homepage: https://github.com/CocoaPods/Nanaimo
- Documentation: http://www.rubydoc.info/gems/nanaimo/
- Licenses: MIT
- Latest release: 0.4.0 (published about 1 year ago)
- Last Synced: 2025-12-10T04:01:30.904Z (2 days ago)
- Versions: 14
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 146,288,952 Total
- Docker Downloads: 51,760,522
-
Rankings:
- Dependent repos count: 0.0%
- Dependent packages count: 0.0%
- Average: 0.056%
- Downloads: 0.168%
- Maintainers (5)
rubygems.org: nanaimo
A library for (de)serialization of ASCII Plists.
- Homepage: https://github.com/CocoaPods/Nanaimo
- Documentation: http://www.rubydoc.info/gems/nanaimo/
- Licenses: MIT
- Latest release: 0.4.0 (published about 1 year ago)
- Last Synced: 2025-12-10T20:00:33.135Z (1 day ago)
- Versions: 14
- Dependent Packages: 4
- Dependent Repositories: 33,352
- Downloads: 146,389,209 Total
- Docker Downloads: 51,760,522
-
Rankings:
- Dependent repos count: 0.184%
- Downloads: 0.186%
- Docker downloads count: 0.771%
- Dependent packages count: 3.283%
- Average: 3.849%
- Stargazers count: 8.379%
- Forks count: 10.292%
- Maintainers (5)
Dependencies
- rake ~> 12.0 development
- rspec >= 0 development
- rubocop >= 0 development
- rubocop-rake ~> 0.6.0 development
- rubocop-rspec ~> 2.11 development
- ast 2.4.2
- diff-lcs 1.5.0
- nanaimo 0.3.0
- parallel 1.19.2
- parser 3.1.2.0
- rainbow 3.1.1
- rake 12.3.3
- regexp_parser 2.5.0
- rexml 3.2.5
- rspec 3.11.0
- rspec-core 3.11.0
- rspec-expectations 3.11.0
- rspec-mocks 3.11.1
- rspec-support 3.11.0
- rubocop 1.30.0
- rubocop-ast 1.18.0
- rubocop-rake 0.6.0
- rubocop-rspec 2.11.1
- ruby-progressbar 1.11.0
- unicode-display_width 2.1.0
- bundler ~> 2.3 development
- rake ~> 12.3 development
- rspec ~> 3.0 development
Score: 25.97959996127867