gitpartyguest 0.0.6 → 0.0.7

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.
@@ -14,6 +14,6 @@ Gem::Specification.new do |gem|
14
14
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
15
15
  gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
16
16
  gem.name = "gitpartyguest"
17
- gem.require_paths = ["lib"]
17
+ gem.require_paths = ["lib/**/*"]
18
18
  gem.version = Gitpartyguest::VERSION
19
19
  end
@@ -3,7 +3,7 @@ class Gitpartyguest::InitializerGenerator < Rails::Generators::Base
3
3
 
4
4
  desc "Generates routes for updating site."
5
5
 
6
- def initialize
6
+ def gitpartyguest_initialize
7
7
  copy_file "repo_init.rb", "config/initializers/repo_init.rb" '
8
8
  route "resources :update, :only => :index"'
9
9
  end
@@ -1,3 +1,3 @@
1
1
  module Gitpartyguest
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitpartyguest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -36,7 +36,7 @@ licenses: []
36
36
  post_install_message:
37
37
  rdoc_options: []
38
38
  require_paths:
39
- - lib
39
+ - lib/**/*
40
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
41
  none: false
42
42
  requirements: