sugarcube 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +52 -0
metadata ADDED
@@ -0,0 +1,52 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sugarcube
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.5
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Colin Thomas-Arnold
9
+ - Chris Clarke
10
+ autorequire:
11
+ bindir: bin
12
+ cert_chain: []
13
+ date: 2012-05-31 00:00:00.000000000 Z
14
+ dependencies: []
15
+ description: ! " CocoaTouch/iOS is a *verbose* framework. These extensions hope
16
+ to make\n development in rubymotion more enjoyable by tacking \"UI\" methods
17
+ onto the\n base classes (String, Fixnum, Float). With sugarcube, you can create
18
+ a\n color from an integer or symbol, or create a UIFont or UIImage from a\n
19
+ \ string.\n\n Some UI classes are opened up as well, like adding the '<<'
20
+ operator to a\n UIView instance, instead of view.addSubview(subview), you can
21
+ use the more\n idiomatic: view << subview.\n"
22
+ email: colin@fusionbox.com
23
+ executables: []
24
+ extensions: []
25
+ extra_rdoc_files: []
26
+ files: []
27
+ homepage: https://github.com/fusionbox/sugarcube
28
+ licenses: []
29
+ post_install_message:
30
+ rdoc_options: []
31
+ require_paths:
32
+ - lib
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ none: false
35
+ requirements:
36
+ - - ! '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ requirements: []
46
+ rubyforge_project:
47
+ rubygems_version: 1.8.11
48
+ signing_key:
49
+ specification_version: 3
50
+ summary: Extensions for Ruby to make Rubymotion development more enjoyable, and hopefully
51
+ more rubyesque!
52
+ test_files: []