midas-g_flot 1.0.1 → 1.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 (4) hide show
  1. data/History.txt +5 -0
  2. data/g_flot.gemspec +1 -1
  3. data/lib/g_flot.rb +1 -1
  4. metadata +1 -1
data/History.txt CHANGED
@@ -1,5 +1,10 @@
1
1
  == 1.0.1 2009-04-03
2
2
 
3
+ * Just bumping for a build
4
+
5
+
6
+ == 1.0.1 2009-04-03
7
+
3
8
  * Fixed bug with view_helpers.rb file not making it into manifest and gem build
4
9
 
5
10
 
data/g_flot.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{g_flot}
5
- s.version = "1.0.1"
5
+ s.version = "1.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["C. Jason Harrelson (midas)"]
data/lib/g_flot.rb CHANGED
@@ -4,7 +4,7 @@ $:.unshift(File.dirname(__FILE__)) unless
4
4
  require 'g_flot/view_helpers'
5
5
 
6
6
  module GFlot
7
- VERSION = '1.0.1'
7
+ VERSION = '1.0.2'
8
8
  end
9
9
 
10
10
  if defined?( ActionView::Base )
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midas-g_flot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - C. Jason Harrelson (midas)