garb-reporter 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -1,4 +1,5 @@
1
1
  require "garb-reporter/version"
2
+ require "garb"
2
3
 
3
4
  module GarbReporter
4
5
 
@@ -1,3 +1,3 @@
1
1
  module GarbReporter
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 2
10
- version: 0.0.2
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: