ratchet_design 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/ratchet/_icons.js +1 -1
- data/app/assets/javascripts/ratchet/_topology.js +1 -1
- data/app/assets/stylesheets/ratchet/base/_document.scss +1 -1
- data/app/assets/stylesheets/ratchet/base/_text.scss +2 -0
- data/app/assets/svgs/ratchet/_icons/customer-atlassian.svg +52 -0
- data/app/assets/svgs/ratchet/_icons/customer-digit.svg +32 -0
- data/app/assets/svgs/ratchet/_icons/customer-dronedeploy.svg +38 -0
- data/app/assets/svgs/ratchet/_icons/customer-emarsys.svg +29 -0
- data/app/assets/svgs/ratchet/_icons/customer-fathom.svg +79 -0
- data/app/assets/svgs/ratchet/_icons/customer-harmonix.svg +37 -0
- data/app/assets/svgs/ratchet/_icons/customer-interloop.svg +60 -0
- data/app/assets/svgs/ratchet/_icons/customer-readme.svg +40 -0
- data/lib/ratchet_design/version.rb +1 -1
- data/public/{core-0.1.22.js → core-0.1.23.js} +161 -93
- data/public/core-0.1.23.js.gz +0 -0
- data/public/core-0.1.23.map.json +1 -0
- data/public/{fonts-woff-0.1.22.css → fonts-woff-0.1.23.css} +0 -0
- data/public/{fonts-woff-0.1.22.css.gz → fonts-woff-0.1.23.css.gz} +0 -0
- data/public/{fonts-woff2-0.1.22.css → fonts-woff2-0.1.23.css} +0 -0
- data/public/{fonts-woff2-0.1.22.css.gz → fonts-woff2-0.1.23.css.gz} +0 -0
- metadata +17 -9
- data/public/core-0.1.22.js.gz +0 -0
- data/public/core-0.1.22.map.json +0 -1
File without changes
|
Binary file
|
File without changes
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ratchet_design
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brandon Mathis
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2017-06-
|
12
|
+
date: 2017-06-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cyborg
|
@@ -179,9 +179,17 @@ files:
|
|
179
179
|
- app/assets/svgs/ratchet/_icons/compose-logomark.svg
|
180
180
|
- app/assets/svgs/ratchet/_icons/connecting-in.svg
|
181
181
|
- app/assets/svgs/ratchet/_icons/connecting-out.svg
|
182
|
+
- app/assets/svgs/ratchet/_icons/customer-atlassian.svg
|
182
183
|
- app/assets/svgs/ratchet/_icons/customer-buffer.svg
|
183
184
|
- app/assets/svgs/ratchet/_icons/customer-citrix.svg
|
185
|
+
- app/assets/svgs/ratchet/_icons/customer-digit.svg
|
186
|
+
- app/assets/svgs/ratchet/_icons/customer-dronedeploy.svg
|
187
|
+
- app/assets/svgs/ratchet/_icons/customer-emarsys.svg
|
188
|
+
- app/assets/svgs/ratchet/_icons/customer-fathom.svg
|
184
189
|
- app/assets/svgs/ratchet/_icons/customer-guardian.svg
|
190
|
+
- app/assets/svgs/ratchet/_icons/customer-harmonix.svg
|
191
|
+
- app/assets/svgs/ratchet/_icons/customer-interloop.svg
|
192
|
+
- app/assets/svgs/ratchet/_icons/customer-readme.svg
|
185
193
|
- app/assets/svgs/ratchet/_icons/customer-roximity.svg
|
186
194
|
- app/assets/svgs/ratchet/_icons/customer-upworthy.svg
|
187
195
|
- app/assets/svgs/ratchet/_icons/db-money.svg
|
@@ -237,13 +245,13 @@ files:
|
|
237
245
|
- config/esvg.yml
|
238
246
|
- lib/ratchet_design.rb
|
239
247
|
- lib/ratchet_design/version.rb
|
240
|
-
- public/core-0.1.
|
241
|
-
- public/core-0.1.
|
242
|
-
- public/core-0.1.
|
243
|
-
- public/fonts-woff-0.1.
|
244
|
-
- public/fonts-woff-0.1.
|
245
|
-
- public/fonts-woff2-0.1.
|
246
|
-
- public/fonts-woff2-0.1.
|
248
|
+
- public/core-0.1.23.js
|
249
|
+
- public/core-0.1.23.js.gz
|
250
|
+
- public/core-0.1.23.map.json
|
251
|
+
- public/fonts-woff-0.1.23.css
|
252
|
+
- public/fonts-woff-0.1.23.css.gz
|
253
|
+
- public/fonts-woff2-0.1.23.css
|
254
|
+
- public/fonts-woff2-0.1.23.css.gz
|
247
255
|
homepage:
|
248
256
|
licenses:
|
249
257
|
- MIT
|
data/public/core-0.1.22.js.gz
DELETED
Binary file
|