gscraper 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ == 0.1.1 / 2007-12-21
2
+
3
+ * Forgot to include lib/gscraper/version.rb.
4
+
1
5
  == 0.1.0 / 2007-12-20
2
6
 
3
7
  * Initial release.
data/Manifest.txt CHANGED
@@ -4,6 +4,7 @@ Manifest.txt
4
4
  README.txt
5
5
  Rakefile
6
6
  lib/gscraper.rb
7
+ lib/gscraper/version.rb
7
8
  lib/gscraper/gscraper.rb
8
9
  lib/gscraper/extensions/uri/http.rb
9
10
  lib/gscraper/extensions/uri.rb
@@ -0,0 +1,3 @@
1
+ module GScraper
2
+ VERSION = '0.1.1'
3
+ end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.4
3
3
  specification_version: 1
4
4
  name: gscraper
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.0
6
+ version: 0.1.1
7
7
  date: 2007-12-21 00:00:00 -08:00
8
8
  summary: A ruby web-scraping interface to various Google Services
9
9
  require_paths:
@@ -35,6 +35,7 @@ files:
35
35
  - README.txt
36
36
  - Rakefile
37
37
  - lib/gscraper.rb
38
+ - lib/gscraper/version.rb
38
39
  - lib/gscraper/gscraper.rb
39
40
  - lib/gscraper/extensions/uri/http.rb
40
41
  - lib/gscraper/extensions/uri.rb