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

View File

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

View File

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