spud_core 1.0.1 → 1.0.2

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: 54e89402f50df40441be8aaafa97131070320c88
4
- data.tar.gz: cbc27d7e0c053aecc938c78128db19ac2ad4eaaf
3
+ metadata.gz: 29e066f26c37fad81eeb5f401c678aec89086ff9
4
+ data.tar.gz: e2958c121fa2322a1e431eb0897274fc32ce88df
5
5
  SHA512:
6
- metadata.gz: bdb8f009b72e18ba119f2d057dd45aeee52e3ac24f7fdf6ab5a9046bcdb43ad1055a76328436cea6dd411b90aa027017abce0ebf55eeb727f07ca9061db5191a
7
- data.tar.gz: b99452d6bca7f048a19d4b647d1c670d4c73a4f91dad44c3c14500da82739e7458181319d2d786675451caba4b0806e1e5b9407df1c09bda7200f0fdd8080135
6
+ metadata.gz: dd75dab8a0466aaf853ff2b8bd9f7cd3ec64edd9a08c4c3e50bf5507cdd11b7d195e173b087b95cef269869737bf754e47d6508e3c1b20edbe81a977cd09a148
7
+ data.tar.gz: a2b9ef86e09ee4e17389a7b9dedbdf232791bf59067db25896109bb571cca8f25945d3263d0f737c899442d0ed1c11c64d7108a2f80047113345545e40af6dca
@@ -305,7 +305,7 @@ div.field_with_errors label {
305
305
  }
306
306
 
307
307
  .admin-table th .asc {
308
- background-image: url(<%=image_path 'spud/admin/up_arrow.gif)'%>);
308
+ background-image: url(<%=image_path 'spud/admin/up_arrow.gif'%>);
309
309
  }
310
310
 
311
311
  .admin-table th .desc {
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Core
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spud_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Estes