nifty-report 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/nifty-report.gemspec +1 -2
- metadata +1 -2
- data/lib/nifty/report/version.rb +0 -5
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 =
|
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.
|
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:
|