purecss 0.4.2 → 0.4.2.1

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: ef885dc2932cd6fc7e0e3b3fb190b1c636cdb3ab
4
- data.tar.gz: 677f16c9e2f6d35b5a9790fe39d0fb8744907a68
3
+ metadata.gz: 6cdb6f6373a6e8e763eed86ade82e8c0e8f55e70
4
+ data.tar.gz: 410319ef0cc1b5b60099553b809706882f81a506
5
5
  SHA512:
6
- metadata.gz: e9f9a6acc0a424e4c2338c7a4a9eb9a528d58068ee4a2c67de741176fb66b53bd40873895b13ee5baa4f5f1785c4982be00e28ce2d02bb92329570201a734b89
7
- data.tar.gz: 9a74290f536ed7cc77ddf5b9eea0a7563005089336369c8309c383c86ae64d495971410db4361c502c2e2183db716451b9a642a68664f2b9cbf1363ea92982a8
6
+ metadata.gz: ee1e50c3a8374b5af6a35af113661f9d0b3417a07e208599969f6a4b1ee60790762367d9bc6a410631e6ed856bdd4f7889646be90e67859c026858faeff903c8
7
+ data.tar.gz: 0effa0a6a823d95867d9277bdb6fcd6d7a8af1f1eb85f33fdb135cae1292bba95e0d7c17a2dd17887243b405113a3a011b380e7a91d76ec186d2a566ef8461fa
data/HISTORY.md CHANGED
@@ -8,6 +8,9 @@ I'd like to add
8
8
 
9
9
 
10
10
  # Changelog
11
+ - 0.4.2.1 Fixed bug, thanks to
12
+ [sespindola](https://github.com/mseri/rails-purecss/pull/2)
13
+ - 0.4.2 Purecss updated to the new 0.4.2 release
11
14
  - 0.3.0 Purecss updated to the new 0.3.0 release
12
15
  - 0.2.1 Purecss updated to the new 0.2.1 release
13
16
  - 0.2.0 New purecss 0.2.0 and redefined renumeration
@@ -8,15 +8,15 @@ module Purecss
8
8
 
9
9
  def add_assets
10
10
  if stylesheets_type=='nonresponsive'
11
- purecss-type = 'pure-nr-min'
11
+ purecss_type = 'pure-nr-min'
12
12
  elsif stylesheets_type=='responsive'
13
- purecss-type = 'pure-min'
13
+ purecss_type = 'pure-min'
14
14
  else
15
15
  raise "'#{stylesheets_type}'' is not recognized, use either 'responsive' or 'nonresponsive'"
16
16
 
17
17
  end
18
18
 
19
- insert_into_file "app/assets/stylesheets/application#{detect_css_format[0]}", "#{detect_css_format[1]} require #{purecss-type}\n", :after => "require_self\n"
19
+ insert_into_file "app/assets/stylesheets/application#{detect_css_format[0]}", "#{detect_css_format[1]} require #{purecss_type}\n", :after => "require_self\n"
20
20
  end
21
21
 
22
22
  def detect_css_format
@@ -28,4 +28,4 @@ module Purecss
28
28
  end
29
29
  end
30
30
  end
31
- end
31
+ end
@@ -1,3 +1,3 @@
1
1
  module Purecss
2
- VERSION = "0.4.2"
2
+ VERSION = "0.4.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: purecss
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mseri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-12 00:00:00.000000000 Z
11
+ date: 2014-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails