Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
caryfitzhugh committed Nov 28, 2012
1 parent c495b57 commit 25267de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/truestack_rails/browser_tracking.rb
Expand Up @@ -9,7 +9,7 @@ def truestack_browser_tracker
:truestack => {
:name => "#{controller_name}##{action_name}"},
"Truestack-Access-Key" => TruestackClient.config.key,
"Truestack-Access-Environment" => TruestackClient.config.app_env
"Truestack-Access-Environment" => TruestackClient.config.app_environment
}.to_query)

return <<JS
Expand Down
2 changes: 1 addition & 1 deletion lib/truestack_rails/version.rb
@@ -1,3 +1,3 @@
module TruestackRails
VERSION = "0.1.9"
VERSION = "0.1.10"
end

0 comments on commit 25267de

Please sign in to comment.