flex_classes 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 27e61a9f63861bba8e6e676f2868f4b303294684
4
- data.tar.gz: 27e67322c9129a1808438704c32f387db1647c31
3
+ metadata.gz: 5b724fbaa7891b62439196479a3b6a90d83dc0fd
4
+ data.tar.gz: 0cc5738a991339cc56e24025354aa04af79daca8
5
5
  SHA512:
6
- metadata.gz: 69f3fac2bed0a65d5189b0c3f60c1dfd8212891dea8c6ffbb9d338b601504224c4e226772746b08deaabeaaa2206524f7d9a8b898671661ccb31fa6c5cd59d55
7
- data.tar.gz: 9b1e72fef829f3556f906afe93843a3a62730a2ca0f873f5621b953f0ee679fe7bd30912ce00f6cba9f25f0941397a08260d1ad4f86c2842fde60792a4cc12e1
6
+ metadata.gz: e2d9ebc3ef0ce5e916f5440046c7e85df03038a1f5710f427c02f17bc28f890f3cda95affa8dde5214ce0f0f98af7442efd6d29dd0a1e7cddf39522c1285a351
7
+ data.tar.gz: 29a3632436f789c1c6d335665faca207a80f61715c35f27aa8e6335d2812ff128166a8908f616ad5842e134ffecf41d7fb71a363876975eea3a8ce6aa96bc26d
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2018 Kiryll
3
+ Copyright (c) 2018 Kiryl Smalouski
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,40 +1,5 @@
1
-
2
-
3
- .flex-col
4
- display: flex
5
- flex-direction: column
6
-
7
- .flex-col-center
8
- display: flex
9
- flex-direction: column
10
- align-items: center
11
-
12
-
13
- .flex-row
14
- display: flex
15
- flex-direction: row
16
-
17
- .flex-row-center
18
- display: flex
19
- flex-direction: row
20
- align-items: center
21
-
22
- .flex-row-center-center
23
- display: flex
24
- flex-direction: row
25
- align-items: center
26
- justify-content: center
27
-
28
- .flex-row-margin-10
29
- display: flex
30
- flex-direction: row
31
- justify-content: space-between
32
- align-items: center
33
-
34
- margin: 10px
35
-
36
-
37
-
1
+ // MIT License
2
+ // Copyright (c) 2018 Kiryl Smalouski
38
3
 
39
4
  .flex
40
5
  display: flex
@@ -72,7 +37,6 @@
72
37
  margin: $def-m
73
38
 
74
39
 
75
-
76
40
  &.col
77
41
  flex-direction: column
78
42
 
@@ -107,10 +71,6 @@
107
71
  flex: 1 1
108
72
 
109
73
 
110
-
111
-
112
-
113
-
114
74
  // ------------------------
115
75
  // margins
116
76
  // ------------------------
@@ -142,6 +102,7 @@
142
102
  margin-top: $def-m-v
143
103
  margin-bottom: $def-m-v
144
104
 
105
+
145
106
  // ------------------------
146
107
  // paddings
147
108
  // ------------------------
@@ -1,3 +1,3 @@
1
1
  module FlexClasses
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/lib/flex_classes.rb CHANGED
@@ -1,5 +1,8 @@
1
1
  require "flex_classes/version"
2
2
 
3
3
  module FlexClasses
4
- # Your code goes here...
4
+ module Rails
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
5
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flex_classes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kiryl Smalouski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-03 00:00:00.000000000 Z
11
+ date: 2018-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler