heatgrid 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed2cbbef931c7150e0b4b89b132143304bfadeeb
4
- data.tar.gz: f8f3385099930b4d43347c29a003d684a2f6d778
3
+ metadata.gz: 0c2cf766ce9125b52ecd2e20d7dbc8c8e139b04e
4
+ data.tar.gz: 3326b1b3e2ef8a416fd2dbd97058dbe756fdf980
5
5
  SHA512:
6
- metadata.gz: be561d8760943944f1b752517df6b91b951e988856b6086e8f1b3b43ca99eaa275b04843e1d8b213bd92c90205663837b8c01b0fd8df4f317dfd87442f8309d4
7
- data.tar.gz: f238283ca36c5a6b2c7f07c001dcc442b5b5aee1f79a21df906974460312e474d1d3dc4088b1d740c35b9fe00bd92822ca55fb2ee73fcd93ce2747b32ff5ce24
6
+ metadata.gz: 1314657d039e7ea593772d7a8b2c9f6a2b5bdac5a09e85494029e3cba90fbb4a93aa8fba05cf7253542c1479801ee48d8898cd2c44b35a54ae91375acfd38bef
7
+ data.tar.gz: 50fd90578d70064ab2db1fc5bb196247e198f0408ab91ab042da88730a2838df9df24bf2ed6913ea2456c58120e0b852793b317dc8b013602ee6a13833635a44
data/README.md CHANGED
@@ -1,29 +1,6 @@
1
1
  # Heatgrid
2
2
 
3
- TODO: Write a gem description
3
+ Heatgrid is a gem that generates grid-based heatmaps from a 2d array of data.
4
4
 
5
- ## Installation
5
+ It is a work in progress.
6
6
 
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'heatgrid'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
16
-
17
- $ gem install heatgrid
18
-
19
- ## Usage
20
-
21
- TODO: Write usage instructions here
22
-
23
- ## Contributing
24
-
25
- 1. Fork it ( http://github.com/<my-github-username>/heatgrid/fork )
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
data/heatgrid.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Eugene Millerman"]
10
10
  spec.email = ["e.v.millerman@gmail.com"]
11
11
  spec.summary = %q{Generate a heatmap from a 2d array. }
12
- spec.description = %q{Generate a grid based heatmap from a 2d array using rmagick.}
13
- spec.homepage = ""
12
+ spec.description = %q{Generate a grid based heatmap from a 2d array using rmagick. Requires ImageMagick. Work in progress.}
13
+ spec.homepage = "https://github.com/eugmill/heatgrid"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
@@ -1,3 +1,3 @@
1
1
  module Heatgrid
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: heatgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eugene Millerman
@@ -66,7 +66,8 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: Generate a grid based heatmap from a 2d array using rmagick.
69
+ description: Generate a grid based heatmap from a 2d array using rmagick. Requires
70
+ ImageMagick. Work in progress.
70
71
  email:
71
72
  - e.v.millerman@gmail.com
72
73
  executables: []
@@ -85,7 +86,7 @@ files:
85
86
  - lib/heatgrid/version.rb
86
87
  - spec/grid_spec.rb
87
88
  - spec/spec_helper.rb
88
- homepage: ''
89
+ homepage: https://github.com/eugmill/heatgrid
89
90
  licenses:
90
91
  - MIT
91
92
  metadata: {}