message_train 0.4.4 → 0.4.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47fbc2e5ed07dbaac1a1e0d31ea70809b88c8960
|
4
|
+
data.tar.gz: 983e5c6efba89661ee8860cafbe7e07ce6542e2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 70ea402d27d8fdc5535485fe4515c930aa8cb1daba2ade2b355bd1973e5ebc0d97e0b4e6827a488c140a394ac8accdb82e34b353e423e5cbd77f50b085e22b20
|
7
|
+
data.tar.gz: 5613023e9aaf77bf5dc444e0aa862b165b16f31b41196cff4aa0900ada19da6279cc94ea72fde3549aafdb9a2cf86ea59b3c2f63275607bf9a8f7c35dcc17c1d
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.4.
|
1
|
+
0.4.5
|
@@ -50,6 +50,6 @@
|
|
50
50
|
= link_to :compose_to_collective.l(collective: collective_name(@collective)), message_train.new_collective_box_message_path(@collective.path_part, @box.division), class: 'btn btn-primary compose'
|
51
51
|
%span#spinner.hide= icon 'refresh spinning'
|
52
52
|
= hidden_field_tag :mark_to_set
|
53
|
-
%table#
|
53
|
+
%table#message-train-conversations.table.table-condensed
|
54
54
|
= render @conversations
|
55
55
|
= paginate @conversations
|
data/message_train.gemspec
CHANGED
@@ -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.4.
|
5
|
+
# stub: message_train 0.4.5 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "message_train"
|
9
|
-
s.version = "0.4.
|
9
|
+
s.version = "0.4.5"
|
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-02-
|
14
|
+
s.date = "2016-02-18"
|
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 = [
|
@@ -46,7 +46,7 @@ shared_examples_for 'a bootstrap page listing a collection of items' do |object,
|
|
46
46
|
options[:minimum] ||= 1
|
47
47
|
options[:plural_title] ||= object.model_name.human.pluralize(2)
|
48
48
|
options[:plural_name] ||= object.table_name
|
49
|
-
collection_css_id = options[:plural_name]
|
49
|
+
collection_css_id = options[:plural_name].gsub('_', '-')
|
50
50
|
member_css_class = options[:plural_name].singularize
|
51
51
|
it_behaves_like 'a bootstrap page', title: options[:plural_title].titlecase
|
52
52
|
context "displays a list of ##{collection_css_id} in .#{member_css_class}" do
|
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.4.
|
4
|
+
version: 0.4.5
|
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-02-
|
11
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|