ktec-subtrac 0.1.18 → 0.1.21

Sign up to get free protection for your applications and to get access to all the features.
Files changed (22) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/subtrac/config/config.yml +2 -0
  3. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/entry.png +0 -0
  4. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/footer.png +0 -0
  5. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/gallery-nav.png +0 -0
  6. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/inner.png +0 -0
  7. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/logo.png +0 -0
  8. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a-first.png +0 -0
  9. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a-last.png +0 -0
  10. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a.png +0 -0
  11. data/lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-li.png +0 -0
  12. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/entry.png +0 -0
  13. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/footer.png +0 -0
  14. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/gallery-nav.png +0 -0
  15. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/inner.png +0 -0
  16. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/logo.png +0 -0
  17. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a-first.png +0 -0
  18. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a-last.png +0 -0
  19. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a.png +0 -0
  20. data/lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-li.png +0 -0
  21. data/lib/subtrac.rb +4 -0
  22. metadata +19 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 18
4
+ :patch: 21
@@ -55,4 +55,6 @@ test:
55
55
  <<: *non_production_settings
56
56
 
57
57
  production:
58
+ <<: *non_production_settings
59
+
58
60
 
data/lib/subtrac.rb CHANGED
@@ -206,6 +206,10 @@ module Subtrac
206
206
  change_server_name = agree("The default server name is \"#{@server_name}\". Would you like to change this? [Y/n]")
207
207
  @server_name = ask("What would you like to call your new development server? ") if change_server_name
208
208
 
209
+ # right lets install
210
+ change_server_hostname = agree("The default server hostname is \"#{@server_hostname}\". Would you like to change this? [Y/n]")
211
+ @server_hostname = ask("What url will your new server use? ") if change_server_hostname
212
+
209
213
  create_environment_directories(confirm_clean)
210
214
  install_common_files()
211
215
  install_default_theme()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ktec-subtrac
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Salisbury
@@ -112,10 +112,19 @@ files:
112
112
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/body.png
113
113
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/content-product.png
114
114
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/content.png
115
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/entry.png
116
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/footer.png
117
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/gallery-nav.png
115
118
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/header.png
119
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/inner.png
120
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/logo.png
116
121
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/master.css
117
122
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/masthead.png
118
123
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/more.png
124
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a-first.png
125
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a-last.png
126
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-a.png
127
+ - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/nav-li.png
119
128
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/products-li-large.png
120
129
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/products-li.png
121
130
  - lib/subtrac/templates/trac/themes/subtractheme/prototype/img/rss-span.png
@@ -138,10 +147,19 @@ files:
138
147
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/body.png
139
148
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/content-product.png
140
149
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/content.png
150
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/entry.png
151
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/footer.png
152
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/gallery-nav.png
141
153
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/header.png
154
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/inner.png
155
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/logo.png
142
156
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/master.css
143
157
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/masthead.png
144
158
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/more.png
159
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a-first.png
160
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a-last.png
161
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-a.png
162
+ - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/nav-li.png
145
163
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/products-li-large.png
146
164
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/products-li.png
147
165
  - lib/subtrac/templates/trac/themes/subtractheme/subtractheme/htdocs/img/rss-span.png