rails_wizard 0.1.3 → 0.1.4

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.
Files changed (4) hide show
  1. data/recipes/mongoid.rb +1 -0
  2. data/recipes/pow.rb +12 -0
  3. data/version.rb +1 -1
  4. metadata +6 -5
data/recipes/mongoid.rb CHANGED
@@ -1,3 +1,4 @@
1
+ gem 'bson_ext'
1
2
  gem 'mongoid', '>= 2.0.0.beta.19'
2
3
 
3
4
  after_bundler do
data/recipes/pow.rb ADDED
@@ -0,0 +1,12 @@
1
+ run "ln -s #{destination_root} ~/.pow/#{app_name}"
2
+ say_wizard "App is available at http://#{app_name}.dev/"
3
+
4
+ __END__
5
+
6
+ name: Pow
7
+ description: "Automatically create a symlink for Pow."
8
+ author: mbleigh
9
+
10
+ category: other
11
+ tags: [dev]
12
+
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module RailsWizard
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: rails_wizard
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Michael Bleigh
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-03-31 00:00:00 -05:00
13
+ date: 2011-04-07 00:00:00 -05:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -101,6 +101,7 @@ files:
101
101
  - recipes/mongoid.rb
102
102
  - recipes/mootools.rb
103
103
  - recipes/omniauth.rb
104
+ - recipes/pow.rb
104
105
  - recipes/prototype.rb
105
106
  - recipes/redis.rb
106
107
  - recipes/redistogo.rb
@@ -139,7 +140,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
140
  requirements:
140
141
  - - ">="
141
142
  - !ruby/object:Gem::Version
142
- hash: 2312082114480437037
143
+ hash: -419866277391340723
143
144
  segments:
144
145
  - 0
145
146
  version: "0"
@@ -148,14 +149,14 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
149
  requirements:
149
150
  - - ">="
150
151
  - !ruby/object:Gem::Version
151
- hash: 2312082114480437037
152
+ hash: -419866277391340723
152
153
  segments:
153
154
  - 0
154
155
  version: "0"
155
156
  requirements: []
156
157
 
157
158
  rubyforge_project: rails_wizard
158
- rubygems_version: 1.5.0
159
+ rubygems_version: 1.6.2
159
160
  signing_key:
160
161
  specification_version: 3
161
162
  summary: A tool for quickly generating Rails application templates.