at.gemspec in at-0.1.4 vs at.gemspec in at-0.2.0

- old
+ new

@@ -1,16 +1,16 @@ # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "at" - s.version = "0.1.4" + s.version = "0.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Ryan Scott Lewis"] - s.date = "2012-12-11" + s.date = "2013-02-16" s.description = "Make instance variables accessible for testing purposes." s.email = "ryan@rynet.us" - s.files = [".yardoc/object_types", ".yardoc/objects/root.dat", ".yardoc/proxy_types", "Gemfile", "Gemfile.lock", "Guardfile", "LICENSE", "README.md", "Rakefile", "VERSION", "at.gemspec", "lib/at.rb", "lib/at/import.rb", "spec/at_spec.rb", "spec/spec_helper.rb"] + s.files = [".gitignore", ".rvmrc", "Gemfile", "Gemfile.lock", "Guardfile", "LICENSE", "README.md", "Rakefile", "VERSION", "at.gemspec", "lib/at.rb", "lib/at/instance_variable_delegator.rb", "lib/at/setup.rb", "spec/at_spec.rb", "spec/spec_helper.rb"] s.homepage = "http://github.com/RyanScottLewis/at" s.require_paths = ["lib"] s.rubygems_version = "1.8.24" s.summary = "Easily access instance variables on your objects as if they were attributes."