histogram 0.2.1 → 0.2.1.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4fd1f4a522ac61d4364bc6ae948e472131c14ad0
4
- data.tar.gz: b70e61b7811b3db4aa1d69e398debd20c651bc53
3
+ metadata.gz: 4dab1b719900dc527eea29617eb15194326666b0
4
+ data.tar.gz: 34ad89d18b02920a03d7b101753bbad125edadca
5
5
  SHA512:
6
- metadata.gz: 9874a30f356f636e94e879f1149a20b6fe9449a0e1f4c42ae21be6dca79f531df0103d2408b0429dd5542fd0e5e1e3248648cdba0c2c9a6ebeacb5a0b2daf896
7
- data.tar.gz: 7999236e1ba6ebaad1bcdb29ff1791e0397d3f7b08ed8f7824e007b63bdc37fbc31cf765b4a7ba206c40b2a303189085468488db37efb4035a490d62348af4b9
6
+ metadata.gz: 3cd5971874d933de5b88e6d5b75dbf961db8f4c690ee673cc49cd54f22d237ce711deafda669f41e23409e95aa8aad5e98174ff6c062d7c967fe09ecef91d163
7
+ data.tar.gz: a12e4f3cc82b41c64792a341cf12552eb5f90e9378a9c9f484dae4e2f55242aa503e7e2607ee64bb096024ae3eab0d282e356513ebda52fb674e088084fefd7b
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["jtprince@gmail.com"]
11
11
  spec.description = %q{gives objects the ability to 'histogram' in several useful ways}
12
12
  spec.summary = %q{histograms data in different ways}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/jtprince/histogram"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
@@ -1,3 +1,3 @@
1
1
  module Histogram
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: histogram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John T. Prince
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-28 00:00:00.000000000 Z
11
+ date: 2013-11-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -102,7 +102,7 @@ files:
102
102
  - lib/histogram/version.rb
103
103
  - spec/histogram_spec.rb
104
104
  - spec/spec_helper.rb
105
- homepage: ''
105
+ homepage: https://github.com/jtprince/histogram
106
106
  licenses:
107
107
  - MIT
108
108
  metadata: {}
@@ -129,3 +129,4 @@ summary: histograms data in different ways
129
129
  test_files:
130
130
  - spec/histogram_spec.rb
131
131
  - spec/spec_helper.rb
132
+ has_rdoc: