errbit_cloudfuji 0.1.4 → 0.1.5
Sign up to get free protection for your applications and to get access to all the features.
- data/config/routes.rb +0 -5
- data/lib/errbit_cloudfuji/version.rb +1 -1
- metadata +3 -3
data/config/routes.rb
CHANGED
@@ -1,11 +1,6 @@
|
|
1
1
|
Rails.application.routes.draw do
|
2
2
|
begin
|
3
3
|
cloudfuji_routes
|
4
|
-
|
5
|
-
if Cloudfuji::Platform.on_cloudfuji?
|
6
|
-
# Setup cloudfuji authentication routes
|
7
|
-
devise_cloudfuji_authenticatable
|
8
|
-
end
|
9
4
|
rescue => e
|
10
5
|
puts "Error loading the Cloudfuji routes:"
|
11
6
|
puts "#{e.inspect}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: errbit_cloudfuji
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -103,7 +103,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
103
103
|
version: '0'
|
104
104
|
segments:
|
105
105
|
- 0
|
106
|
-
hash:
|
106
|
+
hash: 1064790250939354054
|
107
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
108
108
|
none: false
|
109
109
|
requirements:
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
version: '0'
|
113
113
|
segments:
|
114
114
|
- 0
|
115
|
-
hash:
|
115
|
+
hash: 1064790250939354054
|
116
116
|
requirements: []
|
117
117
|
rubyforge_project:
|
118
118
|
rubygems_version: 1.8.24
|