gator.gemspec in gator-0.0.13.pre vs gator.gemspec in gator-0.0.14.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.13.pre"
+ s.version = "0.0.14.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-06}
s.default_executable = %q{gator}
@@ -29,11 +29,11 @@
"bin/gator",
"gator.gemspec",
"lib/gator.rb",
"lib/gator/command.rb",
"lib/gator/commands.rb",
- "lib/gator/commands/generate_command.rb",
- "lib/gator/commands/project_command.rb",
+ "lib/gator/commands/generate.rb",
+ "lib/gator/commands/project.rb",
"lib/gator/config.rb",
"lib/gator/generators.rb",
"lib/gator/generators/as3/ClassTemplate.as.tt",
"lib/gator/generators/as3/class_generator.rb",
"lib/gator/generators/as3/collections.rb",