oulu-rails 0.6.4 → 0.6.5

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: 6f3c26478fc18db2c97b3fca79952780a77b9065
4
- data.tar.gz: c525bb1087e38776e4f072e45414a2458b08fe6a
3
+ metadata.gz: 6da997af59d6ab87a13f888320bab78d77606f3f
4
+ data.tar.gz: 7720b636be50631830e37c567dbd2dab800803e3
5
5
  SHA512:
6
- metadata.gz: 2622905ea5f9609be9e5562227ccf720753b9cbb3127d2d869cb14d30831a795edad262efc2a54e355f3d468880141a5db677544b12d60319d76d0a2fb98ed66
7
- data.tar.gz: 4e898e95f6b42bb6dd5f68d6d867eaf8ff1df9ad75def341e5a759a916ea72dff3274fd539e3e909770ed1a548aece49e453371ef6df4d89e8512b96db2f56b8
6
+ metadata.gz: afeab00aa65ad796e8fd3abdce34bf547763df666d6fb7940179d797f4ea39446d3fb7f0dcb2309efd1a7ecf01ccc7cd1a88b3865410bc3c3e6ef2d5cc8000ee
7
+ data.tar.gz: 66850469106a8cd8c58c31cfe21a1b18d7fcaf9c69a1da2b034da5a0939909ca3f936adc94e460da89a1634ee1ce9899e1149eb435ac0f671b566db82a6d56f7
@@ -1,3 +1,3 @@
1
1
  module OuluRails
2
- VERSION = "0.6.4"
2
+ VERSION = "0.6.5"
3
3
  end
@@ -17,11 +17,11 @@ body
17
17
  text-indent: 0
18
18
 
19
19
  // text-align
20
- .is-center-align
20
+ .is-align-center
21
21
  text-align: center
22
- .is-right-align
22
+ .is-align-right
23
23
  text-align: right
24
- .is-left-align
24
+ .is-align-left
25
25
  text-align: left
26
26
 
27
27
  .is-nowrap
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.4
4
+ version: 0.6.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-20 00:00:00.000000000 Z
11
+ date: 2015-03-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass-rails