gitpartyguest 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/.gitignore CHANGED
@@ -3,6 +3,7 @@
3
3
  .bundle
4
4
  .config
5
5
  .yardoc
6
+ .gemspec
6
7
  Gemfile.lock
7
8
  InstalledFiles
8
9
  _yardoc
data/Gemfile CHANGED
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in gitpartyguest.gemspec
4
4
  gemspec
5
+
6
+ gem "rails", "3.2.3"
@@ -1,5 +1,7 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  require File.expand_path('../lib/gitpartyguest/version', __FILE__)
3
+ require File.expand_path('../config/initializers/repo_init', __FILE__)
4
+
3
5
 
4
6
  Gem::Specification.new do |gem|
5
7
  gem.authors = ["Sf-ApiUser"]
@@ -1,3 +1,3 @@
1
1
  module Gitpartyguest
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
data/lib/gitpartyguest.rb CHANGED
@@ -1,8 +1,9 @@
1
1
  require "gitpartyguest/version"
2
- require "gitpartyguest/routing"
3
2
 
4
3
  module Gitpartyguest
5
4
 
5
+ #autoload :Installer, 'generators/gitpartyguest/install_generator'
6
+
6
7
  def self.refresh_site
7
8
  dir_string = directory()
8
9
 
@@ -41,4 +42,8 @@ module Gitpartyguest
41
42
  end
42
43
  return directory_name
43
44
  end
45
+
46
+ def self.setup
47
+ yield self
48
+ end
44
49
  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.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: