sinatra-charter 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ begin
6
6
  Jeweler::Tasks.new do |gem|
7
7
  gem.name = "sinatra-charter"
8
8
  gem.summary = %Q{Static charts server using Sinatra and Gruff}
9
- gem.description = %Q{TODO: longer description of your gem}
9
+ gem.description = %Q{Static charts server using Sinatra and Gruff}
10
10
  gem.email = "lplanas@qindio.com"
11
11
  gem.homepage = "http://github.com/lplanas/sinatra-charter"
12
12
  gem.authors = ["Lorenzo Planas"]
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.2
1
+ 0.1.3
@@ -59,7 +59,7 @@ module Sinatra
59
59
  g.title = @chart['title']
60
60
  g.labels = @chart['labels']
61
61
  @chart['data'].each { |i| g.data i.first.to_i, i.last }
62
- g.write chart_path
62
+ g.write chart_full_path
63
63
  end
64
64
  end
65
65
  end
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{sinatra-charter}
8
- s.version = "0.1.2"
8
+ s.version = "0.1.3"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Lorenzo Planas"]
12
12
  s.date = %q{2010-07-10}
13
- s.description = %q{longer description of your gem}
13
+ s.description = %q{Static charts server using Sinatra and Gruff}
14
14
  s.email = %q{lplanas@qindio.com}
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
@@ -24,7 +24,6 @@ Gem::Specification.new do |s|
24
24
  "Rakefile",
25
25
  "VERSION",
26
26
  "lib/sinatra-charter.rb",
27
- "sinatra-charter-0.1.1.gem",
28
27
  "sinatra-charter.gemspec",
29
28
  "test/helper.rb",
30
29
  "test/test_sinatra-charter.rb"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Lorenzo Planas
@@ -18,7 +18,7 @@ date: 2010-07-10 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
21
- description: longer description of your gem
21
+ description: Static charts server using Sinatra and Gruff
22
22
  email: lplanas@qindio.com
23
23
  executables: []
24
24
 
@@ -35,7 +35,6 @@ files:
35
35
  - Rakefile
36
36
  - VERSION
37
37
  - lib/sinatra-charter.rb
38
- - sinatra-charter-0.1.1.gem
39
38
  - sinatra-charter.gemspec
40
39
  - test/helper.rb
41
40
  - test/test_sinatra-charter.rb
Binary file