o2webappizer 0.2.1 → 0.2.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4d0f5a9c2c626adfb37797ea815038e9c0bff9d
4
- data.tar.gz: fc8c48c3f82cae1abb1e57dbe7f7aa9d3b4f9b84
3
+ metadata.gz: fd24616907cb14287707e0a7cd196b4cd57112c1
4
+ data.tar.gz: a23c34ca90cf0cc47f78c1b848cfaafe7fbe9eaf
5
5
  SHA512:
6
- metadata.gz: cc85c422fe503852abaa7205083a1b5839338c821439323edaba994f7f248fe23a84ec585a12275e64ce8f37a05e8869a153c559a0587ea97958c94bc21451a6
7
- data.tar.gz: edca23dd95b19e726ffe2fd1f6e323c91c982e638d5863ccb7e99b871c5d2b91006636bf84b11f6d52a39416598acbd7bf646721307629bfbccd8f65e5ac50e4
6
+ metadata.gz: 4b7cd8add3006e2291ccf60df318688922444f9f70dad99efdb48435684f4faf1122f151b29833699bec749df22533e9adf5d8d8a30e3409445871f826aef77b
7
+ data.tar.gz: e58e0e1f1ec05239723ace333360b64b435d860f0da22a8ca74f9278a7d4d7843350b1f357a1909e645505ed0d68a84c8d3aab79e4dfec56f056437cfdaed743
@@ -223,8 +223,8 @@ module O2webappizer
223
223
 
224
224
  config.middleware.insert 0, Middleware::TurboDev
225
225
 
226
- config.action_controller.asset_host = '//localhost:3000'
227
- config.action_mailer.asset_host = '//localhost:3000'
226
+ config.action_controller.asset_host = 'http://localhost:3000'
227
+ config.action_mailer.asset_host = 'http://localhost:3000'
228
228
  config.action_mailer.delivery_method = :letter_opener_web
229
229
  config.action_mailer.default_url_options = { :host => "localhost:3000" }
230
230
  DEV
@@ -247,8 +247,8 @@ module O2webappizer
247
247
  def configure_env(name, level)
248
248
  environment(<<-CONFIG.strip_heredoc.indent(2), env: name)
249
249
 
250
- config.action_controller.asset_host = '//todo.todo'
251
- config.action_mailer.asset_host = '//todo.todo'
250
+ config.action_controller.asset_host = 'http://todo.todo'
251
+ config.action_mailer.asset_host = 'http://todo.todo'
252
252
  config.action_mailer.delivery_method = :smtp
253
253
  config.action_mailer.smtp_settings = {
254
254
  address: 'smtp.mailgun.org',
@@ -1,5 +1,5 @@
1
1
  module O2webappizer
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  RUBY_VERSION = IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
4
4
  RAILS_VERSION = "4.2"
5
5
  end
data/templates/Gemfile.tt CHANGED
@@ -58,7 +58,7 @@ gem 'whenever', require: false
58
58
  # gem 'que'
59
59
 
60
60
  # Database
61
- gem 'yaml_db'
61
+ gem 'yaml_db', github: 'o2web/yaml_db'
62
62
  # gem 'goldiloader'
63
63
  # gem 'paranoia', '~> 2.0'
64
64
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: o2webappizer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrice Lebel