heart 0.0.1 → 0.0.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.
@@ -16,7 +16,7 @@
16
16
  %hr
17
17
  .span-10.yspan-4.scrollable
18
18
  - namespace = ""
19
- - Heart::Metric.columns.sort_by{ |c| I18n.t(c.name) }.each do |column|
19
+ - Heart::Metric.columns.sort_by{ |c| c.name }.each do |column|
20
20
  - next if ['date','datetime', 'time'].include?(column.type.downcase) or Heart::Metric.metadata.include?(column.name) or Heart::Metric.groupbydata.include?(column.name)
21
21
  - if namespace != (column.name.underscore.humanize.split(" ").first)
22
22
  - namespace = (column.name.underscore.humanize.split(" ").first)
@@ -2,7 +2,7 @@
2
2
  %html
3
3
  %head
4
4
  %title
5
- vBMetrics
5
+ Metrics
6
6
  = stylesheet_link_tag 'heart/bluetrip/css/screen.css', :media => 'screen, projection'
7
7
  = stylesheet_link_tag 'heart/bluetrip/css/print.css', :media => 'print'
8
8
  /[if IE]
@@ -85,4 +85,4 @@
85
85
  = image_tag 'heart/us.png'
86
86
  |
87
87
  %a#lang_ja{:href => '?lang=ja'}><
88
- = image_tag 'heart/jp.png'
88
+ = image_tag 'heart/jp.png'
@@ -1,3 +1,3 @@
1
1
  module Heart
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-09-23 00:00:00.000000000 Z
12
+ date: 2013-12-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -571,7 +571,8 @@ files:
571
571
  - test/unit/helpers/heart/images_helper_test.rb
572
572
  - test/unit/helpers/heart/metrics_helper_test.rb
573
573
  homepage: https://github.com/cwabbott/heart
574
- licenses: []
574
+ licenses:
575
+ - MIT
575
576
  post_install_message:
576
577
  rdoc_options: []
577
578
  require_paths: