chaltron 0.2.10 → 0.2.11

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
  SHA256:
3
- metadata.gz: 1088efaf7dac2e7cadc264670bca21620d96fcd47bb5be4af129a4bbb32e215b
4
- data.tar.gz: de8b6c6c2c2a7bcc3da89572002cd745897542894f244ba74dea8a23ccc798bc
3
+ metadata.gz: f0db5689d36867b5dbe81aed50248c93189c3ed321fab99e007ad1003b40b506
4
+ data.tar.gz: 29853e9008306cd04372a6e5c2fd332136b6e94e2749bf4c454ee04919552be6
5
5
  SHA512:
6
- metadata.gz: 752d8e05f29bce3fa305f6e3c92cbb36b0924d4d015cc68c19d776d91f1cf4bde407f3c7e2511099622a57a8b83e8796448a8dde63d4d473d16b722b66ff2590
7
- data.tar.gz: 340c64ad0fef532e38d1081ce37ab4c1dc1228316f9e282b203839d2d089765927c2ae9aee86936e23d977e73d53234cdab61e0b2c036953f10c9881b4f6cb66
6
+ metadata.gz: 3c68397cbd1118f2ecc124d79146bffffe4428f40cc8a7a257068511d80975d7d8635f41c12cd2f3cafd14015dbcee7ba9083ad5c272cf91a6a6ae93ce2d9c8d
7
+ data.tar.gz: c6120a6ba5a149bcd84d2f253754a3df5de558f19370b7fe23088815f5400dc57d2639069f23206381dd6c46c7ca4fa44fef39362c4da182188283d94def2765
data/README.md CHANGED
@@ -1,5 +1,4 @@
1
- # Chaltron [![Gem Version](https://badge.fury.io/rb/chaltron.svg)](http://badge.fury.io/rb/chaltron) [![Build Status](https://travis-ci.org/vicvega/chaltron.svg?branch=master)](http://travis-ci.org/vicvega/chaltron) [![Dependency Status](https://gemnasium.com/vicvega/chaltron.svg)](https://gemnasium.com/vicvega/chaltron)
2
-
1
+ # Chaltron [![Gem Version](https://badge.fury.io/rb/chaltron.svg)](http://badge.fury.io/rb/chaltron) [![Build Status](https://travis-ci.org/vicvega/chaltron.svg?branch=master)](http://travis-ci.org/vicvega/chaltron)
3
2
  [![Coverage Status](https://coveralls.io/repos/vicvega/chaltron/badge.svg?branch=master&service=github)](https://coveralls.io/github/vicvega/chaltron?branch=master)
4
3
  [![Code Climate](https://codeclimate.com/github/vicvega/chaltron/badges/gpa.svg)](https://codeclimate.com/github/vicvega/chaltron)
5
4
  [![PullReview stats](https://www.pullreview.com/github/vicvega/chaltron/badges/master.svg?)](https://www.pullreview.com/github/vicvega/chaltron/reviews/master)
@@ -2,7 +2,7 @@ module Chaltron::LdapHelper
2
2
 
3
3
  def display_entry_name(entry)
4
4
  if User.exists?(username: entry.username)
5
- (entry.name + '&nbsp').html_safe +
5
+ (entry.name + ' ').html_safe +
6
6
  tag_label(I18n.t('chaltron.users.already_present'), :danger)
7
7
  else
8
8
  entry.name
@@ -1,7 +1,7 @@
1
1
  module Chaltron::UsersHelper
2
2
  def display_username(user)
3
3
  if user == current_user
4
- link_to(user.username, user) + '&nbsp'.html_safe +
4
+ link_to(user.username, user) + ' '.html_safe +
5
5
  tag_label(I18n.t('chaltron.users.it_s_you'), :success)
6
6
  else
7
7
  link_to user.username, user
@@ -1,3 +1,3 @@
1
1
  module Chaltron
2
- VERSION = '0.2.10'.freeze
2
+ VERSION = '0.2.11'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaltron
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - vicvega
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-12-11 00:00:00.000000000 Z
11
+ date: 2019-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -504,8 +504,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
504
504
  - !ruby/object:Gem::Version
505
505
  version: '0'
506
506
  requirements: []
507
- rubyforge_project:
508
- rubygems_version: 2.7.6
507
+ rubygems_version: 3.0.1
509
508
  signing_key:
510
509
  specification_version: 4
511
510
  summary: Move faster and break things - revisited for rails 4