gator.gemspec in gator-0.0.2.pre vs gator.gemspec in gator-0.0.3.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.2.pre"
+ s.version = "0.0.3.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-01}
s.default_executable = %q{gator}
@@ -34,9 +34,10 @@
"lib/core/command.rb",
"lib/core/configuration.rb",
"lib/core/configuration/configuration.rb",
"lib/core/plugin.rb",
"lib/core/project.rb",
+ "lib/core/project/layout.rb",
"lib/core/project/project.rb",
"lib/gator.rb",
"test/helper.rb",
"test/test_gator.rb"
]