errbit_cloudfuji 0.1.4 → 0.1.5

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.
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}"
@@ -1,5 +1,5 @@
1
1
  module Errbit
2
2
  module Cloudfuji
3
- VERSION = '0.1.4'
3
+ VERSION = '0.1.5'
4
4
  end
5
5
  end
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
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: -1387439371449530758
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: -1387439371449530758
115
+ hash: 1064790250939354054
116
116
  requirements: []
117
117
  rubyforge_project:
118
118
  rubygems_version: 1.8.24