motion-kit 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/motion-kit/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a17092b88b64e247ac1e7b87d1b8b5dcf71ada84
4
- data.tar.gz: 20f75375fac394bb02b1a4ae35396d5f27124224
3
+ metadata.gz: 71a7cb1744256aae01b699fbf7689580f50cf599
4
+ data.tar.gz: e2858a479fd9773c5bb1a11dfb97383b41e1f446
5
5
  SHA512:
6
- metadata.gz: 2fa4c416fd99a1b2bb06e58c1235442a8773a0546d0acfc22cd1db4c3e8a06e4d6645b1c8990979f0a3266ada6cc192a89a9d6874d693b0c48171c0dcaad74bf
7
- data.tar.gz: 7ad4893a25e08b397bc2575a002d7dde744617896185828723e7e7f8e1122da525489c52e0ec11d9497a403de5650f8e1c2cf18c7f230fe7ef4d8182673c73d9
6
+ metadata.gz: c04eb28550b184f0a2ae545d01a35739cc816dfda9db337d4562c5c6ca09ba698f745f5d14bfd7904a0efb653fbf5dbd60e313e169c379e5e1dae868db88fd71
7
+ data.tar.gz: a8f1f66a54853bbab3d5292f73584208ad718ad6699321f3d3c60bc6d96585d2a0bde6ab512f555622f5b6a7dbea1bd6dcb956d98298d84e84a11bf9e14cc2ea
@@ -1,3 +1,3 @@
1
1
  module MotionKit
2
- VERSION = '0.9.0'
2
+ VERSION = '0.9.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-kit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin T.A. Gray
@@ -26,7 +26,7 @@ dependencies:
26
26
  - !ruby/object:Gem::Version
27
27
  version: '0'
28
28
  description: |
29
- Don't worry, this'll be neat.
29
+ MotionKit, for RubyMotion, is a DSL for creating and styling views in iOS and OS X.
30
30
  email:
31
31
  - colinta@gmail.com
32
32
  - jamon@clearsightstudio.com
@@ -149,7 +149,7 @@ rubyforge_project:
149
149
  rubygems_version: 2.0.3
150
150
  signing_key:
151
151
  specification_version: 4
152
- summary: Dibs.
152
+ summary: The RubyMotion layout and styling gem.
153
153
  test_files:
154
154
  - spec/ios/apply_styles_spec.rb
155
155
  - spec/ios/autoresizing_helper_spec.rb