little_graphs 1.0.0 → 1.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. data/little_graphs.gemspec +2 -1
  2. metadata +3 -3
@@ -1,12 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'little_graphs'
3
- s.version = '1.0.0'
3
+ s.version = '1.0.1'
4
4
  s.date = '2012-10-15'
5
5
  s.summary = 'Sparklines'
6
6
  s.authors = ['J. Cheng']
7
7
  s.email = 'jcheng@absolute-performance.com'
8
8
  s.files = [`git ls-files`.split($\)]
9
9
  s.test_files = s.files.grep(%r{^(test|spec|features)/})
10
+ s.homepage = 'http://github.com/joannecheng/little_graphs'
10
11
 
11
12
  s.add_dependency "quick_magick"
12
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: little_graphs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,7 @@ files:
43
43
  - little_graphs.gemspec
44
44
  - spec/litte_graphs_spec.rb
45
45
  - spec/spec_helper.rb
46
- homepage:
46
+ homepage: http://github.com/joannecheng/little_graphs
47
47
  licenses: []
48
48
  post_install_message:
49
49
  rdoc_options: []
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
63
  version: '0'
64
64
  requirements: []
65
65
  rubyforge_project:
66
- rubygems_version: 1.8.23
66
+ rubygems_version: 1.8.24
67
67
  signing_key:
68
68
  specification_version: 3
69
69
  summary: Sparklines