Update description

This commit is contained in:
Takashi Kokubun 2015-03-09 14:40:11 +09:00
parent 9cf8216983
commit 8e6966be44
2 changed files with 6 additions and 30 deletions

View File

@ -1,31 +1,7 @@
# Hamilton
TODO: Write a gem description
Yet another haml implementation
## Installation
## License
Add this line to your application's Gemfile:
```ruby
gem 'hamilton'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install hamilton
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/[my-github-username]/hamilton/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
MIT License

View File

@ -8,9 +8,9 @@ Gem::Specification.new do |spec|
spec.version = Hamilton::VERSION
spec.authors = ["Takashi Kokubun"]
spec.email = ["takashikkbn@gmail.com"]
spec.summary = %q{TODO: Write a short summary. Required.}
spec.description = %q{TODO: Write a longer description. Optional.}
spec.homepage = ""
spec.summary = %q{Yet another haml implementation}
spec.description = %q{Yet another haml implementation}
spec.homepage = "https://github.com/k0kubun/hamilton"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")