ratchet_design 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/ratchet/application_helper.rb +10 -11
- data/app/views/layouts/ratchet/default.html.slim +1 -1
- data/lib/ratchet_design/version.rb +1 -1
- data/public/core-0.1.12.js +134 -0
- data/public/core-0.1.12.js.gz +0 -0
- data/public/core-0.1.12.map.json +1 -0
- data/public/{assets/ratchet/fonts-woff-0.1.11.css → fonts-woff-0.1.12.css} +0 -0
- data/public/{assets/ratchet/fonts-woff-0.1.11.css.gz → fonts-woff-0.1.12.css.gz} +0 -0
- data/public/{assets/ratchet/fonts-woff2-0.1.11.css → fonts-woff2-0.1.12.css} +0 -0
- data/public/{assets/ratchet/fonts-woff2-0.1.11.css.gz → fonts-woff2-0.1.12.css.gz} +0 -0
- metadata +10 -10
- data/public/assets/ratchet/core-0.1.11.js +0 -133
- data/public/assets/ratchet/core-0.1.11.js.gz +0 -0
- data/public/assets/ratchet/core-0.1.11.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.12
|
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-
|
12
|
+
date: 2017-03-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: cyborg
|
@@ -165,13 +165,13 @@ files:
|
|
165
165
|
- app/views/shared/ratchet/_icons.html.slim
|
166
166
|
- lib/ratchet_design.rb
|
167
167
|
- lib/ratchet_design/version.rb
|
168
|
-
- public/
|
169
|
-
- public/
|
170
|
-
- public/
|
171
|
-
- public/
|
172
|
-
- public/
|
173
|
-
- public/
|
174
|
-
- public/
|
168
|
+
- public/core-0.1.12.js
|
169
|
+
- public/core-0.1.12.js.gz
|
170
|
+
- public/core-0.1.12.map.json
|
171
|
+
- public/fonts-woff-0.1.12.css
|
172
|
+
- public/fonts-woff-0.1.12.css.gz
|
173
|
+
- public/fonts-woff2-0.1.12.css
|
174
|
+
- public/fonts-woff2-0.1.12.css.gz
|
175
175
|
homepage:
|
176
176
|
licenses:
|
177
177
|
- MIT
|
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
version: '0'
|
193
193
|
requirements: []
|
194
194
|
rubyforge_project:
|
195
|
-
rubygems_version: 2.
|
195
|
+
rubygems_version: 2.6.6
|
196
196
|
signing_key:
|
197
197
|
specification_version: 4
|
198
198
|
summary: The Ratchet Design System
|