mirror of
https://github.com/rspec/rspec-metagem.git
synced 2022-11-09 12:09:29 -05:00
Change top-level namespace to RSpec
This commit is contained in:
parent
bec8a168df
commit
36ab5abfb9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
module Rspec # :nodoc:
|
||||
module RSpec # :nodoc:
|
||||
module Version # :nodoc:
|
||||
STRING = File.readlines(File.expand_path('../../../VERSION', __FILE__)).first
|
||||
end
|
||||
|
|
|
@ -9,7 +9,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["David Chelimsky", "Chad Humphries"]
|
||||
s.date = %q{2010-04-27}
|
||||
s.date = %q{2010-05-16}
|
||||
s.description = %q{Meta-gem that depends on the other rspec gems}
|
||||
s.email = %q{dchelimsky@gmail.com;chad.humphries@gmail.com}
|
||||
s.extra_rdoc_files = [
|
||||
|
|
Loading…
Add table
Reference in a new issue