message_train 0.6.0 → 0.6.1

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: 22a2a975ced65cb55871dcfa1f5a2a0e8bf84f7c
4
- data.tar.gz: cbad8e0df97bd6caef57802f258e4bfa1d6644b1
3
+ metadata.gz: cb79997cc136e419f288b614b493bdefc6f0a9a9
4
+ data.tar.gz: cbc35d9db45792080a4f5b7ab9323b44223c812b
5
5
  SHA512:
6
- metadata.gz: a165b762a0af4973aa939c3deb7b2a836b9fd993dc96b5ac3ce20a97fa3f6ed838df503393a0cd0e0ca4918cd1db0606256f13750ee830808b51b6d2b43c5d5c
7
- data.tar.gz: 954357e4d1563d1b5d61f6f678b7caecde7ffe30cb5541206398325168b1573f95baf18cf524b701c721bae87d41b605f3f091ef3dfbd65df0a2da348129cde3
6
+ metadata.gz: 6af581a7e48dac4d2e3ab90855ff77350b01bedc2baf91b59e5c155150a6f953b6625ebf924fdedaab2555c9ebb3f0c76a054ef398db5a266cbca942715c2ffd
7
+ data.tar.gz: 400c35981a3146b64b5d4cc54a8deb623f015ccbf71fb0f612ff7ae5a7fc407176219def977a0286db06c733ccc90dc788839e72fb618443d0532359f678dcd7
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.1
@@ -4,7 +4,7 @@
4
4
  %p= icon_button_to 'primary', 'check', :enable_some_notifications.l, message_train.unsubscribes_all_path, method: :delete
5
5
  - else
6
6
  .row
7
- .col-md-10
7
+ .col-md-8
8
8
  %table#subscriptions.table.table-bordered.table-condensed
9
9
  - @subscriptions.each do |subscription|
10
10
  %tr.subscription
@@ -15,5 +15,5 @@
15
15
  - else
16
16
  %td= :unsubscribed.l
17
17
  %td= button_to :enable_notifications.l, message_train.unsubscribe_path(subscription[:unsubscribe].id), method: :delete, class: 'btn btn-primary', id: "remove-unsubscribe-#{subscription[:unsubscribe].id}"
18
- .col-md-2
18
+ .col-md-4
19
19
  %p= icon_button_to 'danger btn-lg', 'remove', :disable_all_notifications.l, message_train.unsubscribes_all_path, method: :post
@@ -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.0 ruby lib
5
+ # stub: message_train 0.6.1 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "message_train"
9
- s.version = "0.6.0"
9
+ s.version = "0.6.1"
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-03"
14
+ s.date = "2016-03-11"
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.0
4
+ version: 0.6.1
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-03 00:00:00.000000000 Z
11
+ date: 2016-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails