Skip to content

Commit 0735d1a

Browse files
committed
updated the gem Rake task to include generators too
1 parent 68180bd commit 0735d1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ begin
2020

2121
s.require_path = 'lib'
2222
s.autorequire = GEM
23-
s.files = %w(MIT-LICENSE README.textile Rakefile) + Dir.glob("{rails,lib,spec}/**/*")
23+
s.files = %w(MIT-LICENSE README.textile Rakefile) + Dir.glob("{rails,lib,generators,spec}/**/*")
2424
end
2525
rescue LoadError
2626
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"

formtastic.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Gem::Specification.new do |s|
77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Justin French"]
99
s.autorequire = %q{formtastic}
10-
s.date = %q{2009-04-03}
10+
s.date = %q{2009-04-10}
1111
s.description = %q{A Rails form builder plugin/gem with semantically rich and accessible markup}
1212
s.email = %q{[email protected]}
1313
s.extra_rdoc_files = ["README.textile"]
14-
s.files = ["MIT-LICENSE", "README.textile", "Rakefile", "rails/init.rb", "lib/formtastic.rb", "lib/justin_french", "lib/justin_french/formtastic.rb", "lib/locale", "lib/locale/en.yml", "spec/formtastic_spec.rb", "spec/test_helper.rb"]
14+
s.files = ["MIT-LICENSE", "README.textile", "Rakefile", "rails/init.rb", "lib/formtastic.rb", "lib/justin_french", "lib/justin_french/formtastic.rb", "lib/locale", "lib/locale/en.yml", "generators/formtastic_stylesheets", "generators/formtastic_stylesheets/formtastic_stylesheets_generator.rb", "generators/formtastic_stylesheets/templates", "generators/formtastic_stylesheets/templates/formtastic.css", "generators/formtastic_stylesheets/templates/formtastic_changes.css", "spec/formtastic_spec.rb", "spec/test_helper.rb"]
1515
s.has_rdoc = true
1616
s.homepage = %q{https://github.com/justinfrench/formtastic/tree/master}
1717
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]

0 commit comments

Comments
 (0)