ionica 0.4.0 → 0.4.1
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.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/ionica.sass +3 -3
- data/lib/ionica/version.rb +1 -1
- metadata +24 -24
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad8cdcdfffe55eab1b4fba979c0bf1805cde1cdf
|
4
|
+
data.tar.gz: 18794d954bd0b5cbdbecebcdbd20f0684b08f050
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8fe85e876e0d591a9bea396a140901911751a89de96462d09f0fc10fc01ac85acfa4cd78bdaf187003c8bfa2ad61e2960e072d3e66da533549ca4e456f146454
|
7
|
+
data.tar.gz: 996c04e6751bb7a44ffc9f8246b9918d4363b47b844bcb921bb7ea5ad57f5264c569439b9a2768bc152dc0fdfc0086f927850498292535e1f2f22bd26cc30c87
|
@@ -344,7 +344,7 @@ $DEFAULT_CLASSNAME: "amplify-ionica-grid-default-classname"
|
|
344
344
|
left: -#{$column_width}
|
345
345
|
|
346
346
|
&.slide-in
|
347
|
-
transform: translate3d(100
|
347
|
+
transform: translate3d(100%, 0 ,0) translate3d($distance, 0 ,0)
|
348
348
|
|
349
349
|
@include shift-core-columns($grid, $column_width, "right", $is_static_column)
|
350
350
|
|
@@ -356,7 +356,7 @@ $DEFAULT_CLASSNAME: "amplify-ionica-grid-default-classname"
|
|
356
356
|
left: 100%
|
357
357
|
|
358
358
|
&.slide-in
|
359
|
-
transform: translate3d(-100
|
359
|
+
transform: translate3d(-100%, 0 ,0) translate3d($distance, 0 ,0)
|
360
360
|
|
361
361
|
@include shift-core-columns($grid, $column_width, "left", $is_static_column)
|
362
362
|
|
@@ -381,7 +381,7 @@ $DEFAULT_CLASSNAME: "amplify-ionica-grid-default-classname"
|
|
381
381
|
@if $is_static_column
|
382
382
|
$p: ($padding * ($total_core_weight / $total_weight) / $weight * 1%)
|
383
383
|
@if $direction == "right"
|
384
|
-
transform: translate3d(
|
384
|
+
transform: translate3d(#{$x_position}, 0, 0) translate3d(#{$p}, 0, 0)
|
385
385
|
@if $direction == "left"
|
386
386
|
transform: translate3d(#{-$x_position}, 0, 0)
|
387
387
|
|
data/lib/ionica/version.rb
CHANGED
metadata
CHANGED
@@ -1,44 +1,44 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ionica
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tomislav Pesut
|
8
8
|
- Anna Andresian
|
9
|
-
autorequire:
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-12-
|
12
|
+
date: 2014-12-16 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: railties
|
16
|
-
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
17
17
|
requirements:
|
18
|
-
- -
|
18
|
+
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
20
|
version: '0'
|
21
|
-
|
21
|
+
type: :runtime
|
22
|
+
prerelease: false
|
23
|
+
version_requirements: !ruby/object:Gem::Requirement
|
22
24
|
requirements:
|
23
|
-
- -
|
25
|
+
- - ">="
|
24
26
|
- !ruby/object:Gem::Version
|
25
27
|
version: '0'
|
26
|
-
prerelease: false
|
27
|
-
type: :runtime
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: sass
|
30
|
-
|
30
|
+
requirement: !ruby/object:Gem::Requirement
|
31
31
|
requirements:
|
32
|
-
- - ~>
|
32
|
+
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
34
|
version: 3.4.5
|
35
|
-
|
35
|
+
type: :runtime
|
36
|
+
prerelease: false
|
37
|
+
version_requirements: !ruby/object:Gem::Requirement
|
36
38
|
requirements:
|
37
|
-
- - ~>
|
39
|
+
- - "~>"
|
38
40
|
- !ruby/object:Gem::Version
|
39
41
|
version: 3.4.5
|
40
|
-
prerelease: false
|
41
|
-
type: :runtime
|
42
42
|
description: A gem that provides a lightweight responsive grid
|
43
43
|
email:
|
44
44
|
- tpesut@amplify.com
|
@@ -47,34 +47,34 @@ executables: []
|
|
47
47
|
extensions: []
|
48
48
|
extra_rdoc_files: []
|
49
49
|
files:
|
50
|
-
- lib/ionica.rb
|
51
|
-
- lib/ionica/version.rb
|
52
|
-
- app/assets/stylesheets/ionica.sass
|
53
50
|
- LICENSE
|
54
51
|
- README.md
|
52
|
+
- app/assets/stylesheets/ionica.sass
|
53
|
+
- lib/ionica.rb
|
54
|
+
- lib/ionica/version.rb
|
55
55
|
homepage: http://rubygems.org/gems/ionica
|
56
56
|
licenses:
|
57
57
|
- MIT
|
58
58
|
metadata: {}
|
59
|
-
post_install_message:
|
59
|
+
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
require_paths:
|
62
62
|
- lib
|
63
63
|
- app
|
64
64
|
required_ruby_version: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
70
70
|
requirements:
|
71
|
-
- -
|
71
|
+
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
version: '0'
|
74
74
|
requirements: []
|
75
|
-
rubyforge_project:
|
76
|
-
rubygems_version: 2.
|
77
|
-
signing_key:
|
75
|
+
rubyforge_project:
|
76
|
+
rubygems_version: 2.2.2
|
77
|
+
signing_key:
|
78
78
|
specification_version: 4
|
79
79
|
summary: A gem that provides a lightweight responsive grid
|
80
80
|
test_files: []
|