jumpstart 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :jumpstart_version_major: 0
3
3
  :jumpstart_version_minor: 6
4
- :jumpstart_version_patch: 0
4
+ :jumpstart_version_patch: 1
@@ -64,6 +64,13 @@
64
64
  :replace_strings:
65
65
  - :target_path:
66
66
  :symbols:
67
+
68
+ ## Can be omitted or left blank.
69
+ # Add extra commands that you want to run after templates have been parsed for string replacement.
70
+ # e.g.
71
+ # :run_after_string_replace:
72
+ # - rake db:create
73
+ :run_after_string_replace:
67
74
 
68
75
  ## Can be omitted or left blank.
69
76
  # If you would like jumpstart to configure your local nginx setup specify a path. Handy for rails.
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 6
8
- - 0
9
- version: 0.6.0
8
+ - 1
9
+ version: 0.6.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ian Alexander Wood (i0n)