sb-styleguide 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +1 -1
- data/Gemfile.lock +3 -10
- data/lib/sb-styleguide/version.rb +1 -1
- data/vendor/assets/fonts/ss-standard.eot +0 -0
- data/vendor/assets/fonts/ss-standard.svg +200 -309
- data/vendor/assets/fonts/ss-standard.ttf +0 -0
- data/vendor/assets/fonts/ss-standard.woff +0 -0
- data/vendor/assets/javascripts/styleguide/lib/ss-social.js +75 -0
- data/vendor/assets/javascripts/styleguide/lib/ss-standard.js +78 -0
- data/vendor/assets/javascripts/styleguide/plugins/tbg-respinsiveresize.js.coffee +2 -0
- data/vendor/assets/javascripts/styleguide/plugins/tbg-switch.js.coffee +2 -1
- data/vendor/assets/stylesheets/styleguide/base/_reset.css.scss +28 -0
- data/vendor/assets/stylesheets/styleguide/base/_type.css.scss +7 -0
- metadata +4 -2
data/Gemfile
CHANGED
|
@@ -43,5 +43,5 @@ group :development, :test do
|
|
|
43
43
|
gem 'growl'
|
|
44
44
|
gem 'jasminerice', :git => "https://github.com/bradphelan/jasminerice"
|
|
45
45
|
gem "guard-jasmine"
|
|
46
|
-
gem 'jsPercolator', :git => "git@github.com:adtaylor/jsPercolator.git"
|
|
46
|
+
# gem 'jsPercolator', :git => "git@github.com:adtaylor/jsPercolator.git"
|
|
47
47
|
end
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
GIT
|
|
2
|
-
remote: git@github.com:adtaylor/jsPercolator.git
|
|
3
|
-
revision: 7686a924d74cae9edd1b1ce1f5346c0b17b09142
|
|
4
|
-
specs:
|
|
5
|
-
jsPercolator (0.0.1)
|
|
6
|
-
|
|
7
1
|
GIT
|
|
8
2
|
remote: https://github.com/bradphelan/jasminerice
|
|
9
3
|
revision: ee4681169096fb15913b90cf15832e6b15e15a22
|
|
@@ -15,7 +9,7 @@ GIT
|
|
|
15
9
|
PATH
|
|
16
10
|
remote: .
|
|
17
11
|
specs:
|
|
18
|
-
sb-styleguide (0.0.
|
|
12
|
+
sb-styleguide (0.0.6)
|
|
19
13
|
actionpack (~> 3.1)
|
|
20
14
|
activesupport (~> 3.1)
|
|
21
15
|
compass-rails
|
|
@@ -116,7 +110,7 @@ GEM
|
|
|
116
110
|
maruku (0.6.0)
|
|
117
111
|
syntax (>= 1.0.0)
|
|
118
112
|
mime-types (1.19)
|
|
119
|
-
modular-scale (1.0.
|
|
113
|
+
modular-scale (1.0.4)
|
|
120
114
|
compass (>= 0.11.5)
|
|
121
115
|
sassy-math (>= 1.2)
|
|
122
116
|
multi_json (1.3.6)
|
|
@@ -182,7 +176,7 @@ PLATFORMS
|
|
|
182
176
|
ruby
|
|
183
177
|
|
|
184
178
|
DEPENDENCIES
|
|
185
|
-
bundler
|
|
179
|
+
bundler
|
|
186
180
|
coffee-rails (~> 3.2.1)
|
|
187
181
|
compass-rails
|
|
188
182
|
growl
|
|
@@ -192,7 +186,6 @@ DEPENDENCIES
|
|
|
192
186
|
haml-rails
|
|
193
187
|
jasminerice!
|
|
194
188
|
jquery-rails
|
|
195
|
-
jsPercolator!
|
|
196
189
|
maruku
|
|
197
190
|
rails (~> 3.1)
|
|
198
191
|
sass-rails (~> 3.2.3)
|
|
Binary file
|