talia_core 0.4.13 → 0.4.14
Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml
CHANGED
@@ -5,18 +5,20 @@ require "#{RAILS_ROOT}/config/environment"
|
|
5
5
|
require 'rails_generator'
|
6
6
|
require 'rails_generator/scripts/generate'
|
7
7
|
|
8
|
-
# Generate the admin first - this will also load the monkeypatches to prevent
|
9
|
-
# duplicate migration ids
|
10
|
-
puts "Install the adminstration backend"
|
11
|
-
Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
|
12
|
-
|
13
|
-
puts "Install and configure restful authentication"
|
14
8
|
# First time plugin, has to be done this way since it can not be loaded in
|
15
9
|
# a different way
|
10
|
+
puts "Install the restful authentication plugin"
|
16
11
|
ARGV = ['install', 'git://github.com/technoweenie/restful-authentication.git']
|
17
12
|
require 'commands/plugin'
|
18
13
|
orig_name = $0
|
19
14
|
$0 = 'generate'
|
15
|
+
|
16
|
+
# Generate the admin first - this will also load the monkeypatches to prevent
|
17
|
+
# duplicate migration ids
|
18
|
+
puts "Install the adminstration backend"
|
19
|
+
Rails::Generator::Scripts::Generate.new.run(%w(talia_admin))
|
20
|
+
|
21
|
+
puts "Configure restful authentication"
|
20
22
|
Rails::Generator::Scripts::Generate.new.run(%w(authenticated user sessions))
|
21
23
|
|
22
24
|
puts "Install and configure role-requirements"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: talia_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danilo Giacomi
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2009-12-
|
16
|
+
date: 2009-12-18 00:00:00 +01:00
|
17
17
|
default_executable: talia
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|