simple-view 0.0.5 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/simple_view/version.rb +1 -1
- data/simple_view.gemspec +2 -2
- metadata +3 -3
data/lib/simple_view/version.rb
CHANGED
data/simple_view.gemspec
CHANGED
@@ -4,8 +4,8 @@ require File.expand_path('../lib/simple_view/version', __FILE__)
|
|
4
4
|
Gem::Specification.new do |gem|
|
5
5
|
gem.authors = ["Sean Ho"]
|
6
6
|
gem.email = ["sean.ho@conceptable.net"]
|
7
|
-
gem.description = "DSL for UIKit
|
8
|
-
gem.summary = "DSL for UIKit
|
7
|
+
gem.description = "RubyMotion DSL for UIKit"
|
8
|
+
gem.summary = "RubyMotion DSL for UIKit"
|
9
9
|
gem.homepage = "https://github.com/seanho/SimpleView"
|
10
10
|
|
11
11
|
gem.files = `git ls-files`.split($\)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple-view
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ bindir: bin
|
|
11
11
|
cert_chain: []
|
12
12
|
date: 2012-09-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
|
-
description: DSL for UIKit
|
14
|
+
description: RubyMotion DSL for UIKit
|
15
15
|
email:
|
16
16
|
- sean.ho@conceptable.net
|
17
17
|
executables: []
|
@@ -99,7 +99,7 @@ rubyforge_project:
|
|
99
99
|
rubygems_version: 1.8.24
|
100
100
|
signing_key:
|
101
101
|
specification_version: 3
|
102
|
-
summary: DSL for UIKit
|
102
|
+
summary: RubyMotion DSL for UIKit
|
103
103
|
test_files:
|
104
104
|
- spec/builders/ui_activity_indicator_view_builder_spec.rb
|
105
105
|
- spec/builders/ui_button_builder_spec.rb
|