https://github.com/techery/immutabler
Immutabler gem
https://github.com/techery/immutabler
Last synced: about 1 year ago
JSON representation
Immutabler gem
- Host: GitHub
- URL: https://github.com/techery/immutabler
- Owner: techery
- License: other
- Created: 2015-09-22T13:06:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T11:44:29.000Z (about 8 years ago)
- Last Synced: 2025-05-07T20:18:49.211Z (about 1 year ago)
- Language: Ruby
- Size: 41 KB
- Stars: 5
- Watchers: 34
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Immutabler
=========
[](http://badge.fury.io/rb/immutabler)
Generator of Objective-C immutable models
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'immutabler'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install immutabler
## Getting started
[Getting started is here](https://github.com/techery/immutabler/blob/master/GETTING_STARTED.md)
## 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](https://rubygems.org).
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/techery/immutabler. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).