gator.gemspec in gator-0.0.7.pre vs gator.gemspec in gator-0.0.8.pre
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{gator}
- s.version = "0.0.7.pre"
+ s.version = "0.0.8.pre"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Dominic Graefen"]
s.date = %q{2011-07-04}
s.default_executable = %q{gator}
@@ -45,11 +45,11 @@
"lib/__legacy/default/commands/new_template/.gator/project.rb.tt",
"lib/__legacy/default/generators/AS3ClassTemplate.as.tt",
"lib/__legacy/default/generators/as3_class_generator.rb",
"lib/__legacy/gator.rb",
"lib/gator.rb",
- "lib/gator/command.rb",
- "lib/gator/project.rb",
+ "lib/gator/commands/command.rb",
+ "lib/gator/commands/project_command.rb",
"lib/gator/runner.rb",
"lib/gator/util.rb",
"spec/core/command/command_spec.rb",
"spec/core/project/project_spec.rb",
"spec/spec_helper.rb"