sugarcube.gemspec in sugarcube-0.8 vs sugarcube.gemspec in sugarcube-0.8.1
- old
+ new
@@ -7,20 +7,20 @@
gem.authors = ['Colin Thomas-Arnold', 'Fusionbox']
gem.email = ['colinta@gmail.com']
gem.summary = %{Extensions for Ruby to make Rubymotion development more enjoyable, and hopefully more rubyesque!}
gem.description = <<-DESC
-=== Description
+== Description
CocoaTouch/iOS is a *verbose* framework. These extensions hope to make
development in rubymotion more enjoyable by tacking "UI" methods onto the
base classes (String, Fixnum, Float). With sugarcube, you can create a
color from an integer or symbol, or create a UIFont or UIImage from a
string.
-Some UI classes are opened up as well, like adding the +<<+ operator to a
-+UIView+ instance, instead of +view.addSubview(subview)+, you can use the more
-idiomatic: +view << subview+.
+Some UI classes are opened up as well, like adding the <tt><<</tt> operator to a
+<tt>UIView</tt> instance, instead of <tt>view.addSubview(subview)</tt>, you can
+use the more idiomatic: <tt>view << subview</tt>.
DESC
gem.homepage = 'https://github.com/rubymotion/sugarcube'
gem.files = `git ls-files`.split($\)