fulcrum_cloudfuji 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README CHANGED
@@ -1,6 +1,6 @@
1
- Errbit - Cloudfuji Integration
1
+ Fulcrum - Cloudfuji Integration
2
2
  ====================================
3
3
 
4
- Integrates Errbit with the Cloudfuji hosting platform.
4
+ Integrates Fulcrum with the Cloudfuji hosting platform.
5
5
 
6
6
  Copyright (c) 2012 Cloudfuji
data/config/routes.rb ADDED
@@ -0,0 +1,8 @@
1
+ Rails.application.routes.draw do
2
+ begin
3
+ cloudfuji_routes
4
+ rescue => e
5
+ puts "Error loading the Cloudfuji routes:"
6
+ puts "#{e.inspect}"
7
+ end
8
+ end
@@ -7,5 +7,10 @@ class AddCloudfujiAuthenticatableFieldsToUser < ActiveRecord::Migration
7
7
  puts "Already added Cloudfuji columns to user!"
8
8
  end
9
9
  end
10
+ begin
11
+ remove_column :users, :reset_password_sent_at
12
+ rescue
13
+ puts "reset_password_sent_at column doesn't exist on :users table."
14
+ end
10
15
  end
11
16
  end
@@ -1,5 +1,5 @@
1
1
  module Fulcrum
2
2
  module Cloudfuji
3
- VERSION = '0.1.0'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fulcrum_cloudfuji
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -61,6 +61,7 @@ files:
61
61
  - config.ru
62
62
  - config/initializers/cloudfuji.rb
63
63
  - config/initializers/cloudfuji_config.rb
64
+ - config/routes.rb
64
65
  - db/migrate/20120309045850_add_cloudfuji_authenticatable_fields_to_user.rb
65
66
  - db/migrate/20120318053922_add_ido_id_to_models.rb
66
67
  - db/migrate/20120405224034_add_active_to_users.rb
@@ -89,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
89
90
  version: '0'
90
91
  segments:
91
92
  - 0
92
- hash: 4575079031632976573
93
+ hash: -4343346583334309395
93
94
  required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  none: false
95
96
  requirements:
@@ -98,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  version: '0'
99
100
  segments:
100
101
  - 0
101
- hash: 4575079031632976573
102
+ hash: -4343346583334309395
102
103
  requirements: []
103
104
  rubyforge_project:
104
105
  rubygems_version: 1.8.24