message_train 0.6.2 → 0.6.3

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: 27d861f80cec2af9e4f1594cd3db9a89d74546ea
4
- data.tar.gz: b479f016a3835a9f87fb554dda6b98f6108aa16f
3
+ metadata.gz: f4ab226f5d819a919fe1b0afc3f83923a724c556
4
+ data.tar.gz: ce97206bf833214ec3643fc9f138e38f100a26e3
5
5
  SHA512:
6
- metadata.gz: 5e219d8f48a77c73c1a380691c607e9984f506344a7356f5c9dc1580159d9602c1f9528afe27d2199224124217586b0f07e01cf220cd94d1bf8dc36f58c9d51d
7
- data.tar.gz: 61197d5b8d2994dd20345cb895a9dd62d137f2b7ad81d914e3b8bb4bff4c8c611ab1df11520b2b1a657cc18aeb26845e0be58840e7a7b854df3c16a9c979a1d5
6
+ metadata.gz: d797f7244555754691efb47115a3e34b7a148374c0d02e5be42c70e612a9c98cf54af4b5a0f9d7fbf2793de2bf3af19d6d1b3eafb5ae0310e8427e928bcf17de
7
+ data.tar.gz: 22647248d1871fd1fff640a0c234f38e199b9eaf4ac3743a5b6cd021900c79016b13a06c5c45d76591eb7b0e867950e8c876fa830ab279e4c5d88f41acc32c57
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.3
@@ -1,5 +1,5 @@
1
1
  - unless boxes.empty?
2
2
  - cache boxes_dropdown_cache_key(boxes), 'message-train' do
3
- = dropdown_nav_item "#{:box_title_in.l} #{badge(boxes.first.unread_count.to_s) unless boxes.first.unread_count == 0}".html_safe, '#' do
3
+ = dropdown_nav_item "#{:box_title_in.l} #{badge(boxes.first.unread_count.to_s) unless boxes.first.unread_count.to_i == 0}".html_safe, '#' do
4
4
  - boxes.each do |box|
5
5
  = box_nav_item box
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: message_train 0.6.2 ruby lib
5
+ # stub: message_train 0.6.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "message_train"
9
- s.version = "0.6.2"
9
+ s.version = "0.6.3"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Karen Lundgren"]
14
- s.date = "2016-03-11"
14
+ s.date = "2016-03-12"
15
15
  s.description = "Rails 4 Engine providing private/public messaging for any object, such as Users or Groups"
16
16
  s.email = "karen.e.lundgren@gmail.com"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: message_train
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-11 00:00:00.000000000 Z
11
+ date: 2016-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails