dygraphs-rails 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.
metadata ADDED
@@ -0,0 +1,57 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: dygraphs-rails
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - Jeremy McNevin
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-10-10 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: dygraphs is an open source JavaScript library that produces produces
15
+ interactive, zoomable charts of time series. It is designed to display dense data
16
+ sets and enable users to explore and interpret them. This gem packages the library
17
+ for the Rails 3.1+ asset pipeline.
18
+ email:
19
+ - jeremy@spokoino.net
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - .gitignore
25
+ - Gemfile
26
+ - README.md
27
+ - lib/dygraphs-rails.rb
28
+ - lib/dygraphs/rails.rb
29
+ - lib/dygraphs/rails/engine.rb
30
+ - lib/dygraphs/rails/version.rb
31
+ - vendor/assets/javascripts/dygraph-combined.js
32
+ - vendor/assets/javascripts/excanvas.js
33
+ homepage: https://github.com/jmcnevin/dygraphs-rails
34
+ licenses: []
35
+ post_install_message:
36
+ rdoc_options: []
37
+ require_paths:
38
+ - lib
39
+ required_ruby_version: !ruby/object:Gem::Requirement
40
+ none: false
41
+ requirements:
42
+ - - ! '>='
43
+ - !ruby/object:Gem::Version
44
+ version: '0'
45
+ required_rubygems_version: !ruby/object:Gem::Requirement
46
+ none: false
47
+ requirements:
48
+ - - ! '>='
49
+ - !ruby/object:Gem::Version
50
+ version: '0'
51
+ requirements: []
52
+ rubyforge_project:
53
+ rubygems_version: 1.8.24
54
+ signing_key:
55
+ specification_version: 3
56
+ summary: dygraphs JavaScript Visualization Library packaged for the Rails asset pipeline
57
+ test_files: []