From 740418a4bd42545b9672d5deb4a0505faf9992e8 Mon Sep 17 00:00:00 2001 From: Chris Le Date: Sun, 5 Jun 2011 04:32:31 -0400 Subject: [PATCH] bump version --- Gemfile.lock | 19 +++++++++++++++++++ gattica.gemspec | 1 + 2 files changed, 20 insertions(+) create mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..0a77718 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,19 @@ +PATH + remote: . + specs: + gattica (0.4.7) + gattica + hpricot + +GEM + remote: http://rubygems.org/ + specs: + hpricot (0.8.4) + rake (0.9.1) + +PLATFORMS + ruby + +DEPENDENCIES + gattica! + rake diff --git a/gattica.gemspec b/gattica.gemspec index ccdba01..fc7368f 100644 --- a/gattica.gemspec +++ b/gattica.gemspec @@ -17,6 +17,7 @@ Gem::Specification.new do |s| "README.md" ] s.files = [ + ".rvmrc", "Gemfile", "LICENSE", "README.md",