This commit is contained in:
John Bintz 2011-11-25 11:32:29 -05:00
parent 6c9ace0162
commit 024d2c91e3
3 changed files with 8 additions and 17 deletions

View File

@ -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

View File

@ -1,9 +1,3 @@
module Vendor module VendorAllTheJavaScripts
module All
module The
module Javascripts
VERSION = "0.0.1" VERSION = "0.0.1"
end
end
end
end end

View File

@ -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"