ffcrm_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/Gemfile.lock CHANGED
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ffcrm_cloudfuji (1.0.0)
4
+ ffcrm_cloudfuji (0.1.1)
5
5
  authlogic_cloudfuji (~> 0.9)
6
6
  cloudfuji
7
- fat_free_crm (>= 0.11.2)
7
+ fat_free_crm (>= 0.11.3)
8
8
 
9
9
  GEM
10
10
  remote: http://rubygems.org/
@@ -97,7 +97,7 @@ GEM
97
97
  will_paginate (~> 3.0.2)
98
98
  ffaker (1.14.0)
99
99
  haml (3.1.5)
100
- highline (1.6.11)
100
+ highline (1.6.12)
101
101
  hike (1.2.1)
102
102
  htmlentities (4.3.1)
103
103
  i18n (0.6.0)
data/Rakefile CHANGED
@@ -1,7 +1,5 @@
1
1
  # Add your own tasks in files placed in lib/tasks ending in .rake,
2
2
  # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
3
-
4
- require File.expand_path('../../../../config/application', __FILE__)
5
3
  require 'rake'
6
4
 
7
- FatFreeCRM::Application.load_tasks
5
+ require "bundler/gem_tasks"
@@ -1,3 +1,6 @@
1
+ require 'cloudfuji'
2
+ require 'authlogic_cloudfuji'
3
+
1
4
  module FatFreeCRM
2
5
  module Cloudfuji
3
6
  class << self
@@ -1,5 +1,5 @@
1
1
  module FatFreeCRM
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: ffcrm_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:
@@ -100,12 +100,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  - - ! '>='
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
+ segments:
104
+ - 0
105
+ hash: 959104865
103
106
  required_rubygems_version: !ruby/object:Gem::Requirement
104
107
  none: false
105
108
  requirements:
106
109
  - - ! '>='
107
110
  - !ruby/object:Gem::Version
108
111
  version: '0'
112
+ segments:
113
+ - 0
114
+ hash: 959104865
109
115
  requirements: []
110
116
  rubyforge_project:
111
117
  rubygems_version: 1.8.24