suranyami-tuftify 0.1.3 → 0.1.4
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.
- data/CHANGELOG +7 -0
- data/Manifest +2 -0
- data/Rakefile +1 -1
- data/tuftify.gemspec +3 -3
- metadata +3 -1
data/CHANGELOG
ADDED
data/Manifest
CHANGED
data/Rakefile
CHANGED
|
@@ -5,7 +5,7 @@ require 'hoe'
|
|
|
5
5
|
require 'echoe'
|
|
6
6
|
require 'tuftify'
|
|
7
7
|
|
|
8
|
-
Echoe.new('tuftify', '0.1.
|
|
8
|
+
Echoe.new('tuftify', '0.1.4') do |p|
|
|
9
9
|
p.description = 'A graphing library.'
|
|
10
10
|
p.url = 'http://github.com/suranyami/tuftify'
|
|
11
11
|
p.author = ["David Parry", "Ingrid Anzola"]
|
data/tuftify.gemspec
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = %q{tuftify}
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.4"
|
|
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"]
|
|
9
9
|
s.date = %q{2009-06-09}
|
|
10
10
|
s.description = %q{A graphing library.}
|
|
11
11
|
s.email = %q{david.parry@suranyami.com}
|
|
12
|
-
s.extra_rdoc_files = ["lib/playing_around.rb", "lib/tuftify/graph.rb", "lib/tuftify.rb", "README", "README.rdoc"]
|
|
13
|
-
s.files = ["init.rb", "lib/playing_around.rb", "lib/tuftify/graph.rb", "lib/tuftify.rb", "Manifest", "Rakefile", "README", "README.rdoc", "tuftify.gemspec"]
|
|
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"]
|
|
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.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- David Parry, Ingrid Anzola
|
|
@@ -29,12 +29,14 @@ executables: []
|
|
|
29
29
|
extensions: []
|
|
30
30
|
|
|
31
31
|
extra_rdoc_files:
|
|
32
|
+
- CHANGELOG
|
|
32
33
|
- lib/playing_around.rb
|
|
33
34
|
- lib/tuftify/graph.rb
|
|
34
35
|
- lib/tuftify.rb
|
|
35
36
|
- README
|
|
36
37
|
- README.rdoc
|
|
37
38
|
files:
|
|
39
|
+
- CHANGELOG
|
|
38
40
|
- init.rb
|
|
39
41
|
- lib/playing_around.rb
|
|
40
42
|
- lib/tuftify/graph.rb
|