nifty-report 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.
data/nifty-report.gemspec CHANGED
@@ -1,11 +1,10 @@
1
1
  # coding: utf-8
2
2
  lib = File.expand_path('../lib', __FILE__)
3
3
  $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
- require 'nifty/report/version'
5
4
 
6
5
  Gem::Specification.new do |spec|
7
6
  spec.name = "nifty-report"
8
- spec.version = Nifty::Report::VERSION
7
+ spec.version = "0.0.2"
9
8
  spec.authors = ["Scott Albertson"]
10
9
  spec.email = ["scott@thoughtbot.com"]
11
10
  spec.summary = %q{Create reports the easy way.}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nifty-report
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:
@@ -57,7 +57,6 @@ files:
57
57
  - Rakefile
58
58
  - lib/nifty/model.rb
59
59
  - lib/nifty/report.rb
60
- - lib/nifty/report/version.rb
61
60
  - nifty-report.gemspec
62
61
  homepage: ''
63
62
  licenses:
@@ -1,5 +0,0 @@
1
- module Nifty
2
- module Report
3
- VERSION = "0.0.1"
4
- end
5
- end