softwear-lib 1.7.11 → 1.7.13

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: 428b489cc6521ad57f942c576f0c6f3188119f7d
4
- data.tar.gz: 9dc199b32ebe21eb5d76c10fc0a67dce84731b12
3
+ metadata.gz: c8abe3c9be22f0e0e9b14377fcf29ad7cdf2ebd9
4
+ data.tar.gz: 4eeeee31b61a7f9b66cb43a309964b64c43b91b0
5
5
  SHA512:
6
- metadata.gz: f7e4ddea490abe5e214ff9bc8a18e5e42f3e76e13849b2450b4c8f785c1cabb59ac9c59c060744abfabed5014493a7e16fd9aca53510d489ac86d15ce8f0ef76
7
- data.tar.gz: fec8a47b63943cc0681e33fe92e49fd8633b23d81f5c2265166d8c44e5cf461e5f2743b0ab983d0318f90bfb728c4d73f1f1d85363478b061f657e12c5524e10
6
+ metadata.gz: 63bbd67f830788332c83c79f475b5bf663cbf9c07a7e00c66aca5ff8e8730238bb183371a95b222d676ff5ffed6c477f57099f8323ca53f40f5a368356575631
7
+ data.tar.gz: df6d9220f44af9d832b1e533b7b65e55ce89acd2a222427ac5b38c49ab8927cbe04415c6b9ca6d5d6c4e4f3219e4b8ef678e8a59150d89d1018995fa88f557e3
@@ -3,7 +3,7 @@ module Softwear
3
3
  module Helper
4
4
  def profile_picture_of(user = nil, options = {})
5
5
  options[:class] ||= ''
6
- options[:class] += ' media-object img-circle profile-pic'
6
+ options[:class] += ' media-object img-rounded profile-pic img img-responsive'
7
7
  options[:alt] ||= "#{user.try(:full_name) || '(Unknown)'}'s Avatar"
8
8
  options[:title] ||= user.try(:full_name) || 'Someone'
9
9
 
@@ -1,5 +1,5 @@
1
1
  module Softwear
2
2
  module Lib
3
- VERSION = "1.7.11"
3
+ VERSION = "1.7.13"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: softwear-lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.11
4
+ version: 1.7.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nigel Baillie
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-21 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -120,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
120
  version: '0'
121
121
  requirements: []
122
122
  rubyforge_project:
123
- rubygems_version: 2.4.8
123
+ rubygems_version: 2.2.2
124
124
  signing_key:
125
125
  specification_version: 4
126
126
  summary: Common gems and logic for all softwear apps.