Sha256: 4524d82f73da42280c2e8e94549dcd0282388b614535656047094dca4e7b8e77
Contents?: true
Size: 737 Bytes
Versions: 6
Compression:
Stored size: 737 Bytes
Contents
# physique Beautiful builds for .NET ## Installation Add this line to your application's Gemfile: gem 'physique' And then execute: $ bundle Or install it yourself as: $ gem install physique ## Usage In your project's Rakefile: ```ruby require 'physique' Physique::Solution.new do |s| s.file = 'src/your-solution.sln' end ``` To view the available `rake` tasks: $ rake --tasks ## Contributing 1. Fork it ( https://github.com/scardetto/physique/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
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
physique-0.3.4 | README.md |
physique-0.3.3 | README.md |
physique-0.3.2 | README.md |
physique-0.3.1 | README.md |
physique-0.3.0 | README.md |
physique-0.2.2 | README.md |