grafico 0.1.0 → 0.1.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 (3) hide show
  1. data/VERSION +1 -1
  2. data/grafico.gemspec +58 -0
  3. metadata +3 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -0,0 +1,58 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{grafico}
8
+ s.version = "0.1.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Andy Rossmeissl"]
12
+ s.date = %q{2010-04-27}
13
+ s.description = %q{Rails (2.x - 3.x) view helpers for graphs using Grafico, a javascript graphic library built on Raphael.}
14
+ s.email = %q{andy@brighterplanet.com}
15
+ s.extra_rdoc_files = [
16
+ "LICENSE",
17
+ "README.rdoc"
18
+ ]
19
+ s.files = [
20
+ ".document",
21
+ ".gitignore",
22
+ "LICENSE",
23
+ "README.rdoc",
24
+ "Rakefile",
25
+ "VERSION",
26
+ "generators/grafico_assets/grafico_assets_generator.rb",
27
+ "generators/grafico_assets/templates/NOTES",
28
+ "generators/grafico_assets/templates/grafico.min.js",
29
+ "generators/grafico_assets/templates/raphael-min.js",
30
+ "grafico.gemspec",
31
+ "lib/grafico.rb",
32
+ "lib/grafico/helpers.rb",
33
+ "lib/grafico/railtie.rb",
34
+ "rails/init.rb",
35
+ "test/helper.rb",
36
+ "test/test_grafico.rb"
37
+ ]
38
+ s.homepage = %q{http://github.com/rossmeissl/grafico}
39
+ s.rdoc_options = ["--charset=UTF-8"]
40
+ s.require_paths = ["lib"]
41
+ s.rubygems_version = %q{1.3.6}
42
+ s.summary = %q{Rails view helpers for the Grafico javascript graphing library}
43
+ s.test_files = [
44
+ "test/helper.rb",
45
+ "test/test_grafico.rb"
46
+ ]
47
+
48
+ if s.respond_to? :specification_version then
49
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
50
+ s.specification_version = 3
51
+
52
+ if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
53
+ else
54
+ end
55
+ else
56
+ end
57
+ end
58
+
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andy Rossmeissl
@@ -38,6 +38,7 @@ files:
38
38
  - generators/grafico_assets/templates/NOTES
39
39
  - generators/grafico_assets/templates/grafico.min.js
40
40
  - generators/grafico_assets/templates/raphael-min.js
41
+ - grafico.gemspec
41
42
  - lib/grafico.rb
42
43
  - lib/grafico/helpers.rb
43
44
  - lib/grafico/railtie.rb