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