ruby_badger 0.0.5 → 0.0.6

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: 1ffb2d116c03270ff9f6c885c3138e6ed759f0d9
4
- data.tar.gz: 8fff3ed31a6c8d230655dcdb48468b01f9c00e18
3
+ metadata.gz: 5b297b1780840775a49666cc08f4e5ca3667d7d2
4
+ data.tar.gz: ad5b7c78eadaf3d4ba6c5f20f71bba26b4d9f699
5
5
  SHA512:
6
- metadata.gz: 8e273ad888f1f38c26c3de347908ee387fb484ee2a42c8f11bba5b55e59bf351538f6f996c1aafb4c65e43a379005251d8bd530b68150a63f906f822a45a93bb
7
- data.tar.gz: 5596d4325acbe72c7633940b7770291615e27febf241c9c8cb3d43ebabc8e278ae4bf06d624e9459312c48849e97c75367d10831ed9c1061221704cbe7cd299b
6
+ metadata.gz: 78b8d3424b1fe7f7244942f3db866630ae5941d999aae8befc4e5449c4f5bf1637294b6c1caf19f3793be56dc970be0fac4dd79db454d65a873090f9d085a1c6
7
+ data.tar.gz: 9108e65676252c48615d673a5f1704f8906de659596384023a6471bb1d5537f5eff45cd7871ffc7345f65a594493bec452ca8346a80ff65da21d444db0ea6800
data/README.md CHANGED
@@ -45,5 +45,7 @@ To see what else you can customize, take a look at `ruby_badger.css.scss`.
45
45
  # Authors
46
46
 
47
47
  * David Southard
48
+ * Rob Sanheim
49
+ * Jamie Kite
48
50
 
49
51
  This project rocks and uses MIT-LICENSE.
@@ -1,3 +1,3 @@
1
1
  module RubyBadger
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -1,18 +1,18 @@
1
- @mixin corner-banner($color: #333) {
1
+ @mixin corner-banner($ruby-badger-color: #333) {
2
2
  &.corner-banner.ruby-badger {
3
3
  position: absolute;
4
4
  left: -52px;
5
5
  top: 30px;
6
6
  display: block;
7
7
  width: 200px;
8
- background: $color;
9
- background: -moz-linear-gradient(top, $color 0%, darken($color, 20) 100%);
10
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, $color), color-stop(100%, darken($color, 20)));
8
+ background: $ruby-badger-color;
9
+ background: -moz-linear-gradient(top, $ruby-badger-color 0%, darken($ruby-badger-color, 20) 100%);
10
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, $ruby-badger-color), color-stop(100%, darken($ruby-badger-color, 20)));
11
11
  text-align:center;
12
12
  font-size:11px;
13
13
  line-height:13px;
14
14
  padding:4px 3px 4px 3px;
15
- text-shadow: darken($color, 20) 1px 1px 0;
15
+ text-shadow: darken($ruby-badger-color, 20) 1px 1px 0;
16
16
  -webkit-transform: rotate(-45deg); /* Saf3.1+, Chrome */
17
17
  -moz-transform: rotate(-45deg); /* FF3.5+ */
18
18
  -ms-transform: rotate(-45deg); /* IE9 */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_badger
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Southard
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-11-01 00:00:00.000000000 Z
13
+ date: 2013-11-06 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: bundler