saasable 6.0.0 → 6.1.0
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 +5 -5
- data/VERSION +1 -1
- data/lib/saasable/railties/helpers.rb +4 -1
- data/saasable.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 9e8a8799664a2f8e37fe48e5f45958717daf609cfc52884894240787ed097958
|
|
4
|
+
data.tar.gz: c43b00396d09832d5d9cff28ed8e026ba2f33a5678b1aac10063f603d1798f95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2acd04a605e0b772dd2aabc1311d6f5e88aa8dc10a760f8926ae3dc2ae740526cc506ffe3cc010807d2660bb7c0f2375a3c727f2807b5331b90117f802b6acc6
|
|
7
|
+
data.tar.gz: 173a0f14cf10959c37529191145b9d5edce7af3069e2a97eac49f36016520ceb8e19ba7ce9b11869325a0b277f6cdd6caea12af4d45a72a67a3fe85392fa5ee1
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.
|
|
1
|
+
6.1.0
|
|
@@ -27,7 +27,10 @@ module Saasable::Railties
|
|
|
27
27
|
private
|
|
28
28
|
def _redirect_if_saas_not_found
|
|
29
29
|
unless current_saas
|
|
30
|
-
|
|
30
|
+
respond_to do |format|
|
|
31
|
+
format.html { redirect_to "#{path_or_url}" }
|
|
32
|
+
format.any { head :not_found }
|
|
33
|
+
end
|
|
31
34
|
end
|
|
32
35
|
end
|
|
33
36
|
METHOD
|
data/saasable.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: saasable 6.
|
|
5
|
+
# stub: saasable 6.1.0 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "saasable".freeze
|
|
9
|
-
s.version = "6.
|
|
9
|
+
s.version = "6.1.0"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib".freeze]
|
|
13
13
|
s.authors = ["Eadbox".freeze, "Rafael Gaspar".freeze]
|
|
14
|
-
s.date = "2018-
|
|
14
|
+
s.date = "2018-05-29"
|
|
15
15
|
s.description = "A gem for making a Multi-Tenant SaaS using Mongoid".freeze
|
|
16
16
|
s.email = "suporte@eadbox.com".freeze
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -45,7 +45,7 @@ Gem::Specification.new do |s|
|
|
|
45
45
|
]
|
|
46
46
|
s.homepage = "http://github.com/eadbox/saasable".freeze
|
|
47
47
|
s.licenses = ["MIT".freeze]
|
|
48
|
-
s.rubygems_version = "2.
|
|
48
|
+
s.rubygems_version = "2.7.4".freeze
|
|
49
49
|
s.summary = "A gem for making a Multi-Tenant SaaS using Mongoid".freeze
|
|
50
50
|
|
|
51
51
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saasable
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.
|
|
4
|
+
version: 6.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eadbox
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2018-
|
|
12
|
+
date: 2018-05-29 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mongoid
|
|
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
146
146
|
version: '0'
|
|
147
147
|
requirements: []
|
|
148
148
|
rubyforge_project:
|
|
149
|
-
rubygems_version: 2.
|
|
149
|
+
rubygems_version: 2.7.4
|
|
150
150
|
signing_key:
|
|
151
151
|
specification_version: 4
|
|
152
152
|
summary: A gem for making a Multi-Tenant SaaS using Mongoid
|