maestrano-connector-rails 0.2.3 → 0.2.4
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 +4 -4
- data/VERSION +1 -1
- data/config/routes.rb +1 -2
- data/maestrano-connector-rails.gemspec +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c61242171fa28d12f7b42b540839eb5d57179c80
|
|
4
|
+
data.tar.gz: a97192e89618261f15f62a519e3cd94928bdb0e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 025ab6ec89121241ca1d31e035cee03526d6a7a15baaf12c67b96e05c3530d1f21f987f624365d3c5565671833c26b2ca293cfb68425f347cb62f500d1061796
|
|
7
|
+
data.tar.gz: 76ba019c20c8f25fc73bce9d781fd9bbcea8d0af0e12bd73dbf585575b0501fb33bee8ef110d67749aefd32b3ccc5b066b9a69dc90869d4cf27e77ef1b2d6b64
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.
|
|
1
|
+
0.2.4
|
data/config/routes.rb
CHANGED
|
@@ -2,8 +2,7 @@ Maestrano::Connector::Rails::Engine.routes.draw do
|
|
|
2
2
|
maestrano_routes
|
|
3
3
|
|
|
4
4
|
namespace :maestrano do
|
|
5
|
+
match 'signout', to: 'sessions#destroy', as: 'signout', via: [:get, :post]
|
|
5
6
|
post 'connec/notifications/:tenant' => 'connec#notifications'
|
|
6
7
|
end
|
|
7
|
-
|
|
8
|
-
match 'signout', to: 'sessions#destroy', as: 'signout', via: [:get, :post]
|
|
9
8
|
end
|
|
@@ -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: maestrano-connector-rails 0.2.
|
|
5
|
+
# stub: maestrano-connector-rails 0.2.4 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "maestrano-connector-rails"
|
|
9
|
-
s.version = "0.2.
|
|
9
|
+
s.version = "0.2.4"
|
|
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 = ["Pierre Berard"]
|
|
14
|
-
s.date = "2016-02-
|
|
14
|
+
s.date = "2016-02-10"
|
|
15
15
|
s.description = "Maestrano is the next generation marketplace for SME applications. See https://maestrano.com for details."
|
|
16
16
|
s.email = "pierre.berard@maestrano.com"
|
|
17
17
|
s.executables = ["rails"]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: maestrano-connector-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pierre Berard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: maestrano-rails
|