diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19f1142 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +google_directions-*.gem \ No newline at end of file diff --git a/README.textile b/README.textile index 700084d..2d10000 100644 --- a/README.textile +++ b/README.textile @@ -2,7 +2,7 @@ h2. Usage Get a google maps API key, and store in your app under GOOGLE_MAPS_API_KEY
-	GOOGLE_MAPS_API_KEY = 'your_api_key'
+GOOGLE_MAPS_API_KEY = 'your_api_key'
 
@@ -31,6 +31,7 @@ h3. gem
 Or do Bundler's Gemfile
 
 h3. Rails 2.3.8 compatible
+
 Not yet tested on Rails 3.  It probably is Rails 3 compatible, because it's just a single class with a few methods.  It's probably compatible with every ruby project ever.
 
 h3. Google maps API key
diff --git a/google_directions-0.1.0.gem b/google_directions-0.1.0.gem
deleted file mode 100644
index 2613750..0000000
Binary files a/google_directions-0.1.0.gem and /dev/null differ