areilly_test_gem 0.1.7 → 0.1.8

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.
@@ -1,11 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
3
3
 
4
-
5
- require 'my_file.rb'
6
4
  require 'test_gem'
7
- require 'version.rb'
8
- require 'exception.rb'
9
5
 
10
6
  include TestGem
11
7
 
@@ -1,8 +1,9 @@
1
1
  $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
2
2
 
3
- require 'version.rb'
4
- #require 'test_gem/hello.rb'
5
- require 'my_file.rb'
3
+ require 'test_gem/my_file.rb'
4
+ require 'test_gem/version.rb'
5
+ require 'test_gem/exception.rb'
6
+ require 'test_gem/hello'
6
7
 
7
8
  module TestGem
8
9
 
File without changes
File without changes
@@ -3,6 +3,6 @@ $LOAD_PATH.unshift File.expand_path('../lib', __FILE__)
3
3
  module TestGem
4
4
 
5
5
 
6
- VERSION = '0.1.7'
6
+ VERSION = '0.1.8'
7
7
 
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: areilly_test_gem
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -20,10 +20,10 @@ extra_rdoc_files: []
20
20
  files:
21
21
  - bin/test_gem
22
22
  - lib/test_gem.rb
23
- - lib/version.rb
24
- - lib/hello.rb
25
- - lib/my_file.rb
26
- - lib/exception.rb
23
+ - lib/test_gem/version.rb
24
+ - lib/test_gem/hello.rb
25
+ - lib/test_gem/my_file.rb
26
+ - lib/test_gem/exception.rb
27
27
  homepage: http://rubygems.org/gems/test_gem
28
28
  licenses: []
29
29
  post_install_message: