pill_chart 0.1.0

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/pill_chart.rb +6 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: dd4ad12adaa05c01dcd09cc0ca5d57ac8ea55b0a
4
+ data.tar.gz: 6086230d1caa5514ae337e933be29788163e2679
5
+ SHA512:
6
+ metadata.gz: 125f7d6088dcc4f26c1d0e15ff903606db86f68e7e7e537ce3b35321eee67ba75b6742ca0633d505bdf63b46caf5ff6c5d571f5222db9d2ac2a57061ae5462d4
7
+ data.tar.gz: 2a707ebd296ed13e3acc0d52c048d2ed50c4fee2f911fb8369db555d140b64286e9d79d5132a757ecd6de3b8757a972068bd1bd1705a2e9d3c740ba4aa584ca4
data/lib/pill_chart.rb ADDED
@@ -0,0 +1,6 @@
1
+ module PillChart
2
+ autoload :SimplePillChart, "simple/simple_pill_chart"
3
+
4
+ end
5
+
6
+ ActionView::Base.send :include, PillChart if defined?(ActionView)
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pill_chart
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - André Aubin
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-03-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Create little svg pill charts
14
+ email: andre.aubin@lambdaweb.fr
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/pill_chart.rb
20
+ homepage: https://github.com/lambdaweb/pillchart
21
+ licenses:
22
+ - Apache2
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Create svg charts
44
+ test_files: []