motion-kit 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71a7cb1744256aae01b699fbf7689580f50cf599
4
- data.tar.gz: e2858a479fd9773c5bb1a11dfb97383b41e1f446
3
+ metadata.gz: 55c192be695d66c6b3fc090338d6c312d0a94d4b
4
+ data.tar.gz: 8fb3369a2c8246361c63059633ed100c0b372b2a
5
5
  SHA512:
6
- metadata.gz: c04eb28550b184f0a2ae545d01a35739cc816dfda9db337d4562c5c6ca09ba698f745f5d14bfd7904a0efb653fbf5dbd60e313e169c379e5e1dae868db88fd71
7
- data.tar.gz: a8f1f66a54853bbab3d5292f73584208ad718ad6699321f3d3c60bc6d96585d2a0bde6ab512f555622f5b6a7dbea1bd6dcb956d98298d84e84a11bf9e14cc2ea
6
+ metadata.gz: ce064768c19d37d367fc913f8bb197b65d78a093258c74612586ffe1ce166f111bcba113222c25e5e09e009e9c1e1eb5395e8590e11a732d3873361fb4217569
7
+ data.tar.gz: b0af0cbe15e86674222944d0d663df685993cde83cc2e6bf64b1959475da895fb61d34a57e96405c9088f4e5cd50611e2450766409171f6f1738f49799b7b926
@@ -1,5 +1,6 @@
1
1
  # @provides MotionKit::ConstraintsLayout
2
2
  # @requires MotionKit::BaseLayout
3
+ # @requires MotionKit::ConstraintsTarget
3
4
  module MotionKit
4
5
  class ConstraintsLayout < BaseLayout
5
6
  targets ConstraintsTarget
@@ -1,3 +1,4 @@
1
+ # @provides MotionKit::ConstraintsTarget
1
2
  module MotionKit
2
3
  class ConstraintsTarget
3
4
  attr :view
@@ -1,3 +1,3 @@
1
1
  module MotionKit
2
- VERSION = '0.9.1'
2
+ VERSION = '0.9.2'
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.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Colin T.A. Gray
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-05-05 00:00:00.000000000 Z
12
+ date: 2014-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: dbt