sweetloader.gemspec in sweetloader-0.1.4 vs sweetloader.gemspec in sweetloader-0.1.5
- old
+ new
@@ -2,18 +2,18 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
- s.name = "sweetloader"
- s.version = "0.1.4"
+ s.name = %q{sweetloader}
+ s.version = "0.1.5"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
- s.authors = ["Kristian Mandrup"]
- s.date = "2011-11-29"
- s.description = "sweet autoloading using file structure conventions while allowing configuration overrides for special cases"
- s.email = "kmandrup@gmail.com"
+ s.authors = [%q{Kristian Mandrup}]
+ s.date = %q{2011-11-29}
+ s.description = %q{sweet autoloading using file structure conventions while allowing configuration overrides for special cases}
+ s.email = %q{kmandrup@gmail.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.mdown"
]
s.files = [
@@ -23,12 +23,12 @@
"LICENSE.txt",
"README.mdown",
"Rakefile",
"VERSION",
"lib/sweetloader.rb",
- "lib/sweetloader/auto_loader.rb",
"lib/sweetloader/class_ext.rb",
+ "lib/sweetloader/class_methods.rb",
"lib/sweetloader/scope.rb",
"spec/auto_load_blank_root.rb",
"spec/autoload_blank_root.rb",
"spec/autoload_blank_root/hello.rb",
"spec/autoload_blank_root/sailor.rb",
@@ -55,14 +55,14 @@
"spec/spec_helper.rb",
"spec/sweetloader/sweetloader_options_spec.rb",
"spec/sweetloader/sweetloader_spec.rb",
"sweetloader.gemspec"
]
- s.homepage = "http://github.com/kristianmandrup/sweetloader"
- s.licenses = ["MIT"]
- s.require_paths = ["lib"]
- s.rubygems_version = "1.8.10"
- s.summary = "sweetens up autoloading using file structure conventions"
+ s.homepage = %q{http://github.com/kristianmandrup/sweetloader}
+ s.licenses = [%q{MIT}]
+ s.require_paths = [%q{lib}]
+ s.rubygems_version = %q{1.8.6}
+ s.summary = %q{sweetens up autoloading using file structure conventions}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then