pwnstyles_rails 0.2.3 → 0.2.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7c7c1da86273339bc60eb017bb860d202317ac33
4
- data.tar.gz: f61412f68b0c72138dc6f5ad5e08e1c9708349d5
3
+ metadata.gz: 22b0806e7f9b22d0cd4e455c89ac297bc859bfa0
4
+ data.tar.gz: d898e607673807d248ff8edd7e4c081b63ed186b
5
5
  SHA512:
6
- metadata.gz: baea508c4e2b168c6599b57834a389b27fdea4452b6950612c596ee1a3e03ed5fa5ffe52e9d831535696176d5fb04776d5f9cb1b69f089a2a61558fa4f6ce0e9
7
- data.tar.gz: d9bb4a5c435298f57ed0a8bca7d9c5a92114d886715171faabc8f071db67223951d18341ff6051a8d620aa0400fc66fbbe2ba9202300c7d4906a4b47be765d80
6
+ metadata.gz: ebaef9212b81261da7d5d5e25c8bb53c228e13b6da427826306a6305ff71d056011ea01e6161bff1bdfdf1c6c19961e77d45a1bcecc9772e4b7917de2d5ebd8e
7
+ data.tar.gz: 5bbd8fd8a059f470d51dec74876834781c67ca8f6ae84a1bb1d5c50a09d63b9ffdb750ced0b3127ba2b0aadf0a839b4ca580a95ab3b96773c48c4aed2b514323
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.3
1
+ 0.2.4
@@ -21,6 +21,7 @@
21
21
  @if not $subdued {
22
22
  text-shadow: 0 1px rgba(0, 0, 0, 0.1);
23
23
  }
24
+ font-family: inherit;
24
25
  font-size: 1.25em;
25
26
  line-height: 1.375em;
26
27
  font-weight: $font-weight;
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: pwnstyles_rails 0.2.3 ruby lib
5
+ # stub: pwnstyles_rails 0.2.4 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "pwnstyles_rails"
9
- s.version = "0.2.3"
9
+ s.version = "0.2.4"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Victor Costan"]
14
- s.date = "2015-08-30"
14
+ s.date = "2015-09-06"
15
15
  s.description = "Included CSS was designed for reuse across pwnb.us apps."
16
16
  s.email = "victor@costan.us"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pwnstyles_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.3
4
+ version: 0.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-30 00:00:00.000000000 Z
11
+ date: 2015-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails