all_seeing_eye 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.9
1
+ 0.0.10
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{all_seeing_eye}
8
- s.version = "0.0.9"
8
+ s.version = "0.0.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Josh Symonds"]
@@ -21,7 +21,7 @@
21
21
  grid: { hoverable: true, clickable: true },
22
22
  xaxis: {
23
23
  autoscaleMargin: 0.05,
24
- ticks: [ <%= @counts.reverse.enum_for(:each_with_index).collect {|f, i| "[#{i}, '#{f.first.split(' ').join('\n').split('?').first.gsub('/','/\n')}']"}.join(',') %> ]
24
+ ticks: [ <%= @counts.reverse.enum_for(:each_with_index).collect {|f, i| "[#{i}, '#{f.first.to_s.split(' ').join('\n').gsub('/','/\n')}']"}.join(',') %> ]
25
25
  },
26
26
  yaxis: {
27
27
  autoscaleMargin: 0.01
@@ -30,6 +30,8 @@ require 'redis'
30
30
  require 'yaml'
31
31
  require 'chronic'
32
32
  require 'rbtree'
33
+ require 'active_support'
34
+ require 'active_support/all'
33
35
  require 'all_seeing_eye/model'
34
36
  require 'all_seeing_eye/models/request'
35
37
  require 'all_seeing_eye/integrations/rails2' if defined?(Rails)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: all_seeing_eye
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 10
10
+ version: 0.0.10
11
11
  platform: ruby
12
12
  authors:
13
13
  - Josh Symonds