quotemedia 0.0.1.d → 0.0.1.e

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.
@@ -22,17 +22,17 @@ module Quotemedia
22
22
  # Chart type - Options: bar, candle, compare, dot, hlc, line, mountain, ohlc, LineChart, BarChart, CandleStickChart, AreaChart, FinancialLine, FinancialBar, FinancialCandleStick
23
23
  :chtype => 'AreaChart',
24
24
  # The frame around the image canvas on/off
25
- :chfrmon => 'on',
25
+ :chfrmon => 'off',
26
26
  # frame color
27
- :chfrm => 'ffffff',
27
+ :chfrm => '',
28
28
  # border around plot area on/off
29
- :chbdron => 'on',
29
+ :chbdron => 'off',
30
30
  # border color around plot area
31
- :chbdr => 'cccccc',
31
+ :chbdr => '',
32
32
  # background color
33
- :chbg => '', # transparent
33
+ :chbg => 'ffffff00', # transparent
34
34
  # background color of chart plot area
35
- :chbgch => '', # transparent
35
+ :chbgch => 'ffffff00', # transparent
36
36
  # line color
37
37
  :chln => '465665',
38
38
  # primary fill color for area charts, and candlestick (and volume bars)
@@ -1,3 +1,3 @@
1
1
  module QuoteMedia
2
- VERSION = "0.0.1.d"
2
+ VERSION = "0.0.1.e"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quotemedia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.d
4
+ version: 0.0.1.e
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -9,12 +9,12 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-12-13 00:00:00.000000000 -05:00
12
+ date: 2011-12-14 00:00:00.000000000 -05:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
17
- requirement: &2157356320 !ruby/object:Gem::Requirement
17
+ requirement: &2156711540 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ~>
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: 0.9.2.2
23
23
  type: :development
24
24
  prerelease: false
25
- version_requirements: *2157356320
25
+ version_requirements: *2156711540
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rspec
28
- requirement: &2157355820 !ruby/object:Gem::Requirement
28
+ requirement: &2156711040 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ~>
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: 2.5.0
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *2157355820
36
+ version_requirements: *2156711040
37
37
  description: A thin wrapper to Quotemedia apis
38
38
  email:
39
39
  - cowmanifestation@gmail.com