Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
include javascript in the gem
  • Loading branch information
ryanlowe committed Jun 6, 2008
1 parent 44e44b0 commit 9853240
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions client_date.gemspec
@@ -1,17 +1,18 @@
Gem::Specification.new do |s|
s.name = "client_date"
s.version = "0.1.0"
s.date = "2008-05-26"
s.version = "0.1.1"
s.date = "2008-06-06"
s.summary = "Uses client-side Javascript to format a datetime instead of the Ruby on Rails server"
s.email = "rails@ryanlowe.ca"
s.homepage = "http://github.com/ryanlowe/client_date"
s.description = "Uses client-side Javascript to format a datetime instead of the Ruby on Rails server"
s.has_rdoc = false
s.authors = ["Ryan Lowe"]
s.files = ["README", "CHANGELOG", "MIT-LICENSE","Rakefile", "client_date.gemspec", "init.rb","lib/client_date.rb",
s.files = ["README", "CHANGELOG", "MIT-LICENSE","Rakefile", "client_date.gemspec", "init.rb",
"lib/client_date.rb",
"public/javascripts/client_date.js",
"test/client_date_test.rb","test/test_helper.rb"]
s.test_files = ["test/client_date_test.rb","test/test_helper.rb"]
s.rdoc_options = ["--main", "README"]
s.extra_rdoc_files = ["README","CHANGELOG"]
s.add_dependency("rails", ["> 2.0.0"])
end

0 comments on commit 9853240

Please sign in to comment.