garb-reporter 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.
- data/garb-reporter.gemspec +1 -1
- data/lib/{report.rb → garb-reporter.rb} +1 -0
- data/lib/garb-reporter/version.rb +1 -1
- metadata +5 -5
data/garb-reporter.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
|
7
7
|
s.version = GarbReporter::VERSION
|
|
8
8
|
s.authors = ["Stu Liston"]
|
|
9
9
|
s.email = ["stuart.liston@gmail.com"]
|
|
10
|
-
s.homepage =
|
|
10
|
+
s.homepage = %q{https://github.com/stuliston/garb-reporter}
|
|
11
11
|
s.summary = %q{Pimps out Garb by providing a report class with a standardised querying API}
|
|
12
12
|
s.description = %q{GarbReporter removes the need in Garb to create a new class for every report by offering a querying api that dynamically creates the Garb classes for you at runtime.}
|
|
13
13
|
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: garb-reporter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Stu Liston
|
|
@@ -115,13 +115,13 @@ files:
|
|
|
115
115
|
- Rakefile
|
|
116
116
|
- config/vcr_setup.rb
|
|
117
117
|
- garb-reporter.gemspec
|
|
118
|
+
- lib/garb-reporter.rb
|
|
118
119
|
- lib/garb-reporter/version.rb
|
|
119
|
-
- lib/report.rb
|
|
120
120
|
- spec/garb_reporter_spec.rb
|
|
121
121
|
- spec/spec_helper.rb
|
|
122
122
|
- vcr_cassettes/garb_authentication.yml
|
|
123
123
|
- vcr_cassettes/get_profile.yml
|
|
124
|
-
homepage:
|
|
124
|
+
homepage: https://github.com/stuliston/garb-reporter
|
|
125
125
|
licenses: []
|
|
126
126
|
|
|
127
127
|
post_install_message:
|