simplified folder structure
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require "bundler/setup"
|
||||
require "crowdstart/rails"
|
||||
require "crowdstart-rails"
|
||||
|
||||
# You can add fixtures and/or initialization code here to make experimenting
|
||||
# with your gem easier. You can also use a different console, if you like.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# coding: utf-8
|
||||
lib = File.expand_path('../lib', __FILE__)
|
||||
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
||||
require 'crowdstart/rails/version'
|
||||
require 'crowdstart-rails/version'
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.name = "crowdstart-rails"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
require "crowdstart-rails/version"
|
||||
require "crowdstart-rails/engine"
|
||||
|
||||
module Crowdstart
|
||||
module Rails
|
||||
end
|
||||
end
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
require "crowdstart/rails/version"
|
||||
require "crowdstart/rails/engine"
|
||||
|
||||
module Crowdstart
|
||||
module Rails
|
||||
end
|
||||
end
|
||||
@@ -1,6 +0,0 @@
|
||||
module Crowdstart
|
||||
module Rails
|
||||
class Engine < ::Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
@@ -1,5 +0,0 @@
|
||||
module Crowdstart
|
||||
module Rails
|
||||
VERSION = "0.1.0"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user