suranyami-tuftify 0.1.5 → 0.1.6

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/tuftify.gemspec +2 -2
  2. metadata +2 -2
data/tuftify.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{tuftify}
5
- s.version = "0.1.5"
5
+ s.version = "0.1.6"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["David Parry, Ingrid Anzola"]
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
10
  s.description = %q{A graphing library.}
11
11
  s.email = %q{david.parry@suranyami.com}
12
12
  s.extra_rdoc_files = ["CHANGELOG", "lib/playing_around.rb", "lib/tuftify/graph.rb", "lib/tuftify.rb", "README", "README.rdoc"]
13
- s.files = ["CHANGELOG", "init.rb", "lib/playing_around.rb", "lib/tuftify/graph.rb", "lib/tuftify.rb", "Manifest", "Rakefile", "README", "README.rdoc", "tuftify.gemspec"]
13
+ s.files = ["CHANGELOG", "init.rb", "lib/playing_around.rb", "lib/tuftify.rb", "Manifest", "Rakefile", "README", "README.rdoc", "tuftify.gemspec"] + Dir["lib/tuftify/*.rb"]
14
14
  s.homepage = %q{http://github.com/suranyami/tuftify}
15
15
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tuftify", "--main", "README"]
16
16
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suranyami-tuftify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Parry, Ingrid Anzola
@@ -39,13 +39,13 @@ files:
39
39
  - CHANGELOG
40
40
  - init.rb
41
41
  - lib/playing_around.rb
42
- - lib/tuftify/graph.rb
43
42
  - lib/tuftify.rb
44
43
  - Manifest
45
44
  - Rakefile
46
45
  - README
47
46
  - README.rdoc
48
47
  - tuftify.gemspec
48
+ - lib/tuftify/graph.rb
49
49
  has_rdoc: false
50
50
  homepage: http://github.com/suranyami/tuftify
51
51
  licenses: