5
Shouts

How To - Gems And .NET

published 1044 days, 1 hour, 16 minutes ago posted by ferventcoderferventcoder 1044 days, 5 hours, 49 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Friday, July 16, 2010 8:02:12 AM GMT

| HomeHow To - Gems And .NET In my last post I showed gems being used for .NET. Now let’s talk about How.  Most of this stuff I’ve learned over the past two days, so if I have a mistake here or you have a better idea, please don’t hesitate to offer a better solution. The GemSpec The Gem::Specification reference is your friend. In order to create a gem, you need to define a gem specification, commonly

called a “gemspec”. A gemspec consists of several attributes. Some of these are required;

mo...

category: Agile | clicked: 0 | | source: ferventcoder.com | show counter code
tags: .NET, C#, gem