ambling 0.0.1 → 0.0.2

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/ambling.gemspec +4 -4
  2. data/lib/ambling/version.rb +1 -1
  3. metadata +7 -4
@@ -5,10 +5,10 @@ require "ambling/version"
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "ambling"
7
7
  s.version = Ambling::VERSION
8
- s.authors = ["Daniel Vandersluis"]
9
- s.email = ["daniel@codexed.com"]
10
- s.homepage = "https://github.com/dvandersluis/ambling"
11
- s.summary = %q{Makes generating XML for amcharts through Rails easy.}
8
+ s.authors = ["Andrew Hobson", "Daniel Vandersluis"]
9
+ s.email = ["", "daniel@codexed.com"]
10
+ s.homepage = "https://github.com/talentnest/ambling"
11
+ s.summary = %q{Makes generating XML for amcharts through Rails easy. Turned into a gem.}
12
12
  s.description = %q{Ambling is a rails plugin makes it easy to generate XML needed by the wonderfully slick Amcharts (http://www.amcharts.com/).}
13
13
 
14
14
  s.rubyforge_project = "ambling"
@@ -1,3 +1,3 @@
1
1
  module Ambling
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,19 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ambling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
+ - Andrew Hobson
8
9
  - Daniel Vandersluis
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2012-01-06 00:00:00.000000000 Z
13
+ date: 2012-04-30 00:00:00.000000000 Z
13
14
  dependencies: []
14
15
  description: Ambling is a rails plugin makes it easy to generate XML needed by the
15
16
  wonderfully slick Amcharts (http://www.amcharts.com/).
16
17
  email:
18
+ - ''
17
19
  - daniel@codexed.com
18
20
  executables: []
19
21
  extensions: []
@@ -52,7 +54,7 @@ files:
52
54
  - test/xmls/simple_chart_data.xml
53
55
  - test/xmls/simple_pie_data.xml
54
56
  - test/xmls/simple_xy_data.xml
55
- homepage: https://github.com/dvandersluis/ambling
57
+ homepage: https://github.com/talentnest/ambling
56
58
  licenses: []
57
59
  post_install_message:
58
60
  rdoc_options: []
@@ -75,5 +77,6 @@ rubyforge_project: ambling
75
77
  rubygems_version: 1.8.12
76
78
  signing_key:
77
79
  specification_version: 3
78
- summary: Makes generating XML for amcharts through Rails easy.
80
+ summary: Makes generating XML for amcharts through Rails easy. Turned into a gem.
79
81
  test_files: []
82
+ has_rdoc: