app2engine 0.0.1 → 0.0.2
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/lib/app2engine/rake/convert_tasks.rb +1 -1
- metadata +4 -4
@@ -7,7 +7,7 @@ module App2Engine
|
|
7
7
|
puts
|
8
8
|
puts "Now your app should be ready to be used as an Engine".blue
|
9
9
|
puts "You have to add this to you main app's Gemfile:".red
|
10
|
-
puts "gem '#{@dir}', :path => '
|
10
|
+
puts "gem '#{@dir}', :path => 'path/to/#{@dir}'"
|
11
11
|
puts "You may want to remove the dependency to app2engine in the Engine's Gemfile".blue
|
12
12
|
end
|
13
13
|
namespace :convert do
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: app2engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- eregon
|
@@ -32,7 +32,7 @@ dependencies:
|
|
32
32
|
version: "0"
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
|
-
description: Ease the
|
35
|
+
description: Ease the conversion of a Rails 3 app in an Engine
|
36
36
|
email: eregontp@gmail.com
|
37
37
|
executables:
|
38
38
|
- app2engine
|