chart_record 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. checksums.yaml +7 -0
  2. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 632d9bbdf1647414b5f5821a671ad462e6c26096
4
+ data.tar.gz: 6c425b0dddfc103620444b75aaea2d237fbfdbd6
5
+ SHA512:
6
+ metadata.gz: 9e9de0fcda17c0b5e0523652409055689271220f6ef5017230c863f51a09262c98edbd6b5c8743fb1cc7674a0e3df7633a76bc879ac22fbb6869afe1eace049a
7
+ data.tar.gz: 199e1a77f44815903d085c77aa980dd4a7e055b41c414b1f52658014d86a3489f7f898aa11a2f72ca993e9ba8d4859543a0d3a2f918cc4373f0f65ebac847073
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: chart_record
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jonathan Bender
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2013-10-11 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: This gem was built to compliment the chartkick gem by giving your Active
14
+ Record models some handy groupings that work across all databases.
15
+ email:
16
+ - jlbender@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/DormDeal/chart_record
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.0.3
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Active Record model grouping methods
45
+ test_files: []