wayneeseguin-dynamic_reports 0.0.2 → 0.0.3

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/HISTORY +2 -0
  2. data/dynamic_reports.gemspec +1 -1
  3. metadata +1 -1
data/HISTORY CHANGED
@@ -1,3 +1,5 @@
1
+ 0.0.3
2
+ - Added jewler for github love.
1
3
  0.0.2
2
4
  - Github compaitble gemspec
3
5
  - Passing tests
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{dynamic_reports}
5
- s.version = "0.0.2"
5
+ s.version = "0.0.3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Wayne E. Seguin", "Joshua Lippiner"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wayneeseguin-dynamic_reports
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne E. Seguin