gondola 1.0.1 → 1.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/lib/gondola.rb ADDED
@@ -0,0 +1,3 @@
1
+ require 'rubygems'
2
+ require 'gondola/converter'
3
+ require 'gondola/tester'
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: gondola
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.0.1
5
+ version: 1.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Matthew Perry
@@ -40,8 +40,9 @@ files:
40
40
  - examples/config.yml
41
41
  - examples/gondola_agora_fail.html
42
42
  - examples/gondola_agora_pass.html
43
- - lib/converter.rb
44
- - lib/tester.rb
43
+ - lib/gondola/converter.rb
44
+ - lib/gondola/tester.rb
45
+ - lib/gondola.rb
45
46
  has_rdoc: true
46
47
  homepage: https://github.com/perrym5/Gondola_Gem
47
48
  licenses: []
File without changes
File without changes