spree_bushido_auth 0.80.26 → 0.80.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/tasks/install.rake +4 -4
  2. metadata +4 -4
@@ -1,8 +1,8 @@
1
- namespace :spree_auth do
1
+ namespace :spree_bushido_auth do
2
2
  desc "Copies all migrations and assets (NOTE: This will be obsolete with Rails 3.1)"
3
3
  task :install do
4
- Rake::Task['spree_auth:install:migrations'].invoke
5
- Rake::Task['spree_auth:install:assets'].invoke
4
+ Rake::Task['spree_bushido_auth:install:migrations'].invoke
5
+ Rake::Task['spree_bushido_auth:install:assets'].invoke
6
6
  end
7
7
 
8
8
  namespace :install do
@@ -20,4 +20,4 @@ namespace :spree_auth do
20
20
  end
21
21
 
22
22
  end
23
- end
23
+ end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_bushido_auth
3
3
  version: !ruby/object:Gem::Version
4
- hash: 363
4
+ hash: 361
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 80
9
- - 26
10
- version: 0.80.26
9
+ - 27
10
+ version: 0.80.27
11
11
  platform: ruby
12
12
  authors:
13
13
  - Akash Manohar J
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-31 00:00:00 Z
19
+ date: 2011-09-01 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: spree_core