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.
Files changed (5) hide show
  1. data/CHANGELOG +7 -0
  2. data/Manifest +2 -0
  3. data/Rakefile +1 -1
  4. data/tuftify.gemspec +3 -3
  5. metadata +3 -1
data/CHANGELOG ADDED
@@ -0,0 +1,7 @@
1
+ = 0.1.4 Added this CHANGELOG.
2
+
3
+ = 0.1.3 Crude x-axis labels.
4
+
5
+ = 0.1.2 Crude bar graph working.
6
+
7
+ = 0.1.0 First version. No real functionality, simply testing deploying to GitHub.
data/Manifest CHANGED
@@ -1,3 +1,4 @@
1
+ CHANGELOG
1
2
  init.rb
2
3
  lib/playing_around.rb
3
4
  lib/tuftify/graph.rb
@@ -6,3 +7,4 @@ Manifest
6
7
  Rakefile
7
8
  README
8
9
  README.rdoc
10
+ tuftify.gemspec
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.3') do |p|
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.3"
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.3
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