Skip to content

Commit

Permalink
Merge branch 'release/0.6.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
potomak committed Jun 14, 2012
2 parents f8e7b4d + b07a8da commit 15bdd1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chrome_app/manifest.json
@@ -1 +1 @@
{"name":"Tomatoes","app":{"urls":["http://tomatoes.heroku.com/"],"launch":{"web_url":"http://tomatoes.heroku.com/"}},"icons":{"128":"icon_128.png"},"version":"0.6.11","description":"Pomodoro technique\u00ae web-based time tracker"} {"name":"Tomatoes","app":{"urls":["http://tomatoes.heroku.com/"],"launch":{"web_url":"http://tomatoes.heroku.com/"}},"icons":{"128":"icon_128.png"},"version":"0.6.12","description":"Pomodoro technique\u00ae web-based time tracker"}
2 changes: 1 addition & 1 deletion config/application.rb
Expand Up @@ -16,7 +16,7 @@
end end


module TomatoesApp module TomatoesApp
VERSION = '0.6.11' VERSION = '0.6.12'
REPO = 'https://github.com/potomak/tomatoes' REPO = 'https://github.com/potomak/tomatoes'


class Application < Rails::Application class Application < Rails::Application
Expand Down
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -43,7 +43,7 @@
# config.action_controller.asset_host = "http://assets.example.com" # config.action_controller.asset_host = "http://assets.example.com"


# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
config.assets.precompile += %w( jquery.flot.js jquery.flot.selection.js user_charts.js ) config.assets.precompile += %w( jquery.flot.js jquery.flot.selection.js user_charts.js TT_init.js )


# Disable delivery errors, bad email addresses will be ignored # Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false # config.action_mailer.raise_delivery_errors = false
Expand Down

0 comments on commit 15bdd1d

Please sign in to comment.