railtie
This commit is contained in:
parent
6c9ace0162
commit
024d2c91e3
|
@ -1,11 +1,8 @@
|
|||
require "vendor-all-the-javascripts/version"
|
||||
|
||||
module Vendor
|
||||
module All
|
||||
module The
|
||||
module Javascripts
|
||||
# Your code goes here...
|
||||
end
|
||||
module VendorAllTheJavaScripts
|
||||
if defined?(Rails)
|
||||
class Railtie < Rails::Engine
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
module Vendor
|
||||
module All
|
||||
module The
|
||||
module Javascripts
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
end
|
||||
end
|
||||
module VendorAllTheJavaScripts
|
||||
VERSION = "0.0.1"
|
||||
end
|
||||
|
|
|
@ -4,12 +4,12 @@ require "vendor-all-the-javascripts/version"
|
|||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "vendor-all-the-javascripts"
|
||||
s.version = Vendor::All::The::Javascripts::VERSION
|
||||
s.version = VendorAllTheJavaScripts::VERSION
|
||||
s.authors = ["John Bintz"]
|
||||
s.email = ["john@coswellproductions.com"]
|
||||
s.homepage = ""
|
||||
s.summary = %q{TODO: Write a gem summary}
|
||||
s.description = %q{TODO: Write a gem description}
|
||||
s.summary = %q{Vendored JavaScript thigns I use}
|
||||
s.description = %q{Vendored JavaScript thigns I use}
|
||||
|
||||
s.rubyforge_project = "vendor-all-the-javascripts"
|
||||
|
||||
|
|
Loading…
Reference in New Issue