dashy 0.0.3 → 0.0.4

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: 3914515b02fbf7aa131162a0c991be970d1fcd93
4
- data.tar.gz: f94b80d3e3e229ed6a66c171911b09887deb4e0f
3
+ metadata.gz: 5212cd83f171323eba3d6ed500348b72902cfe1c
4
+ data.tar.gz: 3e71a8269019cf37f21cf115a3175d405b0a0e15
5
5
  SHA512:
6
- metadata.gz: 0ec3851b693a8234244da6f7bed18be44b6802002c0f2b924f32989875070aa6080ae479ac86798b613c5be7ba8827c706b7ee6659a4733f221631d56137e9dd
7
- data.tar.gz: aae2305d5518c04a2a564ea76e44feb83a9dbb86c0a95deaf1b8077e0bc9da4cdb97fc797efc6d0dc343c58f47fcbb6d8ecb07354822e63024f27760cde6111a
6
+ metadata.gz: 45a311573d70218d33997c80ce9fd4d17cce9a061946c94896d4b70eee16fb40e9966b368f963761dc6f83453a001774801303525bea84ff33a8125493a8a4e5
7
+ data.tar.gz: 89f3ffac18fda0fc1b3c7f6318f392f4623af0af6b3b89cc76887a76193c5acc2c857af2aa0890b8f8a1706f2a3318f9c7860a1769d2bef983ab24261b609072
data/.DS_Store ADDED
Binary file
data/app/.DS_Store ADDED
Binary file
Binary file
Binary file
data/lib/.DS_Store ADDED
Binary file
data/lib/dashy/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Dashy
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
4
4
 
5
5
  # Gem structure adapted from thoughtbot/bourbon...
Binary file
Binary file
metadata CHANGED
@@ -1,69 +1,69 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dashy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Goldsmith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-19 00:00:00.000000000 Z
11
+ date: 2015-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.3'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ~>
25
25
  - !ruby/object:Gem::Version
26
26
  version: '3.3'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: thor
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - '>='
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: aruba
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '0.4'
48
48
  type: :development
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - "~>"
52
+ - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.4'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rake
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ">="
59
+ - - '>='
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ">="
66
+ - - '>='
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
69
  description: |
@@ -75,13 +75,18 @@ executables:
75
75
  extensions: []
76
76
  extra_rdoc_files: []
77
77
  files:
78
- - ".gitignore"
79
- - ".npmignore"
78
+ - .DS_Store
79
+ - .gitignore
80
+ - .npmignore
80
81
  - Gemfile
81
82
  - LICENSE.txt
82
83
  - README.md
83
84
  - Rakefile
85
+ - app/.DS_Store
86
+ - app/assets/.DS_Store
87
+ - app/assets/stylesheets/.DS_Store
84
88
  - app/assets/stylesheets/_dashy.scss
89
+ - app/assets/stylesheets/dashy/.DS_Store
85
90
  - app/assets/stylesheets/dashy/_select.scss
86
91
  - app/assets/stylesheets/dashy/_set.scss
87
92
  - app/assets/stylesheets/dashy/all/_clears.scss
@@ -106,11 +111,13 @@ files:
106
111
  - app/assets/stylesheets/dashy/all/vertical/_dimensions.scss
107
112
  - app/assets/stylesheets/dashy/all/vertical/_directions.scss
108
113
  - app/assets/stylesheets/dashy/all/vertical/_sides.scss
114
+ - app/assets/stylesheets/dashy/default/.DS_Store
109
115
  - app/assets/stylesheets/dashy/default/font/_size.scss
110
116
  - app/assets/stylesheets/dashy/default/line/_height.scss
111
117
  - app/assets/stylesheets/dashy/default/page/_width.scss
112
118
  - app/assets/stylesheets/dashy/default/text/_align.scss
113
119
  - app/assets/stylesheets/dashy/default/vertical/_align.scss
120
+ - app/assets/stylesheets/dashy/define/.DS_Store
114
121
  - app/assets/stylesheets/dashy/define/_append.scss
115
122
  - app/assets/stylesheets/dashy/define/_backspace.scss
116
123
  - app/assets/stylesheets/dashy/define/_clear.scss
@@ -129,6 +136,7 @@ files:
129
136
  - app/assets/stylesheets/dashy/define/_push.scss
130
137
  - app/assets/stylesheets/dashy/define/_space.scss
131
138
  - app/assets/stylesheets/dashy/define/_width.scss
139
+ - app/assets/stylesheets/dashy/define/column/.DS_Store
132
140
  - app/assets/stylesheets/dashy/define/column/_count.scss
133
141
  - app/assets/stylesheets/dashy/define/column/_fill.scss
134
142
  - app/assets/stylesheets/dashy/define/column/_gap.scss
@@ -153,6 +161,7 @@ files:
153
161
  - app/assets/stylesheets/dashy/get/opposite/_side.scss
154
162
  - app/assets/stylesheets/dashy/initialize/_pull.scss
155
163
  - app/assets/stylesheets/dashy/initialize/_push.scss
164
+ - app/assets/stylesheets/dashy/is/.DS_Store
156
165
  - app/assets/stylesheets/dashy/is/_blank.scss
157
166
  - app/assets/stylesheets/dashy/is/_boolean.scss
158
167
  - app/assets/stylesheets/dashy/is/_color.scss
@@ -189,6 +198,7 @@ files:
189
198
  - app/assets/stylesheets/dashy/number/_round.scss
190
199
  - app/assets/stylesheets/dashy/number/_squared.scss
191
200
  - app/assets/stylesheets/dashy/number/_unit.scss
201
+ - app/assets/stylesheets/dashy/select/.DS_Store
192
202
  - app/assets/stylesheets/dashy/select/_as.scss
193
203
  - app/assets/stylesheets/dashy/select/_attribute.scss
194
204
  - app/assets/stylesheets/dashy/select/_buttons.scss
@@ -203,6 +213,7 @@ files:
203
213
  - app/assets/stylesheets/dashy/select/_pseudoclass.scss
204
214
  - app/assets/stylesheets/dashy/select/_tables.scss
205
215
  - app/assets/stylesheets/dashy/select/_tabloids.scss
216
+ - app/assets/stylesheets/dashy/select/as/.DS_Store
206
217
  - app/assets/stylesheets/dashy/select/as/_children.scss
207
218
  - app/assets/stylesheets/dashy/select/as/_descendants.scss
208
219
  - app/assets/stylesheets/dashy/select/as/_following.scss
@@ -221,6 +232,7 @@ files:
221
232
  - app/assets/stylesheets/dashy/select/tabloids/_rows.scss
222
233
  - app/assets/stylesheets/dashy/select/tabloids/rows/_cells.scss
223
234
  - app/assets/stylesheets/dashy/select/text/_inputs.scss
235
+ - app/assets/stylesheets/dashy/set/.DS_Store
224
236
  - app/assets/stylesheets/dashy/set/_animation.scss
225
237
  - app/assets/stylesheets/dashy/set/_append.scss
226
238
  - app/assets/stylesheets/dashy/set/_backspace.scss
@@ -251,6 +263,7 @@ files:
251
263
  - app/assets/stylesheets/dashy/set/border/_radius.scss
252
264
  - app/assets/stylesheets/dashy/set/box/_shadow.scss
253
265
  - app/assets/stylesheets/dashy/set/box/_sizing.scss
266
+ - app/assets/stylesheets/dashy/set/column/.DS_Store
254
267
  - app/assets/stylesheets/dashy/set/column/_count.scss
255
268
  - app/assets/stylesheets/dashy/set/column/_fill.scss
256
269
  - app/assets/stylesheets/dashy/set/column/_gap.scss
@@ -280,10 +293,13 @@ files:
280
293
  - bin/dashy
281
294
  - dashy.gemspec
282
295
  - dashy.json
296
+ - lib/.DS_Store
283
297
  - lib/dashy.rb
284
298
  - lib/dashy/engine.rb
285
299
  - lib/dashy/generator.rb
286
300
  - lib/dashy/version.rb
301
+ - lib/sass/.DS_Store
302
+ - lib/sass/script/.DS_Store
287
303
  - lib/sass/script/functions/dashy.rb
288
304
  - lib/sass/script/value/string/dashy.rb
289
305
  - lib/tasks/install.rake
@@ -299,17 +315,17 @@ require_paths:
299
315
  - lib
300
316
  required_ruby_version: !ruby/object:Gem::Requirement
301
317
  requirements:
302
- - - ">="
318
+ - - '>='
303
319
  - !ruby/object:Gem::Version
304
320
  version: '0'
305
321
  required_rubygems_version: !ruby/object:Gem::Requirement
306
322
  requirements:
307
- - - ">="
323
+ - - '>='
308
324
  - !ruby/object:Gem::Version
309
325
  version: '0'
310
326
  requirements: []
311
327
  rubyforge_project:
312
- rubygems_version: 2.2.2
328
+ rubygems_version: 2.0.14
313
329
  signing_key:
314
330
  specification_version: 4
315
331
  summary: Selector combinators and other helpers for Sass.