igs_bar_chart 0.0.0 → 0.0.1

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.
Files changed (2) hide show
  1. data/test/test_igs_bar_chart.rb +3 -1
  2. metadata +5 -11
@@ -36,7 +36,9 @@ class IgsBarChartTest < Test::Unit::TestCase
36
36
  puts "Ouch! #{e}"
37
37
  end
38
38
 
39
- `google-chrome #{HTML_TEST_OUTPUT}`
39
+ if ENV['USER']=='lucas'
40
+ `google-chrome #{HTML_TEST_OUTPUT}`
41
+ end
40
42
 
41
43
  end
42
44
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: igs_bar_chart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
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: 2012-09-14 00:00:00.000000000 Z
12
+ date: 2013-02-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: d3_rails
@@ -18,10 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
- version: '2.10'
22
- - - <
23
- - !ruby/object:Gem::Version
24
- version: '3.0'
21
+ version: 3.0.6
25
22
  type: :runtime
26
23
  prerelease: false
27
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,13 +26,10 @@ dependencies:
29
26
  requirements:
30
27
  - - ! '>='
31
28
  - !ruby/object:Gem::Version
32
- version: '2.10'
33
- - - <
34
- - !ruby/object:Gem::Version
35
- version: '3.0'
29
+ version: 3.0.6
36
30
  description: Bar Chart is a gem for creating bar charts (duh!). It uses D3 (Data Driven
37
31
  Documents) to aggregate the data and render the SVG awesomeness.
38
- email: lucas.martins@innovit.com.br
32
+ email: lucasmartins@railsnapraia.com
39
33
  executables: []
40
34
  extensions: []
41
35
  extra_rdoc_files: []