oulu-rails 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +22 -0
- data/README.md +23 -0
- data/lib/oulu-rails/version.rb +3 -0
- data/lib/oulu-rails.rb +27 -0
- data/vendor/assets/javascripts/oulu/dev/positions-p.js.coffee +34 -0
- data/vendor/assets/javascripts/oulu/dev/positions-pp.js.coffee +57 -0
- data/vendor/assets/javascripts/oulu/dev/positions.js.coffee +6 -0
- data/vendor/assets/javascripts/oulu/helpers/js-autosize.js.coffee +2 -0
- data/vendor/assets/javascripts/oulu/helpers/js-checkbox.js.coffee +6 -0
- data/vendor/assets/javascripts/oulu/helpers/js-click-animate.js.coffee +8 -0
- data/vendor/assets/javascripts/oulu/helpers/js-delay-hidden.js.coffee +4 -0
- data/vendor/assets/javascripts/oulu/helpers/js-focused.js.coffee +7 -0
- data/vendor/assets/javascripts/oulu/helpers/js-hack.js.coffee +8 -0
- data/vendor/assets/javascripts/oulu/helpers/js-hide-after.j.coffee +5 -0
- data/vendor/assets/javascripts/oulu/helpers/js-hover-z-index.js.coffee +5 -0
- data/vendor/assets/javascripts/oulu/helpers/js-hovered.js.coffee +17 -0
- data/vendor/assets/javascripts/oulu/helpers/js-one-animate.js.coffee +5 -0
- data/vendor/assets/javascripts/oulu/helpers/js-open-children.js.coffee +28 -0
- data/vendor/assets/javascripts/oulu/helpers/js-open.js.coffee +51 -0
- data/vendor/assets/javascripts/oulu/helpers/js-scroll-to-top.js.coffee +11 -0
- data/vendor/assets/javascripts/oulu/helpers/js-scroll.js.coffee +9 -0
- data/vendor/assets/javascripts/oulu/helpers/js-side-slide.js.coffee +6 -0
- data/vendor/assets/javascripts/oulu/helpers/js-window-loading.js.coffee +15 -0
- data/vendor/assets/javascripts/oulu/helpers/js-window-sizes.js.coffee +6 -0
- data/vendor/assets/javascripts/oulu/helpers/open-close.js.coffee +23 -0
- data/vendor/assets/javascripts/oulu/ie/PIE_IE678.js +72 -0
- data/vendor/assets/javascripts/oulu/ie/PIE_IE9.js +46 -0
- data/vendor/assets/javascripts/oulu/ie/ie-selectors.js.coffee +3 -0
- data/vendor/assets/javascripts/oulu/ie/ie8-selectors.js.coffee +3 -0
- data/vendor/assets/javascripts/oulu/ie/ie9-selectors.js.coffee +6 -0
- data/vendor/assets/javascripts/oulu/ie/jquery.belatedPNG.min.js +29 -0
- data/vendor/assets/javascripts/oulu/ie/jquery.linkscubber.js +7 -0
- data/vendor/assets/javascripts/oulu/ie/svgeezy.min.js +12 -0
- data/vendor/assets/javascripts/oulu/plugins/check-box.js.coffee +34 -0
- data/vendor/assets/javascripts/oulu/plugins/footerFixed.js +74 -0
- data/vendor/assets/javascripts/oulu/plugins/jquery.autosize.min.js +7 -0
- data/vendor/assets/javascripts/oulu/plugins/jquery.cheat-code.js +63 -0
- data/vendor/assets/javascripts/oulu/plugins/jquery.css3form.js +195 -0
- data/vendor/assets/javascripts/oulu/plugins/jquery.depend.min.js +13 -0
- data/vendor/assets/javascripts/oulu/plugins/sns-buttons.js +339 -0
- data/vendor/assets/javascripts/oulu-ie8.js +6 -0
- data/vendor/assets/javascripts/oulu-ie9.js +2 -0
- data/vendor/assets/javascripts/oulu.js +2 -0
- data/vendor/assets/stylesheets/_oulu-base.css.sass +86 -0
- data/vendor/assets/stylesheets/_oulu.css.sass +13 -0
- data/vendor/assets/stylesheets/bootcamp/CHANGELOG.md +70 -0
- data/vendor/assets/stylesheets/bootcamp/CONTRIBUTING.md +72 -0
- data/vendor/assets/stylesheets/bootcamp/Gruntfile.coffee +34 -0
- data/vendor/assets/stylesheets/bootcamp/LICENSE.md +7 -0
- data/vendor/assets/stylesheets/bootcamp/README.md +52 -0
- data/vendor/assets/stylesheets/bootcamp/bower.json +15 -0
- data/vendor/assets/stylesheets/bootcamp/dist/_bootcamp.scss +46 -0
- data/vendor/assets/stylesheets/bootcamp/dist/bootcamp.coffee +101 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_actual.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_error.scss +29 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_expect.scss +6 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_not-to.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_should.scss +6 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/functions/_to.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_describe.scss +31 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_it.scss +31 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_runner.scss +28 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_should.scss +46 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_xdescribe.scss +9 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/mixins/_xit.scss +9 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/variables/_helpers.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/variables/_settings.scss +2 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/variables/_should.scss +6 -0
- data/vendor/assets/stylesheets/bootcamp/dist/core/variables/_trackers.scss +6 -0
- data/vendor/assets/stylesheets/bootcamp/dist/lib/_sassyjson.scss +1075 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/_be.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/_equal.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-empty.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-longer-than.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-shorter-than.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_contain.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_deep-contain.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_deep-equal.scss +47 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_have-length-of.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-close-to.scss +12 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-greater-than.scss +12 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-less-than.scss +12 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-falsy.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-null.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-truthy.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/matchers/types/_have-type-of.scss +3 -0
- data/vendor/assets/stylesheets/bootcamp/dist/utils/_contain.scss +15 -0
- data/vendor/assets/stylesheets/bootcamp/dist/utils/_equal.scss +23 -0
- data/vendor/assets/stylesheets/bootcamp/dist/utils/_list-join.scss +35 -0
- data/vendor/assets/stylesheets/bootcamp/dist/utils/_power.scss +15 -0
- data/vendor/assets/stylesheets/bootcamp/package.json +63 -0
- data/vendor/assets/stylesheets/bootcamp/tasks/bootcamp.coffee +83 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/functions/_actual.scss +10 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/functions/_expect.scss +6 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/functions/_not-to.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/functions/_should.scss +10 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/functions/_to.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/mixins/_describe.scss +11 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/mixins/_it.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/mixins/_should.scss +5 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/mixins/_xdescribe.scss +28 -0
- data/vendor/assets/stylesheets/bootcamp/test/core/mixins/_xit.scss +12 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/_be.scss +90 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/_equal.scss +33 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-empty.scss +12 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-longer-than.scss +29 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-shorter-than.scss +29 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_contain.scss +39 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_deep-contain.scss +51 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_deep-equal.scss +151 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/lists/_have-length-of.scss +31 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-close-to.scss +24 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-greater-than.scss +16 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-less-than.scss +16 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-falsy.scss +14 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-null.scss +13 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-truthy.scss +13 -0
- data/vendor/assets/stylesheets/bootcamp/test/matchers/types/_have-type-of.scss +17 -0
- data/vendor/assets/stylesheets/bootcamp/test/specs.scss +45 -0
- data/vendor/assets/stylesheets/bootcamp/test/utils/_contain.scss +41 -0
- data/vendor/assets/stylesheets/bootcamp/test/utils/_equal.scss +79 -0
- data/vendor/assets/stylesheets/bootcamp/test/utils/_list-join.scss +39 -0
- data/vendor/assets/stylesheets/bootcamp/test/utils/_power.scss +13 -0
- data/vendor/assets/stylesheets/helper/_base-helper.css.sass +133 -0
- data/vendor/assets/stylesheets/helper/_click-actions.css.sass +188 -0
- data/vendor/assets/stylesheets/helper/_fade-actions.css.sass +30 -0
- data/vendor/assets/stylesheets/helper/_margin-padding.css.sass +16 -0
- data/vendor/assets/stylesheets/helper/_typoglaphy.css.sass +9 -0
- data/vendor/assets/stylesheets/options/amazlet/_amazlet.css.sass +32 -0
- data/vendor/assets/stylesheets/options/glitch/_glitch.css.sass +31 -0
- data/vendor/assets/stylesheets/options/oulu-buttons/_button-basic.css.sass +31 -0
- data/vendor/assets/stylesheets/options/web-fonts/_cousine.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_font-awsome.css.sass +8 -0
- data/vendor/assets/stylesheets/options/web-fonts/_icomoon.css.sass +10 -0
- data/vendor/assets/stylesheets/options/web-fonts/_lato.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_montserrat.css.sass +13 -0
- data/vendor/assets/stylesheets/options/web-fonts/_old-standard.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_open-sans.css.sass +11 -0
- data/vendor/assets/stylesheets/options/web-fonts/_podkova.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_pt-sans.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_roboto.css.sass +11 -0
- data/vendor/assets/stylesheets/options/web-fonts/_satisfy.css.sass +13 -0
- data/vendor/assets/stylesheets/options/web-fonts/_source-code-pro.css.sass +13 -0
- data/vendor/assets/stylesheets/options/web-fonts/_source-sans-pro.css.sass +13 -0
- data/vendor/assets/stylesheets/options/web-fonts/_special-elite.css.sass +12 -0
- data/vendor/assets/stylesheets/options/web-fonts/_tauri.css.sass +11 -0
- data/vendor/assets/stylesheets/options/web-fonts/_ubuntu.css.sass +12 -0
- data/vendor/assets/stylesheets/settings/functions/_background.css.sass +60 -0
- data/vendor/assets/stylesheets/settings/functions/_bool.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/functions/_border.css.sass +47 -0
- data/vendor/assets/stylesheets/settings/functions/_color.css.sass +65 -0
- data/vendor/assets/stylesheets/settings/functions/_content.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/functions/_cursor.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/functions/_direction.css.sass +8 -0
- data/vendor/assets/stylesheets/settings/functions/_image.css.sass +8 -0
- data/vendor/assets/stylesheets/settings/functions/_length.css.sass +20 -0
- data/vendor/assets/stylesheets/settings/functions/_list.css.sass +11 -0
- data/vendor/assets/stylesheets/settings/functions/_map.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/functions/_number.css.sass +63 -0
- data/vendor/assets/stylesheets/settings/functions/_position.css.sass +47 -0
- data/vendor/assets/stylesheets/settings/functions/_reverse.css.sass +22 -0
- data/vendor/assets/stylesheets/settings/functions/_string.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/functions/_text.css.sass +34 -0
- data/vendor/assets/stylesheets/settings/initializers/_reset.css.sass +85 -0
- data/vendor/assets/stylesheets/settings/mixins/_animation.css.sass +15 -0
- data/vendor/assets/stylesheets/settings/mixins/_background.css.sass +33 -0
- data/vendor/assets/stylesheets/settings/mixins/_balloon-tale.css.sass +111 -0
- data/vendor/assets/stylesheets/settings/mixins/_basic-font.css.sass +40 -0
- data/vendor/assets/stylesheets/settings/mixins/_block.css.sass +30 -0
- data/vendor/assets/stylesheets/settings/mixins/_border.css.sass +28 -0
- data/vendor/assets/stylesheets/settings/mixins/_button-base.css.sass +27 -0
- data/vendor/assets/stylesheets/settings/mixins/_clear-type.css.sass +4 -0
- data/vendor/assets/stylesheets/settings/mixins/_color.css.sass +9 -0
- data/vendor/assets/stylesheets/settings/mixins/_filters.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/mixins/_form.css.sass +7 -0
- data/vendor/assets/stylesheets/settings/mixins/_grids.css.sass +149 -0
- data/vendor/assets/stylesheets/settings/mixins/_html5-input-types.scss +118 -0
- data/vendor/assets/stylesheets/settings/mixins/_ie-hacks.css.sass +8 -0
- data/vendor/assets/stylesheets/settings/mixins/_lines.css.sass +18 -0
- data/vendor/assets/stylesheets/settings/mixins/_link.css.sass +11 -0
- data/vendor/assets/stylesheets/settings/mixins/_list.css.sass +21 -0
- data/vendor/assets/stylesheets/settings/mixins/_margin-padding.css.sass +69 -0
- data/vendor/assets/stylesheets/settings/mixins/_overlay.css.sass +5 -0
- data/vendor/assets/stylesheets/settings/mixins/_positions.css.sass +28 -0
- data/vendor/assets/stylesheets/settings/mixins/_rem.css.sass +53 -0
- data/vendor/assets/stylesheets/settings/mixins/_resets.css.sass +17 -0
- data/vendor/assets/stylesheets/settings/mixins/_responsive-utilities.css.sass +160 -0
- data/vendor/assets/stylesheets/settings/mixins/_sassmatic.css.sass +172 -0
- data/vendor/assets/stylesheets/settings/mixins/_sprite-background.css.sass +18 -0
- data/vendor/assets/stylesheets/settings/mixins/_tables.css.sass +14 -0
- data/vendor/assets/stylesheets/settings/mixins/_text.css.sass +21 -0
- data/vendor/assets/stylesheets/settings/variables/_default.css.sass +69 -0
- metadata +362 -0
metadata
ADDED
@@ -0,0 +1,362 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: oulu-rails
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.5.7
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- machida
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2014-11-11 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: sass-rails
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 5.0.0.beta1
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 5.0.0.beta1
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: compass-rails
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 2.0.0
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 2.0.0
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: compass-rgbapng
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: modular-scale
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - ">="
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: '0'
|
62
|
+
type: :runtime
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - ">="
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: '0'
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: oily_png
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - ">="
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '0'
|
76
|
+
type: :runtime
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ">="
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: ceaser-easing
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - ">="
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '0'
|
90
|
+
type: :runtime
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - ">="
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '0'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: SassyLists
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: toolkit
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - ">="
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '0'
|
118
|
+
type: :runtime
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - ">="
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: sassy-maps
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - ">="
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '0'
|
132
|
+
type: :runtime
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - ">="
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '0'
|
139
|
+
description: Sass tools for machida
|
140
|
+
email:
|
141
|
+
- machida@fjord.jp
|
142
|
+
executables: []
|
143
|
+
extensions: []
|
144
|
+
extra_rdoc_files: []
|
145
|
+
files:
|
146
|
+
- MIT-LICENSE
|
147
|
+
- README.md
|
148
|
+
- lib/oulu-rails.rb
|
149
|
+
- lib/oulu-rails/version.rb
|
150
|
+
- vendor/assets/javascripts/oulu-ie8.js
|
151
|
+
- vendor/assets/javascripts/oulu-ie9.js
|
152
|
+
- vendor/assets/javascripts/oulu.js
|
153
|
+
- vendor/assets/javascripts/oulu/dev/positions-p.js.coffee
|
154
|
+
- vendor/assets/javascripts/oulu/dev/positions-pp.js.coffee
|
155
|
+
- vendor/assets/javascripts/oulu/dev/positions.js.coffee
|
156
|
+
- vendor/assets/javascripts/oulu/helpers/js-autosize.js.coffee
|
157
|
+
- vendor/assets/javascripts/oulu/helpers/js-checkbox.js.coffee
|
158
|
+
- vendor/assets/javascripts/oulu/helpers/js-click-animate.js.coffee
|
159
|
+
- vendor/assets/javascripts/oulu/helpers/js-delay-hidden.js.coffee
|
160
|
+
- vendor/assets/javascripts/oulu/helpers/js-focused.js.coffee
|
161
|
+
- vendor/assets/javascripts/oulu/helpers/js-hack.js.coffee
|
162
|
+
- vendor/assets/javascripts/oulu/helpers/js-hide-after.j.coffee
|
163
|
+
- vendor/assets/javascripts/oulu/helpers/js-hover-z-index.js.coffee
|
164
|
+
- vendor/assets/javascripts/oulu/helpers/js-hovered.js.coffee
|
165
|
+
- vendor/assets/javascripts/oulu/helpers/js-one-animate.js.coffee
|
166
|
+
- vendor/assets/javascripts/oulu/helpers/js-open-children.js.coffee
|
167
|
+
- vendor/assets/javascripts/oulu/helpers/js-open.js.coffee
|
168
|
+
- vendor/assets/javascripts/oulu/helpers/js-scroll-to-top.js.coffee
|
169
|
+
- vendor/assets/javascripts/oulu/helpers/js-scroll.js.coffee
|
170
|
+
- vendor/assets/javascripts/oulu/helpers/js-side-slide.js.coffee
|
171
|
+
- vendor/assets/javascripts/oulu/helpers/js-window-loading.js.coffee
|
172
|
+
- vendor/assets/javascripts/oulu/helpers/js-window-sizes.js.coffee
|
173
|
+
- vendor/assets/javascripts/oulu/helpers/open-close.js.coffee
|
174
|
+
- vendor/assets/javascripts/oulu/ie/PIE_IE678.js
|
175
|
+
- vendor/assets/javascripts/oulu/ie/PIE_IE9.js
|
176
|
+
- vendor/assets/javascripts/oulu/ie/ie-selectors.js.coffee
|
177
|
+
- vendor/assets/javascripts/oulu/ie/ie8-selectors.js.coffee
|
178
|
+
- vendor/assets/javascripts/oulu/ie/ie9-selectors.js.coffee
|
179
|
+
- vendor/assets/javascripts/oulu/ie/jquery.belatedPNG.min.js
|
180
|
+
- vendor/assets/javascripts/oulu/ie/jquery.linkscubber.js
|
181
|
+
- vendor/assets/javascripts/oulu/ie/svgeezy.min.js
|
182
|
+
- vendor/assets/javascripts/oulu/plugins/check-box.js.coffee
|
183
|
+
- vendor/assets/javascripts/oulu/plugins/footerFixed.js
|
184
|
+
- vendor/assets/javascripts/oulu/plugins/jquery.autosize.min.js
|
185
|
+
- vendor/assets/javascripts/oulu/plugins/jquery.cheat-code.js
|
186
|
+
- vendor/assets/javascripts/oulu/plugins/jquery.css3form.js
|
187
|
+
- vendor/assets/javascripts/oulu/plugins/jquery.depend.min.js
|
188
|
+
- vendor/assets/javascripts/oulu/plugins/sns-buttons.js
|
189
|
+
- vendor/assets/stylesheets/_oulu-base.css.sass
|
190
|
+
- vendor/assets/stylesheets/_oulu.css.sass
|
191
|
+
- vendor/assets/stylesheets/bootcamp/CHANGELOG.md
|
192
|
+
- vendor/assets/stylesheets/bootcamp/CONTRIBUTING.md
|
193
|
+
- vendor/assets/stylesheets/bootcamp/Gruntfile.coffee
|
194
|
+
- vendor/assets/stylesheets/bootcamp/LICENSE.md
|
195
|
+
- vendor/assets/stylesheets/bootcamp/README.md
|
196
|
+
- vendor/assets/stylesheets/bootcamp/bower.json
|
197
|
+
- vendor/assets/stylesheets/bootcamp/dist/_bootcamp.scss
|
198
|
+
- vendor/assets/stylesheets/bootcamp/dist/bootcamp.coffee
|
199
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_actual.scss
|
200
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_error.scss
|
201
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_expect.scss
|
202
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_not-to.scss
|
203
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_should.scss
|
204
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/functions/_to.scss
|
205
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_describe.scss
|
206
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_it.scss
|
207
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_runner.scss
|
208
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_should.scss
|
209
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_xdescribe.scss
|
210
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/mixins/_xit.scss
|
211
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/variables/_helpers.scss
|
212
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/variables/_settings.scss
|
213
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/variables/_should.scss
|
214
|
+
- vendor/assets/stylesheets/bootcamp/dist/core/variables/_trackers.scss
|
215
|
+
- vendor/assets/stylesheets/bootcamp/dist/lib/_sassyjson.scss
|
216
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/_be.scss
|
217
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/_equal.scss
|
218
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-empty.scss
|
219
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-longer-than.scss
|
220
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_be-shorter-than.scss
|
221
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_contain.scss
|
222
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_deep-contain.scss
|
223
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_deep-equal.scss
|
224
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/lists/_have-length-of.scss
|
225
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-close-to.scss
|
226
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-greater-than.scss
|
227
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/numbers/_be-less-than.scss
|
228
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-falsy.scss
|
229
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-null.scss
|
230
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/types/_be-truthy.scss
|
231
|
+
- vendor/assets/stylesheets/bootcamp/dist/matchers/types/_have-type-of.scss
|
232
|
+
- vendor/assets/stylesheets/bootcamp/dist/utils/_contain.scss
|
233
|
+
- vendor/assets/stylesheets/bootcamp/dist/utils/_equal.scss
|
234
|
+
- vendor/assets/stylesheets/bootcamp/dist/utils/_list-join.scss
|
235
|
+
- vendor/assets/stylesheets/bootcamp/dist/utils/_power.scss
|
236
|
+
- vendor/assets/stylesheets/bootcamp/package.json
|
237
|
+
- vendor/assets/stylesheets/bootcamp/tasks/bootcamp.coffee
|
238
|
+
- vendor/assets/stylesheets/bootcamp/test/core/functions/_actual.scss
|
239
|
+
- vendor/assets/stylesheets/bootcamp/test/core/functions/_expect.scss
|
240
|
+
- vendor/assets/stylesheets/bootcamp/test/core/functions/_not-to.scss
|
241
|
+
- vendor/assets/stylesheets/bootcamp/test/core/functions/_should.scss
|
242
|
+
- vendor/assets/stylesheets/bootcamp/test/core/functions/_to.scss
|
243
|
+
- vendor/assets/stylesheets/bootcamp/test/core/mixins/_describe.scss
|
244
|
+
- vendor/assets/stylesheets/bootcamp/test/core/mixins/_it.scss
|
245
|
+
- vendor/assets/stylesheets/bootcamp/test/core/mixins/_should.scss
|
246
|
+
- vendor/assets/stylesheets/bootcamp/test/core/mixins/_xdescribe.scss
|
247
|
+
- vendor/assets/stylesheets/bootcamp/test/core/mixins/_xit.scss
|
248
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/_be.scss
|
249
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/_equal.scss
|
250
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-empty.scss
|
251
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-longer-than.scss
|
252
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_be-shorter-than.scss
|
253
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_contain.scss
|
254
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_deep-contain.scss
|
255
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_deep-equal.scss
|
256
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/lists/_have-length-of.scss
|
257
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-close-to.scss
|
258
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-greater-than.scss
|
259
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/numbers/_be-less-than.scss
|
260
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-falsy.scss
|
261
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-null.scss
|
262
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/types/_be-truthy.scss
|
263
|
+
- vendor/assets/stylesheets/bootcamp/test/matchers/types/_have-type-of.scss
|
264
|
+
- vendor/assets/stylesheets/bootcamp/test/specs.scss
|
265
|
+
- vendor/assets/stylesheets/bootcamp/test/utils/_contain.scss
|
266
|
+
- vendor/assets/stylesheets/bootcamp/test/utils/_equal.scss
|
267
|
+
- vendor/assets/stylesheets/bootcamp/test/utils/_list-join.scss
|
268
|
+
- vendor/assets/stylesheets/bootcamp/test/utils/_power.scss
|
269
|
+
- vendor/assets/stylesheets/helper/_base-helper.css.sass
|
270
|
+
- vendor/assets/stylesheets/helper/_click-actions.css.sass
|
271
|
+
- vendor/assets/stylesheets/helper/_fade-actions.css.sass
|
272
|
+
- vendor/assets/stylesheets/helper/_margin-padding.css.sass
|
273
|
+
- vendor/assets/stylesheets/helper/_typoglaphy.css.sass
|
274
|
+
- vendor/assets/stylesheets/options/amazlet/_amazlet.css.sass
|
275
|
+
- vendor/assets/stylesheets/options/glitch/_glitch.css.sass
|
276
|
+
- vendor/assets/stylesheets/options/oulu-buttons/_button-basic.css.sass
|
277
|
+
- vendor/assets/stylesheets/options/web-fonts/_cousine.css.sass
|
278
|
+
- vendor/assets/stylesheets/options/web-fonts/_font-awsome.css.sass
|
279
|
+
- vendor/assets/stylesheets/options/web-fonts/_icomoon.css.sass
|
280
|
+
- vendor/assets/stylesheets/options/web-fonts/_lato.css.sass
|
281
|
+
- vendor/assets/stylesheets/options/web-fonts/_montserrat.css.sass
|
282
|
+
- vendor/assets/stylesheets/options/web-fonts/_old-standard.css.sass
|
283
|
+
- vendor/assets/stylesheets/options/web-fonts/_open-sans.css.sass
|
284
|
+
- vendor/assets/stylesheets/options/web-fonts/_podkova.css.sass
|
285
|
+
- vendor/assets/stylesheets/options/web-fonts/_pt-sans.css.sass
|
286
|
+
- vendor/assets/stylesheets/options/web-fonts/_roboto.css.sass
|
287
|
+
- vendor/assets/stylesheets/options/web-fonts/_satisfy.css.sass
|
288
|
+
- vendor/assets/stylesheets/options/web-fonts/_source-code-pro.css.sass
|
289
|
+
- vendor/assets/stylesheets/options/web-fonts/_source-sans-pro.css.sass
|
290
|
+
- vendor/assets/stylesheets/options/web-fonts/_special-elite.css.sass
|
291
|
+
- vendor/assets/stylesheets/options/web-fonts/_tauri.css.sass
|
292
|
+
- vendor/assets/stylesheets/options/web-fonts/_ubuntu.css.sass
|
293
|
+
- vendor/assets/stylesheets/settings/functions/_background.css.sass
|
294
|
+
- vendor/assets/stylesheets/settings/functions/_bool.css.sass
|
295
|
+
- vendor/assets/stylesheets/settings/functions/_border.css.sass
|
296
|
+
- vendor/assets/stylesheets/settings/functions/_color.css.sass
|
297
|
+
- vendor/assets/stylesheets/settings/functions/_content.css.sass
|
298
|
+
- vendor/assets/stylesheets/settings/functions/_cursor.css.sass
|
299
|
+
- vendor/assets/stylesheets/settings/functions/_direction.css.sass
|
300
|
+
- vendor/assets/stylesheets/settings/functions/_image.css.sass
|
301
|
+
- vendor/assets/stylesheets/settings/functions/_length.css.sass
|
302
|
+
- vendor/assets/stylesheets/settings/functions/_list.css.sass
|
303
|
+
- vendor/assets/stylesheets/settings/functions/_map.css.sass
|
304
|
+
- vendor/assets/stylesheets/settings/functions/_number.css.sass
|
305
|
+
- vendor/assets/stylesheets/settings/functions/_position.css.sass
|
306
|
+
- vendor/assets/stylesheets/settings/functions/_reverse.css.sass
|
307
|
+
- vendor/assets/stylesheets/settings/functions/_string.css.sass
|
308
|
+
- vendor/assets/stylesheets/settings/functions/_text.css.sass
|
309
|
+
- vendor/assets/stylesheets/settings/initializers/_reset.css.sass
|
310
|
+
- vendor/assets/stylesheets/settings/mixins/_animation.css.sass
|
311
|
+
- vendor/assets/stylesheets/settings/mixins/_background.css.sass
|
312
|
+
- vendor/assets/stylesheets/settings/mixins/_balloon-tale.css.sass
|
313
|
+
- vendor/assets/stylesheets/settings/mixins/_basic-font.css.sass
|
314
|
+
- vendor/assets/stylesheets/settings/mixins/_block.css.sass
|
315
|
+
- vendor/assets/stylesheets/settings/mixins/_border.css.sass
|
316
|
+
- vendor/assets/stylesheets/settings/mixins/_button-base.css.sass
|
317
|
+
- vendor/assets/stylesheets/settings/mixins/_clear-type.css.sass
|
318
|
+
- vendor/assets/stylesheets/settings/mixins/_color.css.sass
|
319
|
+
- vendor/assets/stylesheets/settings/mixins/_filters.css.sass
|
320
|
+
- vendor/assets/stylesheets/settings/mixins/_form.css.sass
|
321
|
+
- vendor/assets/stylesheets/settings/mixins/_grids.css.sass
|
322
|
+
- vendor/assets/stylesheets/settings/mixins/_html5-input-types.scss
|
323
|
+
- vendor/assets/stylesheets/settings/mixins/_ie-hacks.css.sass
|
324
|
+
- vendor/assets/stylesheets/settings/mixins/_lines.css.sass
|
325
|
+
- vendor/assets/stylesheets/settings/mixins/_link.css.sass
|
326
|
+
- vendor/assets/stylesheets/settings/mixins/_list.css.sass
|
327
|
+
- vendor/assets/stylesheets/settings/mixins/_margin-padding.css.sass
|
328
|
+
- vendor/assets/stylesheets/settings/mixins/_overlay.css.sass
|
329
|
+
- vendor/assets/stylesheets/settings/mixins/_positions.css.sass
|
330
|
+
- vendor/assets/stylesheets/settings/mixins/_rem.css.sass
|
331
|
+
- vendor/assets/stylesheets/settings/mixins/_resets.css.sass
|
332
|
+
- vendor/assets/stylesheets/settings/mixins/_responsive-utilities.css.sass
|
333
|
+
- vendor/assets/stylesheets/settings/mixins/_sassmatic.css.sass
|
334
|
+
- vendor/assets/stylesheets/settings/mixins/_sprite-background.css.sass
|
335
|
+
- vendor/assets/stylesheets/settings/mixins/_tables.css.sass
|
336
|
+
- vendor/assets/stylesheets/settings/mixins/_text.css.sass
|
337
|
+
- vendor/assets/stylesheets/settings/variables/_default.css.sass
|
338
|
+
homepage: http://fjord.jp
|
339
|
+
licenses: []
|
340
|
+
metadata: {}
|
341
|
+
post_install_message:
|
342
|
+
rdoc_options: []
|
343
|
+
require_paths:
|
344
|
+
- lib
|
345
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
346
|
+
requirements:
|
347
|
+
- - ">="
|
348
|
+
- !ruby/object:Gem::Version
|
349
|
+
version: '0'
|
350
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
351
|
+
requirements:
|
352
|
+
- - ">="
|
353
|
+
- !ruby/object:Gem::Version
|
354
|
+
version: '0'
|
355
|
+
requirements: []
|
356
|
+
rubyforge_project:
|
357
|
+
rubygems_version: 2.4.3
|
358
|
+
signing_key:
|
359
|
+
specification_version: 4
|
360
|
+
summary: Sass tools for machida
|
361
|
+
test_files: []
|
362
|
+
has_rdoc:
|