nifty-report 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/{nifty/model.rb → model.rb} +0 -0
- data/lib/{nifty/report.rb → report.rb} +0 -2
- data/nifty-report.gemspec +1 -1
- metadata +3 -3
File without changes
|
data/nifty-report.gemspec
CHANGED
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |spec|
|
6
6
|
spec.name = "nifty-report"
|
7
|
-
spec.version = "0.0.
|
7
|
+
spec.version = "0.0.3"
|
8
8
|
spec.authors = ["Scott Albertson"]
|
9
9
|
spec.email = ["scott@thoughtbot.com"]
|
10
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.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -55,8 +55,8 @@ files:
|
|
55
55
|
- LICENSE.txt
|
56
56
|
- README.md
|
57
57
|
- Rakefile
|
58
|
-
- lib/
|
59
|
-
- lib/
|
58
|
+
- lib/model.rb
|
59
|
+
- lib/report.rb
|
60
60
|
- nifty-report.gemspec
|
61
61
|
homepage: ''
|
62
62
|
licenses:
|