kickstart_rails 3.0.21 → 3.0.22

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: e64e790f2da776c6a1bec55b992ec9f7b4fe7133
4
- data.tar.gz: 42da6c5a09063ab68057ab58d7d541c5a526043e
3
+ metadata.gz: 9dc5886192d59e6390994ef70b03e4074422bf02
4
+ data.tar.gz: 8734c9db61d01e7cf5a9920dbc6c7badda88dffa
5
5
  SHA512:
6
- metadata.gz: b50fae422df5651763820dbcdf2d1c7f59f1587726976c294b11e709f6741426d7fcc8504c98d6ab4d5c1b7a6d3e9e35e38e25eeafe2e3e0039323699595acc2
7
- data.tar.gz: 7a49dca59927f93de427cba7e2b845107ced0528979087e2cef67c43ca79e2d8493daba7579d10d9a6aa432c6bf8bb04ac2d076ac3a9483b882c84630b5218ee
6
+ metadata.gz: bb94e706869fc075c2c6433df1c072cd3202c5620799ed036debcf1841bd1264dab66a60a7e434da9dfa10c6b712833cd13f7ec2aa8d74d3ca8a07ba773441f7
7
+ data.tar.gz: bc7d135be00a6d65fcbaf54ac3aeace5094d6c06d9349845a3e6ef586d3f12186ee80aea5313ec92d997b8fcf07734d7b1f299c9df5e6d1aff23ed5aed118cdc
@@ -88,6 +88,10 @@ iframe.animation
88
88
  &.button-primary
89
89
  +button-color($primary-color)
90
90
 
91
+ // Notices
92
+ .notice
93
+ +label
94
+
91
95
  // Switches
92
96
  // --------
93
97
 
@@ -1,3 +1,3 @@
1
1
  module Kickstart_rails
2
- VERSION = "3.0.21"
2
+ VERSION = "3.0.22"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kickstart_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.21
4
+ version: 3.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Kochanowicz
@@ -14,70 +14,70 @@ dependencies:
14
14
  name: bundler
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ~>
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.6'
20
20
  type: :development
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: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '10.0'
34
34
  type: :development
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: '10.0'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sass
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - "~>"
45
+ - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '3.3'
48
48
  type: :runtime
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: '3.3'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: normalize-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - "~>"
59
+ - - ~>
60
60
  - !ruby/object:Gem::Version
61
61
  version: '3.0'
62
62
  type: :runtime
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: '3.0'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: autoprefixer-rails
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - "~>"
73
+ - - ~>
74
74
  - !ruby/object:Gem::Version
75
75
  version: '3.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - "~>"
80
+ - - ~>
81
81
  - !ruby/object:Gem::Version
82
82
  version: '3.0'
83
83
  description: The front-end framework for clean HTML and fast websites.
@@ -87,7 +87,6 @@ executables: []
87
87
  extensions: []
88
88
  extra_rdoc_files: []
89
89
  files:
90
- - LICENSE
91
90
  - README.md
92
91
  - Rakefile
93
92
  - app/assets/javascripts/kickstart_rails.js
@@ -181,13 +180,6 @@ files:
181
180
  - app/assets/stylesheets/kickstart_rails/themes/_default.sass
182
181
  - app/assets/stylesheets/kickstart_rails/themes/_shabbychic.sass
183
182
  - app/assets/stylesheets/kickstart_rails/themes/default/theme.sass
184
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/LICENSE
185
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/README.md
186
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/example.sass
187
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/gulpfile.js
188
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/index.html
189
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/package.json
190
- - app/assets/stylesheets/kickstart_rails/vendor/Kickstart-Switch/switch.sass
191
183
  - app/assets/stylesheets/kickstart_rails/vendor/_index.sass
192
184
  - app/assets/stylesheets/kickstart_rails/vendor/switch/LICENSE
193
185
  - app/assets/stylesheets/kickstart_rails/vendor/switch/README.md
@@ -209,17 +201,17 @@ require_paths:
209
201
  - lib
210
202
  required_ruby_version: !ruby/object:Gem::Requirement
211
203
  requirements:
212
- - - ">="
204
+ - - '>='
213
205
  - !ruby/object:Gem::Version
214
206
  version: '0'
215
207
  required_rubygems_version: !ruby/object:Gem::Requirement
216
208
  requirements:
217
- - - ">="
209
+ - - '>='
218
210
  - !ruby/object:Gem::Version
219
211
  version: '0'
220
212
  requirements: []
221
213
  rubyforge_project:
222
- rubygems_version: 2.4.1
214
+ rubygems_version: 2.2.2
223
215
  signing_key:
224
216
  specification_version: 4
225
217
  summary: The front-end framework for clean HTML and fast websites.
data/LICENSE DELETED
@@ -1,19 +0,0 @@
1
- Copyright (c) 2015 Adam Kochanowicz
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining a copy
4
- of this software and associated documentation files (the "Software"), to deal
5
- in the Software without restriction, including without limitation the rights
6
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
- copies of the Software, and to permit persons to whom the Software is
8
- furnished to do so, subject to the following conditions:
9
-
10
- The above copyright notice and this permission notice shall be included in
11
- all copies or substantial portions of the Software.
12
-
13
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19
- THE SOFTWARE.
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2014 Adam Kochanowicz
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
22
-
@@ -1,14 +0,0 @@
1
- # Kickstart Switches
2
-
3
- ## Install in your project
4
-
5
- ### Gulp/Node.js
6
-
7
- Let's install this as a git submodule.
8
-
9
- - In your project, `cd` to `lib/sass/vendor`
10
- - `git submodule add git://github.com:ajkochanowicz/Kickstart-Switch.git .`
11
- - Don't forget the `.` at the end.
12
- - In `lib/sass/vendor/_index.sass`, add
13
-
14
- @import switch.sass
@@ -1,14 +0,0 @@
1
- @import switch
2
-
3
- // These variables will be available inside of Kickstart,
4
- // but putting them here so the example works without it.
5
-
6
- $primary-color: blue
7
- $colors: (green: #8ce196)
8
- $white: (darker: #DDD)
9
-
10
- =switch
11
- +switch-default
12
-
13
- .switch
14
- +switch
@@ -1,16 +0,0 @@
1
- var gulp = require('gulp'),
2
- sass = require('gulp-ruby-sass'),
3
- connect = require('gulp-connect');
4
-
5
- gulp.task('default', ['connect'], function() {
6
- gulp.src(['example.sass'])
7
- .pipe(sass())
8
- .pipe(gulp.dest('./'))
9
- });
10
-
11
- gulp.task('connect', function() {
12
- connect.server({
13
- root: './',
14
- livereload: true
15
- })
16
- })
@@ -1,18 +0,0 @@
1
- <!DOCTYPE HTML>
2
- <html>
3
- <head>
4
- <link rel="stylesheet" href="http://cdn.getkickstart.com/css/kickstart.min.css" />
5
- <link rel="stylesheet" href="example.css" />
6
- </head>
7
- <body>
8
- <h1>Example</h1>
9
-
10
- <p>
11
- <div class="switch">
12
- <input id="switch-2" type="checkbox" />
13
- <label for="switch-2"></label>
14
- </div>
15
- <span>Let me know about future updates!</span>
16
- </p>
17
- </body>
18
- </html>
@@ -1,24 +0,0 @@
1
- {
2
- "name": "Kickstart-Switch",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "gulpfile.js",
6
- "scripts": {
7
- "test": "echo \"Error: no test specified\" && exit 1"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/ajkochanowicz/Kickstart-Switch.git"
12
- },
13
- "author": "",
14
- "license": "ISC",
15
- "bugs": {
16
- "url": "https://github.com/ajkochanowicz/Kickstart-Switch/issues"
17
- },
18
- "homepage": "https://github.com/ajkochanowicz/Kickstart-Switch",
19
- "devDependencies": {
20
- "gulp": "^3.8.8",
21
- "gulp-connect": "^2.0.6",
22
- "gulp-ruby-sass": "^0.7.1"
23
- }
24
- }
@@ -1,53 +0,0 @@
1
- =switch-default($color: $primary-color)
2
- display: inline-block
3
- vertical-align: middle
4
-
5
- input[type="checkbox"]
6
- position: absolute
7
- margin-left: -9999px
8
- visibility: hidden
9
-
10
- + label
11
- display: block
12
- position: relative
13
- cursor: pointer
14
- user-select: none
15
- padding: 2px
16
- width: 40px
17
- height: 20px
18
- background: map-get($white, darker)
19
- border-radius: 60px
20
- transition: background 0.4s
21
-
22
- &:before, &:after
23
- display: block
24
- position: absolute
25
- content: " "
26
-
27
- &:before
28
- top: 2px
29
- left: 2px
30
- bottom: 2px
31
- right: 2px
32
- background-color: white
33
- border-radius: 60px
34
- transition: background 0.4s
35
-
36
- &:after
37
- top: 4px
38
- left: 4px
39
- bottom: 4px
40
- width: 12px
41
- background-color: map-get($white, darker)
42
- border-radius: 52px
43
- transition: margin 0.4s, background 0.4s
44
-
45
- &:checked + label
46
- background-color: map-get($colors, green)
47
-
48
- &:after
49
- margin-left: 20px
50
- background-color: map-get($colors, green)
51
-
52
-
53
-